From ce1f17e5104d44fa833090c47dd76466a2d7f743 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Apr 2015 21:47:49 -0400 Subject: Redirect several URLs at the router level. --- templates/public/art.html | 57 -------------------------------------------- templates/public/donate.html | 28 ---------------------- 2 files changed, 85 deletions(-) delete mode 100644 templates/public/art.html delete mode 100644 templates/public/donate.html (limited to 'templates') diff --git a/templates/public/art.html b/templates/public/art.html deleted file mode 100644 index 32acc172..00000000 --- a/templates/public/art.html +++ /dev/null @@ -1,57 +0,0 @@ -{% extends "base.html" %} -{% load static from staticfiles %} - -{% block title %}{{ BRANDING_DISTRONAME }} - Artwork{% endblock %} - -{% block content %} -
- -

{{ BRANDING_DISTRONAME }} Logos and Artwork

- -

You can help by creating artwork for {{ BRANDING_DISTRONAME }}.

- -

Send your designs to dev@lists.parabola.nu and state they are CC-by-sa - or another free culture friendly license.

- -{% comment %} -

Logos for Press Usage

- -

The following {{BRANDING_DISTRONAME}} logos are available for press and other use.

- -

Two-color standard version
- - - Also available in print-quality - PNG and scalable - SVG formats.

- - Parabola PNG logo @ 90dpi - -

Two-color inverted version (for dark backgrounds)
- - -

One-color standard version
- - -

One-colour inverted version (for dark backgrounds)
- -

Logos and Artwork for the Community

- -

Official logos and artwork are also available directly from the - repositories. These packages would be:

- - -{% endcomment %} - -
-{% endblock %} diff --git a/templates/public/donate.html b/templates/public/donate.html deleted file mode 100644 index f7087dc9..00000000 --- a/templates/public/donate.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base.html" %} -{% load cache %} -{% load static from staticfiles %} -{% load wiki %} - -{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %} - -{% block content %} -{% cache 600 donations secure %} -
- -

Donate to {{ BRANDING_SHORTNAME }}

- -

We don't accept any money donations

- -

That's right. At the moment, Parabola isn't accepting any money - donations. And that's because we have nothing to do with them. We really - don't, at the moment. So, some voluntary work is much preferred than - anything, because we are a really small community of hackers.

- -

If you want, we have a pretty nice TODO list you can check to help us by donating some of your - time. That will be very much appreciated by us :)

- -
-{% endcache %} -{% endblock %} -- cgit v1.2.3