From 2b31a1cdd40763be0d8dc042c7638e81e47769fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?=
Date: Mon, 3 Jan 2011 15:41:44 -0300
Subject: Parabola specific changes. Preparing for launch!
---
public/views.py | 2 +-
templates/public/art.html | 11 +++----
templates/public/donate.html | 19 ++-----------
templates/public/feeds.html | 68 +++++++++-----------------------------------
templates/public/index.html | 20 ++++++-------
5 files changed, 32 insertions(+), 88 deletions(-)
diff --git a/public/views.py b/public/views.py
index 1c385fed..43cc5882 100644
--- a/public/views.py
+++ b/public/views.py
@@ -21,7 +21,7 @@ def userlist(request, type='Developers'):
users = User.objects.order_by('username').select_related('userprofile')
if type == 'Hackers':
users = users.filter(is_active=True, groups__name="Hackers")
- msg = "This is a list of the current Parabola GNU/Linux hackers. They maintain the [core] and [extra] package repositories in addition to doing any other developer duties."
+ msg = "This is a list of the current Parabola GNU/Linux hackers. They maintain the *-libre packages in addition to doing any other developer duties."
elif type == 'Fellows':
users = users.filter(is_active=False)
msg = "Below you can find a list of ex-hackers (aka project fellows). These folks helped make Parabola what it is today. Thanks!"
diff --git a/templates/public/art.html b/templates/public/art.html
index 0a6dbb83..68179f23 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -8,18 +8,19 @@
Parabola Logos and Artwork
- You can help by creating artwork for Parabola GNU/Linux.
+ You can help by creating artwork for Parabola GNU/Linux-libre.
- Send your desings to web@list.parabolagnulinux.org and state they are CC-by-sa
- or another free culture license
+ Send your designs to web@list.parabolagnulinux.org and state they are CC-by-sa
+ or another free culture friendly license.
+ {% comment %}
Logos for Press Usage
The following Parabola logos are available for press and other use.
- Two-color standard version
+
Two-color standard version
{% comment %}
@@ -31,7 +32,6 @@
-{% endcomment %}
Two-color inverted version (for dark backgrounds)
@@ -54,6 +54,7 @@
parabola-themes-kdm - KDM login themes
parabola-themes-slim - SLiM login themes
+{% endcomment %}
{% endblock %}
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 290e4bb7..ef7f252d 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -19,24 +19,9 @@
If you want, we have a pretty nice TODO list you can check to help us.
+ list!'>TODO list you can check to help us by donating some of your
+ time. That will be very much appreciated by us :)
-{% comment %}
-
- We'd like to thank
-{% endcomment %}
-{% comment %}
- Past donors
-
-
-
- {% for donor in donors %}
- - {{ donor.name }}
{% endfor %}
-
-
-
- A huge thanks to you all for your contributions!
-{% endcomment %}
{% endcache %}
{% endblock %}
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 16e71afe..11bc496b 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -12,13 +12,16 @@
News and Activity Feeds
- Grab the
- to keep up-to-date with the latest news from the Parabola development staff.
+ Grab the to keep up-to-date with the latest news from
+ the Parabola staff.
- The
- is also available to track document changes from the Arch Wiki.
+ The is also available to track document changes from the
+ Parabola Wiki.
Package Feeds
@@ -56,56 +59,11 @@
A
- is also available from the Arch User Repository (AUR).
+ is also available from the Arch User Repository (AUR), but be specially aware that sometimes,
+ unfree software gets uploaded there, at least until we found a solution
+ to it.
- Development Feeds
-
- Subscribe to any of the following to track bug tickets and feature
- requests from the Parabola Bugtracker:
-
-
-
-
- Project |
- Recently Opened Tasks |
- Recently Edited Tasks |
- Recently Closed Tasks |
-
-
-
-
- All Projects |
- |
- |
- |
-
- Parabola |
- |
- |
- |
-
- Release Engineering |
- |
- |
- |
-
- Pacman Development |
- |
- |
- |
-
- Community Packages |
- |
- |
- |
-
- AUR |
- |
- |
- |
-
-
-
{% endblock %}
diff --git a/templates/public/index.html b/templates/public/index.html
index 6555debc..f841c2ef 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -132,16 +132,16 @@
title="View/search the package repository database">Packages
Package Groups
- Bug Tracker
- SVN Repositories
- Projects in Git
- DeveloperWiki
+ Parabola Hacking
+ TODO list
+ {% comment %}
Todo Lists
+ title="Todo Lists">Todo Lists
+ {% endcomment %}
About
@@ -150,8 +150,8 @@
About Parabola
Download Parabola
- Press Coverage
+ Media Appearances
Logos & Artwork
News Archives
RSS Feeds
--
cgit v1.2.3-2-g168b