production about template.

This commit is contained in:
Martin Mahner 2018-03-24 17:14:50 +01:00
parent 4ad24e0e89
commit 38dd6f5c89

View file

@ -5,26 +5,48 @@
{% block title %}{% trans "About" %}{% endblock %} {% block title %}{% trans "About" %}{% endblock %}
{% block page %} {% block page %}
<article> <article>
<h2>{% trans "About dpaste" %}</h2> <h2>{% trans "About dpaste" %}</h2>
<p> <p>
{% blocktrans %} This site is powered by dpaste, an <strong>open source</strong>
This site is powered by dpaste, an <strong>open source</strong> <a href="https://en.wikipedia.org/wiki/Pastebin">pastebin</a> application.
<a href="https://en.wikipedia.org/wiki/Pastebin">pastebin</a> application. You can find the source code, contribute to it or leave feedback
You can find the source code, contribute to it or leave feedback <a href="https://github.com/bartTC/dpaste">on Github</a>.
<a href="https://github.com/bartTC/dpaste">on Github</a>. </p>
{% endblocktrans %} <p>
</p> dpaste provides an <strong>API</strong> to easily paste snippets out of
your shell or editor.
See the <a href="https://github.com/bartTC/dpaste/wiki">dpaste wiki</a>
for the API documentation and a list of available plugins.
<p>
This service is free of charge. I don't place any ads on
this site neither do I use any external services such as Google Analytics,
which could spy on your data and behavior. If you like this service and
use it regularly, please consider sending me a <strong>Postcard</strong> of your area or
hometown as a little thank you. You'll find my post address below.
</p>
<p>
<strong>All snippets can be deleted by everyone!</strong>
Click the "Delete Now" link
on the related snippet page. If you deleted a snippet due to legal
issues, please let me know. I like to keep track of this and prevent
it in first place.
</p>
<p> <p>
{% blocktrans %} <strong>Address:</strong><br/><br/>
dpaste provides an <strong>API</strong> to easily paste snippets out of your shell or editor. Martin Mahner<br/>
See the <a href="https://github.com/bartTC/dpaste/wiki">dpaste wiki</a> Muehlenstr. 31<br/>
for the API documentation and a list of available plugins. 18439 Stralsund<br/>
{% endblocktrans %} Deutschland
</p> </p>
</article> <p>
<strong>E-Mail:</strong>
<a href="mailto:martin+dpaste@mahner.org">martin+dpaste@mahner.org</a>
</p>
</article>
{% endblock %} {% endblock %}