[geany/www.geany.org] 81da2c: Delete old about page (was renamed to help.html)

Enrico Tröger git-noreply at xxxxx
Sun Jan 5 18:48:49 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 15 Dec 2013 18:58:51 UTC
Commit:      81da2cfa60769dd89d0bdddba64ed3112cd275c6
             https://github.com/geany/www.geany.org/commit/81da2cfa60769dd89d0bdddba64ed3112cd275c6

Log Message:
-----------
Delete old about page (was renamed to help.html)


Modified Paths:
--------------
    pastebin/templates/pastebin/about.html

Modified: pastebin/templates/pastebin/about.html
30 files changed, 0 insertions(+), 30 deletions(-)
===================================================================
@@ -1,30 +0,0 @@
-{% extends "pastebin/base.html" %}
-
-{% block meta_title %}
-    About | {{ block.super }}
-{% endblock %}
-
-{% block main %}
-<div class="well">
-
-<h3>What is pastebin?</h3>
-<p>pastebin is here to help you collaborate on debugging code snippets. If you're not familiar with the idea,
-most people use it like this:</p>
-<ul>
-<li><a href="{% url 'home' %}">submit</a> a code fragment to pastebin,
-getting a url like http://{{ request.site.domain }}/abc1234</li>
-<li>paste the url into an IRC or IM conversation</li>
-<li>someone responds by reading and perhaps submitting a modification of your code</li>
-</ul>
-
-<h3>How can I delete a post?</h3>
-<p>Your posted snippets are remembered in your session, you will be able to delete the snippet from the same browser you posted from -
-simply view the post and click the "delete" link.</p>
-<p>In other cases, contact us and we will delete it for you.</p>
-
-<h3>Can I get the source?</h3>
-<p>The source code to this site is available under a BSD licence.
-You can get the source code from <a href="https://github.com/geany/www.geany.org">https://github.com/geany/www.geany.org</a>.</p>
-
-</div>
-{% endblock %}



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list