Added a link to Gravatar in the FAQ.

dev
Loic d'Anterroches 2008-12-01 14:44:35 +01:00
parent 6e4aa82dad
commit 7d0ecd8f8a
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<ul>
<li><a href="#q-keyboard">{trans 'What are the keyboard shortcuts?'}</a></li>
<li><a href="#q-duplicate">{trans 'How to mark an issue as duplicate?'}</a></li>
<li><a href="#q-mugshot">{trans 'How can I display my head next to my comments?'}</a></li>
<li><a href="#q-api">{trans 'What is the API and how to use it?'}</a></li>
</ul>
@ -43,6 +44,10 @@
<li>Submit the changes.</li>
</ol>{/blocktrans}
<h2 id="q-mugshot">{trans 'How can I display my head next to my comments?'}</h2>
<p>{blocktrans}You need to create an account on <a href="http://en.gravatar.com/">Gravatar</a>, this takes about 5 minutes and is free.{/blocktrans}</p>
<h2 id="q-api">{trans 'What is the API and how to use it?'}</h2>
<p>{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}</p>{aurl 'url', 'IDF_Views::faqApi'}