diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-10-12 09:26:35 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-10-12 09:26:35 +0200 |
commit | 3c42ae4ddb7ff8d693d70214c0ab5e074897a08f (patch) | |
tree | b019077c41cd5a51a8c22889ee46fe25104462e7 /pyaggr3g470r/templates | |
parent | Bug fix: minor problem on the /search page. (diff) | |
download | newspipe-3c42ae4ddb7ff8d693d70214c0ab5e074897a08f.tar.gz newspipe-3c42ae4ddb7ff8d693d70214c0ab5e074897a08f.tar.bz2 newspipe-3c42ae4ddb7ff8d693d70214c0ab5e074897a08f.zip |
Updated 'About' page and translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index f093dc72..b27fc6f7 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -3,7 +3,11 @@ <div class="container"> <div class="jumbotron"> <h1>{{ _('About') }}</h1> - <p>{{ _('pyAggr3g470r is a simple news aggregator you can use everywhere.') }}</p> + <p> + {{ _('pyAggr3g470r is a news aggregator platform and can be shared between several users.') }} + {{ _('You can easily install pyAggr3g470r on your server.') }} + {{ _('Alternatively, you can deploy your own copy using this button:') }}</p> + <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/cedricbonhomme/pyAggr3g470r"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p> <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> |