{% extends "layout.html" %} {% set page_title = _('About LodgeIt') %} {% set active_page = 'about' %} {% block body %}

{% trans %} Why the hell another pastebin?{% endtrans %}

{% trans %} Good question. Basically the world doesn't need another pastebin. There is pastie and dpaste.com which both use kick-ass highlighting libraries for highlighting the code and both have an intuitive user interface. Nevertheless there are some features which are unique to LodgeIt.{% endtrans %}

{% trans %}Features{% endtrans %}

{% trans %}Request More Languages{% endtrans %}

{% trans %} A language is missing in the list? File a ticket in the Pygments trac and we add that as soon as possible.{% endtrans %}

{% trans %}Software Used{% endtrans %}

{% trans %}Who?{% endtrans %}

{% trans %} This paste was founded by Armin Ronacher from the Pocoo team and is now maintained by Christopher Grebs. Pygments is a Pocoo project led by Georg Brandl.{% endtrans %}

{% trans %}Privacy{% endtrans %}

{% trans %} LodgeIt does not use user accounts because it's logging in for using a pastebin is useless. However this pastebin creates unique user ids for you and for 31 days. Whenever you return to the pastebin it will notify you about replies to your pastes. If you don't want to have that feature you can let Lodgeit forget about you by removing the cookie. Please note that on the next request you will get a new id.{% endtrans %}

{% endblock %}