diff options
| author | 2013-03-16 18:20:52 +0100 | |
|---|---|---|
| committer | 2013-03-16 18:20:52 +0100 | |
| commit | cfcf0f26aca7287cf8635094e58a33c4963c8d39 (patch) | |
| tree | 306c24d4da8be391792b6e81310b80f430da7816 /app/views | |
| parent | 870ff2fa07dbe7dafc5c816ab6e74d2f9815296a (diff) | |
Ajout d'une page à propos + modifs designs
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/about.phtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml new file mode 100644 index 000000000..ab19fe18a --- /dev/null +++ b/app/views/index/about.phtml @@ -0,0 +1,16 @@ +<div class="post content"> + <h1>À propos de FreshRSS</h1> + + <dl class="infos"> + <dt>Url du projet</dt> + <dd><a href="https://github.com/marienfressinaud/FreshRSS">https://github.com/marienfressinaud/FreshRSS</a></dd> + + <dt>Développeur principal</dt> + <dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a> - <a href="http://marienfressinaud.fr">site Internet</a></dd> + + <dt>Pour les rapports de bugs</dt> + <dd><a href="https://github.com/marienfressinaud/FreshRSS/issues">sur Github</a> ou <a href="mailto:dev@marienfressinaud.fr">par mail</a></dd> + </dl> + + <p>FreshRSS est un agrégateur de flux RSS à auto-héberger à l'image de <a href="http://rsslounge.aditu.de/">RSSLounge</a>, <a href="http://tt-rss.org/redmine/projects/tt-rss/wiki">TinyTinyRSS</a> ou <a href="http://projet.idleman.fr/leed/">Leed</a>. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable. L'objectif étant d'offrir une alternative sérieuse au futur feu-Google Reader.</p> +</div> |
