link to android app

This commit is contained in:
Athou
2013-06-29 17:04:38 +02:00
parent 19802eb6c7
commit f6e5f8f2e9
3 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ Google Reader inspired self-hosted RSS reader, based on JAX-RS, Wicket and Angul
Deploy on your own server (using TomEE, a lightweight JavaEE6 container based on Tomcat) or even in the cloud for free on OpenShift.
[Android app](https://github.com/doomrobo/CommaFeed-Android-Reader)
[Chrome extension](https://github.com/Athou/commafeed-chrome)
[Firefox extension](https://github.com/Athou/commafeed-firefox)

View File

@@ -101,6 +101,7 @@ 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.line4=For those of you who prefer bitcoin, here is the address
about.goodies=Goodies
about.goodies.android_app=Android app
about.goodies.subscribe_url=Subscribe URL
about.goodies.chrome_extension=Chrome extension
about.goodies.firefox_extension=Firefox extension

View File

@@ -35,6 +35,9 @@
<div class="about-module">
<h4><i class="icon-puzzle-piece"></i> ${about.goodies}</h4>
<p>
<a href="https://play.google.com/store/apps/details?id=com.commafeed.commafeedreader" target="_blank">${about.goodies.android_app}</a>
</p>
<p>
<a href="https://chrome.google.com/webstore/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga" target="_blank">${about.goodies.chrome_extension}</a>
</p>