aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/about.html')
-rw-r--r--pyaggr3g470r/templates/about.html6
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>
bgstack15