From 7d0ecd8f8abfdf29812a0f45186fea64571fe91d Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 1 Dec 2008 14:44:35 +0100 Subject: [PATCH] Added a link to Gravatar in the FAQ. --- src/IDF/templates/idf/faq.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/IDF/templates/idf/faq.html b/src/IDF/templates/idf/faq.html index 39f2517..bcf6f93 100644 --- a/src/IDF/templates/idf/faq.html +++ b/src/IDF/templates/idf/faq.html @@ -4,6 +4,7 @@ @@ -43,6 +44,10 @@
  • Submit the changes.
  • {/blocktrans} +

    {trans 'How can I display my head next to my comments?'}

    + +

    {blocktrans}You need to create an account on Gravatar, this takes about 5 minutes and is free.{/blocktrans}

    +

    {trans 'What is the API and how to use it?'}

    {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'}