{extends "idf/base-simple.html"} {block docclass}yui-t3{/block} {block body}
{trans 'If you are in a project, you have the following shortcuts:'}
{trans 'You also have the standard access keys:'}
This is simple:
{blocktrans}You need to create an account on Gravatar, this takes about 5 minutes and is free.{/blocktrans}
To embed any previously uploaded resource into your wiki page, you can use the [!ResourceName]
syntax.
The rendering of the resource can then be further fine-tuned:
[!ImageResource, align=right, width=200]
renders "ImageResource" right-aligned and scale its width to 200[!TextResource, align=center, width=300, height=300]
renders "TextResource" in a centered, 300 by 300 px iframe[!AnyResource, preview=no]
does not render a preview of the resource, but only provides a download link (default for binary resources)[!BinaryResource, title=Download]
renders the download link of "BinaryResource" with an alternative titleIf you have to publish many files at once for a new release, it is a very tedious task to upload them one after another and enter meta information like a summary, a description or additional labels for each of them.
InDefero therefore supports a special archive format that is basically a standard zip file which comes with some meta information. These meta information are kept in a special manifest file, which is distinctly kept from the rest of the files in the archive that should be published.
Once this archive has been uploaded, InDefero reads in the meta information, unpacks the other files from the archive and creates new individual downloads for each of them.
{/blocktrans} {aurl 'url', 'IDF_Views::faqArchiveFormat'}{blocktrans}Learn more about the archive format.{/blocktrans}
{blocktrans}The API (Application Programming Interface) is used to interact with InDefero with another program. For example, this can be used to create a desktop program to submit new tickets easily.{/blocktrans}
{aurl 'url', 'IDF_Views::faqApi'}{blocktrans}Learn more about the API.{/blocktrans}
{/block} {block context}{trans 'Here we are, just to help you.'}