more details on the about page

This commit is contained in:
Athou
2013-05-13 12:47:11 +02:00
parent 7e055ea2c2
commit b5c6f24c0d
3 changed files with 28 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ about.line1_suffix=.
about.line2_prefix=If you encounter an issue, please report it on the issues page of the
about.line2_suffix= project.
about.line3=If you like this project, please consider a donation to support the developer and help cover the costs of keeping this website online.
about.goodies=Goodies
about.translation=Translation
about.translation.message=We need your help to translate CommaFeed.
about.translation.link=See how to contribute with translations.
about.rest_api.line1=CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
about.rest_api.link_to_documentation=Link to the documentation.

View File

@@ -75,6 +75,10 @@ about.line1_suffix=.
about.line2_prefix=Si vous rencontrez un problème, rapportez-le sur la page du projet sur
about.line2_suffix=.
about.line3=Si vous aimez ce projet, n'hésitez pas à faire un don pour encourager le développeur et aider à couvrir les coûts d'hébergement de la plate-forme.
about.goodies=Extensions
about.translation=Traduction
about.translation.message=Nous avons besoin d'aide pour traduire CommaFeed.
about.translation.link=Cliquez ici pour voir comment vous pouvez nous aider.
about.rest_api.line1=CommaFeed utilise JAX-RS et AngularJS et une API REST est donc disponible.
about.rest_api.link_to_documentation=Lien vers la documentation.

View File

@@ -22,6 +22,8 @@
<p>
${about.line2_prefix} <a href="https://github.com/Athou/commafeed/issues" target="_blank">GitHub</a> ${about.line2_suffix}
</p>
<h3>${toolbar.donate}</h3>
<p>
${about.line3}
</p>
@@ -33,6 +35,24 @@
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<h3>${about.goodies}</h3>
<p>
<a href="https://chrome.google.com/webstore/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga" target="_blank">Chrome extension</a>
</p>
<p>
<a href="https://addons.mozilla.org/en-US/firefox/addon/commafeed/" target="_blank">Firefox extension</a>
</p>
<h3>${about.translation}</h3>
<p>
${about.translation.message}
</p>
<p>
<a href="https://github.com/Athou/commafeed#translate-commafeed-into-your-language" target="_blank">
${about.translation.link}
</a>
</p>
</div>
<div class="tab-pane" id="api">
<h3>${about.rest_api}</h3>