summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2010-11-14 21:38:33 -0800
committerParabola <dev@list.parabolagnulinux.org>2010-11-14 21:38:33 -0800
commit7e1e0dffaf0584270e652815a0b0ed3f03e32add (patch)
tree06e21d33965ab42fee32a5facdb6c96282a62c0e /templates
parentfcc6d98bc438ea917c757ee1a565a5dba625f333 (diff)
Rebranding for Parabola stage 1
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html2
-rw-r--r--templates/base.html44
-rw-r--r--templates/devel/index.html2
-rw-r--r--templates/devel/profile.html2
-rw-r--r--templates/general_form.html2
-rw-r--r--templates/mirrors/index.html4
-rw-r--r--templates/mirrors/mirror_details.html2
-rw-r--r--templates/mirrors/mirrorlist.txt2
-rw-r--r--templates/mirrors/mirrorlist_status.txt2
-rw-r--r--templates/mirrors/mirrors.html2
-rw-r--r--templates/mirrors/status.html4
-rw-r--r--templates/news/add.html2
-rw-r--r--templates/news/delete.html2
-rw-r--r--templates/news/list.html2
-rw-r--r--templates/news/view.html2
-rw-r--r--templates/packages/details.html2
-rw-r--r--templates/packages/differences.html2
-rw-r--r--templates/packages/files.html2
-rw-r--r--templates/packages/flag.html4
-rw-r--r--templates/packages/flagged.html2
-rw-r--r--templates/packages/flaghelp.html2
-rw-r--r--templates/packages/group_details.html2
-rw-r--r--templates/packages/groups.html2
-rw-r--r--templates/packages/opensearch.xml4
-rw-r--r--templates/packages/search.html4
-rw-r--r--templates/packages/signoffs.html2
-rw-r--r--templates/public/about.html108
-rw-r--r--templates/public/art.html122
-rw-r--r--templates/public/blank.html2
-rw-r--r--templates/public/donate.html65
-rw-r--r--templates/public/download.html20
-rw-r--r--templates/public/feeds.html12
-rw-r--r--templates/public/index.html121
-rw-r--r--templates/public/svn.html2
-rw-r--r--templates/public/userlist.html4
-rw-r--r--templates/registration/login.html2
-rw-r--r--templates/registration/logout.html2
-rw-r--r--templates/todolists/list.html2
-rw-r--r--templates/todolists/public_list.html2
-rw-r--r--templates/todolists/todolist_confirm_delete.html2
-rw-r--r--templates/todolists/view.html2
41 files changed, 200 insertions, 372 deletions
diff --git a/templates/404.html b/templates/404.html
index 33271c66..756564be 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Page Not Found{% endblock %}
+{% block title %}Parabola - Page Not Found{% endblock %}
{% block content %}
<div id="error-page" class="box 404">
diff --git a/templates/base.html b/templates/base.html
index c7b26a9e..a44b54b6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,28 +2,25 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>{% block title %}Arch Linux{% endblock %}</title>
+ <title>{% block title %}Parabola GNU/Linux-libre{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/media/archweb.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="/media/archweb-print.css" media="print" />
<link rel="icon" type="image/x-icon" href="/media/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" />
- <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch-packages as osp %}{{ osp }}" title="Arch Linux Packages" />
+ <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch-packages as osp %}{{ osp }}" title="Parabola Packages" />
{% block head %}{% endblock %}
</head>
<body class="{% if user.is_authenticated %}devmode {% endif %}{% block bodyclass %}{% endblock %}">
<div id="archnavbar" class="{% block navbarclass %}anb-home{% endblock %}">
- <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Arch Linux</a></h1></div>
+ <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Parabola</a></h1></div>
<div id="archnavbarmenu">
<ul id="archnavbarlist">
- <li id="anb-home"><a href="/" title="Arch news, packages, projects and more">Home</a></li>
- <li id="anb-packages"><a href="/packages/" title="Arch Package Database">Packages</a></li>
- <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li>
- <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li>
- <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li>
- <li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li>
- <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Arch Linux">Download</a></li>
+ <li id="anb-home"><a href="/" title="Parabola news, packages, projects and more">Home</a></li>
+ <li id="anb-packages"><a href="/packages/" title="Parabola Package Database">Packages</a></li>
+ <li id="anb-wiki"><a href="https://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li>
+ <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Parabola">Download</a></li>
</ul>
</div>
</div><!-- #archnavbar -->
@@ -33,16 +30,17 @@
{% if user.is_authenticated %}
<ul>
<li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki"
+ <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/DeveloperWiki"
title="Developer HOWTOs and documentation">DevWiki</a></li>
- <li><a href="http://projects.archlinux.org/" title="Git Projects">Projects</a></li>
+ <li><a href="http://projects.parabola.kiwwwi.com.ar/" title="Git Projects">Projects</a></li>
<li><a href="{% url news-list as newsl %}{{ newsl }}" title="Manage news articles">News</a></li>
<li><a href="/packages/signoffs/" title="Package signoffs">Signoffs</a></li>
<li><a href="/todo/" title="Developer todo lists">Todos</a></li>
- <li><a href="/packages/differences/" title="Package architecture differences">Arch Differences</a></li>
- <li><a href="https://mailman.archlinux.org/mailman/private/arch-dev/"
- title="arch-dev mailing list archives">Archives</a></li>
- <li><a href="/mirrors/" title="Mirror server statistics">Mirrors</a></li>
+ <li><a href="/packages/differences/" title="Package
+ architecture differences">Architecture Differences</a></li>
+ <li><a
+ href="http://list.parabolagnulinux.org/private.cgi/dev-parabolagnulinux.org/"
+ title="dev mailing list archives">Archives</a></li>
<li><a href="/devel/profile/" title="Modify your account profile">Profile</a></li>
<li><a href="/accounts/logout/" title="Logout of the developer interface">Logout</a></li>
</ul>
@@ -70,16 +68,10 @@
{% endblock %}
<div id="footer">
- <p>Copyright &copy; 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org"
- title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
- title="Contact Aaron Griffin">Aaron Griffin</a>.</p>
-
- <p>The Arch Linux name and logo are recognized
- <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy"
- title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p>
-
- <p>The registered trademark Linux® is used pursuant to a sublicense from LMI,
- the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p>
+ <p>Copyleft 2009-{% now "Y" %} Parabola Project. All content is
+ released under a <a
+ href="http://creativecommons.org/licenses/by-sa/3.0/"
+ rel="license">cc-by-sa 3.0 unported</a> license.</p>
</div><!-- #footer -->
</div><!-- #content -->
diff --git a/templates/devel/index.html b/templates/devel/index.html
index baad92e4..e1fe8deb 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Developer Dashboard{% endblock %}
+{% block title %}Parabola - Developer Dashboard{% endblock %}
{% block content %}
<div id="dev-dashboard" class="box">
diff --git a/templates/devel/profile.html b/templates/devel/profile.html
index 2f16801b..b731b3a7 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Edit Profile{% endblock %}
+{% block title %}Parabola - Edit Profile{% endblock %}
{% block content %}
<div id="dev-edit-profile" class="box">
diff --git a/templates/general_form.html b/templates/general_form.html
index 12b35463..92625cf2 100644
--- a/templates/general_form.html
+++ b/templates/general_form.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - {{title}}{% endblock %}
+{% block title %}Parabola - {{title}}{% endblock %}
{% block content %}
<div id="generic-form" class="box">
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html
index 49907b8f..7091229e 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/index.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Pacman Mirrorlist Generator{% endblock %}
+{% block title %}Parabola - Pacman Mirrorlist Generator{% endblock %}
{% block content %}
<div id="mirrorlist-gen" class="box">
@@ -28,7 +28,7 @@
<h3>Customized by country mirrorlist</h3>
<p>The following form can generate a custom up-to-date
- <a href="https://wiki.archlinux.org/index.php/Pacman"
+ <a href="https://wiki.parabola.kiwwwi.org/index.php/Pacman"
title="ArchWiki: Pacman">pacman</a> mirrorlist based on geography and
desired protocol(s). Simply replace the contents of
<code>/etc/pacman.d/mirrorlist</code> with your generated list.
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index 90baa75d..2edc61d4 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - {{ mirror.name }} - Mirror Details{% endblock %}
+{% block title %}Parabola - {{ mirror.name }} - Mirror Details{% endblock %}
{% block content %}
<!-- TODO: ids and classes -->
diff --git a/templates/mirrors/mirrorlist.txt b/templates/mirrors/mirrorlist.txt
index 2eedbd71..c5197e91 100644
--- a/templates/mirrors/mirrorlist.txt
+++ b/templates/mirrors/mirrorlist.txt
@@ -4,7 +4,7 @@ them, sacrifices have to be made. If editing this template, it is easiest to
forget about where line breaks are happening until you are done getting the
content right, and then go back later to fix it all up.
{% endcomment %}{% autoescape off %}##
-## Arch Linux repository mirrorlist
+## Parabola repository mirrorlist
## Generated on {% now "Y-m-d" %}
##{% for mirror_url in mirror_urls %}{% ifchanged %}
diff --git a/templates/mirrors/mirrorlist_status.txt b/templates/mirrors/mirrorlist_status.txt
index e2fbc1e6..dbc03911 100644
--- a/templates/mirrors/mirrorlist_status.txt
+++ b/templates/mirrors/mirrorlist_status.txt
@@ -4,7 +4,7 @@ them, sacrifices have to be made. If editing this template, it is easiest to
forget about where line breaks are happening until you are done getting the
content right, and then go back later to fix it all up.
{% endcomment %}{% autoescape off %}##
-## Arch Linux repository mirrorlist
+## Parabola repository mirrorlist
## Sorted by mirror score from mirror status page
## Generated on {% now "Y-m-d" %}
{% for mirror_url in mirror_urls %}
diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html
index 56f23db5..7562cb6f 100644
--- a/templates/mirrors/mirrors.html
+++ b/templates/mirrors/mirrors.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Mirror Overview{% endblock %}
+{% block title %}Parabola - Mirror Overview{% endblock %}
{% block content %}
<div id="dev-mirrorlist" class="box">
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html
index 47ba9b7c..7d022799 100644
--- a/templates/mirrors/status.html
+++ b/templates/mirrors/status.html
@@ -1,12 +1,12 @@
{% extends "base.html" %}
{% load mirror_status %}
-{% block title %}Arch Linux - Mirror Status{% endblock %}
+{% block title %}Parabola - Mirror Status{% endblock %}
{% block content %}
<div id="mirrorstatus" class="box">
<h2>Mirror Status</h2>
- <p>This page reports the status of all known, public, and active Arch Linux
+ <p>This page reports the status of all known, public, and active Parabola
mirrors. All data on this page reflects the status of the mirrors within
the <em>last {{ cutoff|hours }}</em>. All listed times are UTC. The check script runs
on a regular basis and polls for the <tt>lastsync</tt> file in the root of
diff --git a/templates/news/add.html b/templates/news/add.html
index f580e0d0..0534826c 100644
--- a/templates/news/add.html
+++ b/templates/news/add.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - News: {% if form.instance.id %}Edit{% else %}Add{% endif %} Article{% endblock %}
+{% block title %}Parabola - News: {% if form.instance.id %}Edit{% else %}Add{% endif %} Article{% endblock %}
{% block content %}
<div id="news-add-article" class="box">
diff --git a/templates/news/delete.html b/templates/news/delete.html
index 191c6929..3bcd6e56 100644
--- a/templates/news/delete.html
+++ b/templates/news/delete.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Delete News{% endblock %}
+{% block title %}Parabola - Delete News{% endblock %}
{% block content %}
<div id="news-delete-entry" class="box">
diff --git a/templates/news/list.html b/templates/news/list.html
index a72a2dda..f686ff3e 100644
--- a/templates/news/list.html
+++ b/templates/news/list.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - News{% endblock %}
+{% block title %}Parabola - News{% endblock %}
{% block content %}
<div id="news-article-list" class="box">
diff --git a/templates/news/view.html b/templates/news/view.html
index 7788dece..3cd14c99 100644
--- a/templates/news/view.html
+++ b/templates/news/view.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load markup %}
-{% block title %}Arch Linux - News: {{ news.title }}{% endblock %}
+{% block title %}Parabola - News: {{ news.title }}{% endblock %}
{% block content %}
<div class="news-article box">
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 1b01b3c1..1721dc56 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load cache %}
-{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package Details{% endblock %}
+{% block title %}Parabola - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package Details{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% load package_extras %}
diff --git a/templates/packages/differences.html b/templates/packages/differences.html
index b2a1be02..ba2d9bf5 100644
--- a/templates/packages/differences.html
+++ b/templates/packages/differences.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Differences by Architecture{% endblock %}
+{% block title %}Parabola - Package Differences by Architecture{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/files.html b/templates/packages/files.html
index 5e0ceb07..cd6b4c46 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package File List{% endblock %}
+{% block title %}Parabola - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package File List{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index 35198dff..d947b573 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
+{% block title %}Parabola - Flag Package - {{ pkg.pkgname }}{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
@@ -27,7 +27,7 @@
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
package is broken! Use the <a href="https://bugs.archlinux.org"
- title="Arch Linux Bugtracker">bug tracker</a> instead.</p>
+ title="Parabola Bugtracker">bug tracker</a> instead.</p>
<p>Please confirm your flag request for {{pkg.pkgname}}:</p>
diff --git a/templates/packages/flagged.html b/templates/packages/flagged.html
index 3a39d178..97a14ff2 100644
--- a/templates/packages/flagged.html
+++ b/templates/packages/flagged.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
+{% block title %}Parabola - Flag Package - {{ pkg.pkgname }}{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index 2b5092d2..d96ccd43 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -31,7 +31,7 @@
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org"
- title="Arch Linux Bugtracker">bugtracker</a> instead.</p>
+ title="Parabola Bugtracker">bugtracker</a> instead.</p>
</body>
</html>
diff --git a/templates/packages/group_details.html b/templates/packages/group_details.html
index df9c5e96..b02a51ce 100644
--- a/templates/packages/group_details.html
+++ b/templates/packages/group_details.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - {{ groupname }} - Group Details{% endblock %}
+{% block title %}Parabola - {{ groupname }} - Group Details{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/groups.html b/templates/packages/groups.html
index 8a96b7e3..f332e11d 100644
--- a/templates/packages/groups.html
+++ b/templates/packages/groups.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Groups{% endblock %}
+{% block title %}Parabola - Package Groups{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml
index 711b36a2..ea040788 100644
--- a/templates/packages/opensearch.xml
+++ b/templates/packages/opensearch.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
- <ShortName>Arch Linux Packages</ShortName>
- <Description>Search the Arch Linux package repositories.</Description>
+ <ShortName>Parabola Packages</ShortName>
+ <Description>Search the Parabola package repositories.</Description>
<Tags>linux archlinux package software</Tags>
<Image height="16" width="16" type="image/x-icon">{{domain}}/media/favicon.ico</Image>
<Language>en-us</Language>
diff --git a/templates/packages/search.html b/templates/packages/search.html
index c3f70fa6..6e430487 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Package Database{% endblock %}
+{% block title %}Parabola - Package Database{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block head %}
@@ -153,7 +153,7 @@
{% endif %}
<div id="pkglist-about" class="box">
- <p>You are browsing the Arch Linux package database. From here you can find
+ <p>You are browsing the Parabola package database. From here you can find
detailed information about packages located in the official supported repositories.
For unsupported packages, browse the <a href="https://aur.archlinux.org/"
title="AUR package database">Arch User Repository (AUR).</a></p>
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index 8d78c8a1..ec3d274b 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Signoffs{% endblock %}
+{% block title %}Parabola - Package Signoffs{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/public/about.html b/templates/public/about.html
index 0e0601e8..44f76df0 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -1,58 +1,62 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - About{% endblock %}
+{% block title %}Parabola - About{% endblock %}
{% block content %}
<div class="box">
- <h2 class="title">About Arch Linux</h2>
- <p>
-Arch Linux is an independently developed, i686/x86-64 general purpose GNU/Linux
-distribution versatile enough to suit any role. Development focuses on
-simplicity, minimalism, and code elegance. Arch is installed as a
-minimal base system, configured by the user upon which their own ideal
-environment is assembled by installing only what is required or desired
-for their unique purposes. GUI configuration utilities are not officially
-provided, and most system configuration is performed from the shell by editing
-simple text files. Arch strives to stay bleeding edge, and typically offers
-the latest stable versions of most software.
-</p>
-<p>
-Arch Linux uses its own Pacman package manager, which couples simple binary
-packages with an easy-to-use package build system. This allows users to
-easily manage and customize packages ranging from official Arch software to the
-user's own personal packages to packages from 3rd party sources. The repository
-system also allows users to easily build and maintain their own custom build
-scripts, packages, and repositories, encouraging community growth and
-contribution.
-</p>
-<p>
-The minimal Arch base package set resides in the streamlined [core] repository.
-In addition, the official [extra], [community], and [testing] repositories
-provide several thousand high-quality, packages to meet your software demands.
-Arch also offers an [unsupported] section in the Arch Linux User Repository
-(AUR), which contains over 9,000 build scripts, for compiling installable
-packages from source using the Arch Linux makepkg application.
-</p>
-<p>
-Arch Linux uses a "rolling release" system which allows one-time installation
-and perpetual software upgrades. It is not generally necessary to reinstall
-or upgrade your Arch Linux system from one "version" to the next.
-By issuing one command, an Arch system is kept up-to-date and on the bleeding
-edge.
-</p>
-<p>
-Arch strives to keep its packages as close to the original upstream software as
-possible. Patches are applied only when necessary to ensure an application
-compiles and runs correctly with the other packages installed on an up-to-date
-Arch system.
-</p>
-<p>
-To summarize: Arch Linux is a versatile, and simple distribution designed to
-fit the needs of the competent Linux&#0174; user. It is both powerful and easy
-to manage, making it an ideal distro for servers and workstations. Take it in
-any direction you like. If you share this vision of what a GNU/Linux
-distribution should be, then you are welcomed and encouraged to use it freely,
-get involved, and contribute to the community. Welcome to Arch!
-</p>
+ <h2 class="title">Parabola Presentation</h2>
+
+ <p>Almost a year ago we started a project to offer the Free Software
+ community the chance of using an Archlinux system completely freed from
+ proprietary software.</p>
+
+ <p>Today we have repositories and installable images of this wonderful
+ GNU/Linux distribution from which we have eliminated the non-free software
+ contained in its official repositories and which we have replaced with libre
+ alternatives whenever we could.</p>
+
+ <p>The first example is Linux-libre, the kernel without blobs nor nonfree
+ firmware. Followed by GNU IceCat, the libre fork of Mozilla Firefox that
+ doesn't recommend non-libre addons, and that in our case neither recommends
+ services that spy on you like the Google search engine.</p>
+
+ <h3>Why you should use Parabola</h3>
+
+ <p>Parabola equals software freedom plus all power to the users. GNU plus
+ ArchWay. With a continuosly updated system, simple to manage, simple to
+ package, you can build your own operating system in the way you want and
+ learn a lot along the way.</p>
+
+ <h3>Free Archlinux</h3>
+
+ <p>Following the minimalist, KISS, spirit of Arch, we have managed to
+ achieve its freedom in a simple way. To free your Archlinux installation,
+ just install our libre repositories list and update your system.</p>
+
+ <p>No reinstallation needed.</p>
+
+ <h3>Participate</h3>
+
+ <p>Boring tasks are always available. We want to start new projects. We want
+ to help people have servers of their own, with services of their own, with
+ Parabola Social. We want people to remix their own Archlinux and share it
+ with the rest of the world.</p>
+
+ <p>We want Free Software with a social utility for a libre society.</p>
+
+ <p>But we need your help. If all of us share a little of the boring work,
+ we'll have more time to do the really fun stuff.</p>
+
+ <p>Remaining tasks:</p>
+
+ <ul>
+ <li>Audit repositories. If you find a non-libre package, or a package
+ with non-libre parts, report it as a bug.</li>
+
+ <li>Host repositories. Mirrors are not abundant.</li>
+
+ <li>Take a look at our <a href="http://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
+ </ul>
+
+ <p><a href='http://www.archlinux.org/about/' title='Go to Archlinux About page'>Read more about Archlinux...</a></p>
</div>
-<br /><br />
{% endblock %}
diff --git a/templates/public/art.html b/templates/public/art.html
index 1556b774..0a6dbb83 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,131 +1,59 @@
{% extends "base.html" %}
{% load cdn %}
-{% block title %}Arch Linux - Artwork{% endblock %}
+{% block title %}Parabola - Artwork{% endblock %}
{% block content %}
<div id="artwork" class="box">
- <h2>Arch Linux Logos and Artwork</h2>
+ <h2>Parabola Logos and Artwork</h2>
+
+ <p> You can help by creating artwork for Parabola GNU/Linux. </p>
+
+ <p> Send your desings to web@list.parabolagnulinux.org and state they are CC-by-sa
+ or another free culture license </p>
+
+
<h3>Logos for Press Usage</h3>
- <p>The following Arch Linux logos are available for press and other use, subject to
- the restrictions of our <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy"
- title="Arch Linux Trademark Policy">trademark policy</a>.</p>
+ <p>The following Parabola logos are available for press and other use.</p>
<p><strong>Two-color standard version</strong><br />
+
+{% comment %}
+<!-- This is an example of how images should be added here -->
<em>Also available in print-quality
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-dark-1200dpi.png"
+ <a href="{% cdnprefix %}/media/logos/parabola-logo-dark-1200dpi.png"
title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-dark-scalable.svg"
+ <a href="{% cdnprefix %}/media/logos/parabola-logo-dark-scalable.svg"
title="Download scalable SVG format">SVG</a> formats.</em></p>
- <img src="{% cdnprefix %}/media/logos/archlinux-logo-dark-90dpi.png"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" />
+ <img src="{% cdnprefix %}/media/logos/parabola-logo-dark-90dpi.png"
+ alt="Parabola PNG logo @ 90dpi" title="Parabola PNG logo @ 90dpi" />
+{% endcomment %}
<p><strong>Two-color inverted version</strong> (for dark backgrounds)<br />
- <em>Also available in print-quality
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-light-1200dpi.png"
- title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-light-scalable.svg"
- title="Download scalable SVG format">SVG</a> formats.</em></p>
- <img src="{% cdnprefix %}/media/logos/archlinux-logo-light-90dpi.png"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" class="inverted" />
<p><strong>One-color standard version</strong><br />
- <em>Also available in print-quality
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-black-1200dpi.png"
- title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-black-scalable.svg"
- title="Download scalable SVG format">SVG</a> formats.</em></p>
- <img src="{% cdnprefix %}/media/logos/archlinux-logo-black-90dpi.png"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" />
<p><strong>One-colour inverted version</strong> (for dark backgrounds)<br />
- <em>Also available in print-quality
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-white-1200dpi.png"
- title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{% cdnprefix %}/media/logos/archlinux-logo-white-scalable.svg"
- title="Download scalable SVG format">SVG</a> formats.</em></p>
-
- <img src="{% cdnprefix %}/media/logos/archlinux-logo-white-90dpi.png"
- alt="Arch Linux PNG logo @ 90dpi" title="Arch Linux PNG logo @ 90dpi" class="inverted" />
<h3>Logos and Artwork for the Community</h3>
- <p>Official logos and artwork are also available directly from the
- repositories. Currently, these packages are:</p>
+ <p>Official logos and artwork should be available directly from the
+ repositories. These packages would be:</p>
<ul>
- <li><strong>archlinux-artwork</strong> - official logos, icons and CD labels</li>
- <li><strong>archlinux-wallpaper</strong> - a variety of desktop wallpapers
+ <li><strong>parabola-artwork</strong> - official logos, icons and CD labels</li>
+ <li><strong>parabola-wallpaper</strong> - a variety of desktop wallpapers
for standard and widescreen resolutions</li>
- <li><strong>archlinux-themes-kde</strong> - KDE themes and icons</li>
- <li><strong>archlinux-themes-kdm</strong> - KDM login themes</li>
- <li><strong>archlinux-themes-slim</strong> - SLiM login themes</li>
+ <li><strong>parabola-themes-kde</strong> - KDE themes and icons</li>
+ <li><strong>parabola-themes-kdm</strong> - KDM login themes</li>
+ <li><strong>parabola-themes-slim</strong> - SLiM login themes</li>
</ul>
- <p>Alternatively, you can <a href="ftp://ftp.archlinux.org/other/artwork/"
- title="Browse the FTP archives">download the source files via FTP</a>.</p>
-
- <h3>Former Logos</h3>
-
- <p>Arch has gone through a few generations of branding and what follows are
- some of our past logos. Although these images are no longer used frequently,
- they remain subject to license restrictions. Email
- <strong>trademarks@archlinux.org</strong> with any questions.</p>
-
- <h4>Original Ribbon Series</h4>
-
- <div class="imagelist">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon1.png" alt="Arch Ribbon Logo 1"/>
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon2.png" alt="Arch Ribbon Logo 2"/>
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon5.png" alt="Arch Ribbon Logo 5"/>
- </div>
-
- <div class="imagelist">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon3.png" alt="Arch Ribbon Logo 3"/>
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon4.png" alt="Arch Ribbon Logo 4"/>
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-ribbon6.png" alt="Arch Ribbon Logo 6"/>
- </div>
-
- <h4>"Arch Blue" Series</h4>
-
- <div class="imagelist">
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-blue1.svg" title="Arch Blue">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-blue1.png" alt="Arch Blue"/></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-blue2.svg" title="Arch Blue Vertical">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-blue2.png" alt="Arch Blue Vertical"/></a>
- </div>
-
- <h4>"Arch Aqua" Series</h4>
-
- <div class="imagelist">
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua.svg" title="Arch Aqua">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua.png" alt="Arch Aqua" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua-blue.svg" title="Arch Aqua Blue">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua-blue.png" alt="Arch Aqua Blue" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua-white.svg" title="Arch Aqua White">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-aqua-white.png" alt="Arch Aqua White" /></a>
- </div>
-
- <h4>Release-specific Series</h4>
-
- <div class="imagelist">
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-wombat-lg.png" title="Arch Wombat">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-wombat.png" alt="Arch Wombat" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-blue.svg" title="Arch Noodle Blue">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-blue.png" alt="Arch Noodle Blue" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-white.svg" title="Arch Noodle White">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-white.png" alt="Arch Noodle White" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-box.svg" title="Arch Box of Noodles">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-box.png" alt="Arch Box of Noodles" /></a>
- <a href="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-cup.svg" title="Arch Cup of Noodles">
- <img src="{% cdnprefix %}/media/logos/legacy/arch-legacy-noodle-cup.png" alt="Arch Cup of Noodles" /></a>
- </div>
-
</div><!-- #artwork -->
{% endblock %}
diff --git a/templates/public/blank.html b/templates/public/blank.html
index 2a8c83f4..b69b4e5d 100644
--- a/templates/public/blank.html
+++ b/templates/public/blank.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Sample Page Title{% endblock %}
+{% block title %}Parabola - Sample Page Title{% endblock %}
{% block content %}
<div id="sample-page-id" class="box">
diff --git a/templates/public/donate.html b/templates/public/donate.html
index b5fc43df..7b008817 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -2,20 +2,20 @@
{% load cache %}
{% load cdn %}
-{% block title %}Arch Linux - Donate{% endblock %}
+{% block title %}Parabola - Donate{% endblock %}
{% block content %}
{% cache 600 donations secure %}
<div id="donations" class="box">
- <h2>Donate to Arch Linux</h2>
+ <h2>Donate to Parabola</h2>
- <p>Arch Linux survives because of the tireless efforts of many people in
+ <p>Parabola survives because of the tireless efforts of many people in
the community and the core development circle. None of us are paid for
our work, and we don't have the personal funds to sustain server costs
ourselves.</p>
- <p>There are many ways to help support Arch Linux. If technical development,
+ <p>There are many ways to help support Parabola. If technical development,
documentation, or support aren't your strong points, you could certainly
help us by dropping a few bucks our way.</p>
@@ -23,62 +23,15 @@
<h3>Monetary donations</h3>
-{% comment %}
- <p>Financial contributions are accepted via <a title="Click to donate now"
- href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=aaronmgriffin@gmail.com&amp;currency_code=USD">PayPal</a>.
- Funds are used for server hardware upgrades, conventions, schwag giveaways and more.</p>
-
- <div id="paypal-button">
- <!-- paypal code -->
- <form id="paypal-form" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <p><input type="hidden" name="cmd" value="_xclick"/></p>
- <p><input type="hidden" name="business" value="aaronmgriffin@gmail.com"/></p>
- <p><input type="hidden" name="currency_code" value="USD"/></p>
- <p><input type="hidden" name="tax" value="0"/></p>
- <p><input type="hidden" name="lc" value="US"/></p>
- <p><input type="hidden" name="bn" value="PP-DonationsBF"/></p>
- <p><input type="hidden" name="item_name" value="Arch Linux Donation"/></p>
- <p><input type="hidden" name="no_shipping" value="1"/></p>
- <p><input type="hidden" name="cn" value="Suggestions/Comments"/></p>
- <p><input type="hidden" name="no_note" value="1"/></p>
- <p><input type="image" src="/media/donate.gif" name="submit"
- title="Make a PayPal donation to the Arch Linux project"
- alt="Make a PayPal donation to the Arch Linux project"
- style="background:transparent;border:none;" /></p>
- </form>
- </div>
-{% endcomment %}
<p>At the moment, we are currently not taking monetary donations, but we
- may accept them again in the future.</p>
+ may accept them in the future.</p>
<h3>Commercial sponsors and contributions</h3>
- <p>We'd like to thank <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux"
- title="velocity network">Velocity Network</a> for contributing space
- in a server rack, bandwidth, and electricity for our main server.</p>
-
- <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux"
- title="velocity network"><img src="{% cdnprefix %}/media/vnet_button.png" class="sponsor-btn-vnet"
- title="" alt="velocity network - it's about time" /></a>
-
- <p>We also wish to extend a special Thank You to <a
- href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl"
- title="SevenL Networks - Dedicated Arch Linux servers">SevenL Networks</a>
- for their generous and ongoing contribution of a dedicated Arch Linux
- server. You too can have a dedicated Arch Linux server hosted by SevenL...
- head over to their website for more details.</p>
-
- <a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl"
- title="SevenL Networks - Dedicated Arch Linux servers"><img src="{% cdnprefix %}/media/sevenl_button.png"
- class="sponsor-btn-sevenl" title="A big Thank You to SevenL Networks for their generous contribution"
- alt="We would like to express our thanks to SevenL Networks for their generous contribution" /></a>
-
- <p>More thanks go to <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com">AirVM.com</a> for contributing a VMWare-based Virtual Machine.</p>
-
- <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com - Your Green Technology Partner"><img src="{% cdnprefix %}/media/airvm_button.png"
- class="sponsor-btn-airvm" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
+{% comment %}
+<!-- TODO: -->
+ <p> We'd like to thank <!-- the guy wich donated the vserver or his company --></p>
+{% endcomment %}
<h3>Past donors</h3>
diff --git a/templates/public/download.html b/templates/public/download.html
index 8bd2e2db..64ee6b5a 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -1,20 +1,20 @@
{% extends "base.html" %}
{% load cache %}
-{% block title %}Arch Linux - Downloads{% endblock %}
+{% block title %}Parabola - Downloads{% endblock %}
{% block navbarclass %}anb-download{% endblock %}
{% block content %}
<div id="arch-downloads" class="box">
- <h2>Arch Linux Downloads</h2>
+ <h2>Parabola Downloads</h2>
{% with "2010.05" as version %}
<h3>Release Info</h3>
<p>All available images can be burned to a CD, mounted as an ISO file,
or be directly written to a USB stick using a utility like `dd`. These
- are intended for new installations only; an existing Arch Linux system
+ are intended for new installations only; an existing Parabola system
can always be updated with `pacman -Syu`.</p>
<ul>
@@ -23,9 +23,9 @@
<li><strong>Resources:</strong>
<ul>
<li><a href="https://bugs.archlinux.org/index.php?project=6"
- title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li>
+ title="Parabola Bugtracker:Release Engineering">Bug Tracker</a></li>
<li><a href="http://mailman.archlinux.org/mailman/listinfo/arch-releng"
- title="Arch Linux Release Engineering mailing list">Mailing List</a></li>
+ title="Parabola Release Engineering mailing list">Mailing List</a></li>
</ul>
</li>
</ul>
@@ -36,7 +36,7 @@
<li><a href="http://www.archlinux.org/iso/{{ version }}/README"
title="Official download instructions">Readme and Instructions</a></li>
<li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide"
- title="Official Installation Guide">Arch Linux Install Guide</a></li>
+ title="Official Installation Guide">Parabola Install Guide</a></li>
</ul>
<h3>Existing Arch Users</h3>
@@ -96,10 +96,10 @@
</tbody>
</table>
- <h3>Get Arch Linux on CD</h3>
+ <h3>Get Parabola on CD</h3>
<p>The following suppliers donate a portion of their proceeds to the
- Arch Linux project:</p>
+ Parabola project:</p>
<ul id="cd-vendors-donate">
<li><a href="http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch?affiliate=archlinux"
@@ -108,7 +108,7 @@
title="Purchase a CD from Shop Linux Online">Purchase a CD from Shop Linux Online</a></li>
</ul>
- <p>Arch Linux CDs are also available for purchase from these suppliers:</p>
+ <p>Parabola CDs are also available for purchase from these suppliers:</p>
<ul id="cd-vendors">
<li><a href="http://www.linuxcd.org/view_distro.php?id_distro=48"
@@ -162,7 +162,7 @@
</table>
{% endcache %}
- <p>If you want to become an Official Arch Linux Mirror please follow the
+ <p>If you want to become an Official Parabola Mirror please follow the
instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p>
</div>
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 0f80e1c2..16e71afe 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - RSS Feeds{% endblock %}
+{% block title %}Parabola - RSS Feeds{% endblock %}
{% block content %}
<div id="rss-feeds" class="box">
@@ -12,8 +12,8 @@
<h3>News and Activity Feeds</h3>
- <p>Grab the <a href="/feeds/news/" class="rss" title="Arch Linux News feed">news item feed</a>
- to keep up-to-date with the latest news from the Arch Linux development staff.</p>
+ <p>Grab the <a href="/feeds/news/" class="rss" title="Parabola News feed">news item feed</a>
+ to keep up-to-date with the latest news from the Parabola development staff.</p>
<p>The <a href="https://wiki.archlinux.org/index.php?title=Special:RecentChanges&amp;feed=rss"
title="ArchWiki Recent Changes feed" class="rss">Arch Wiki: Recent changes feed</a>
@@ -23,7 +23,7 @@
<h3>Package Feeds</h3>
<p>If you are interested in <a href="/feeds/packages/" class="rss"
- title="Arch Linux package updates feed">all package updates</a>,
+ title="Parabola package updates feed">all package updates</a>,
then grab this feed. Note that when a package is updated for multiple
architectures, you will see each individual update show up here.
Alternatively, you can select a packages feed from the below table that is
@@ -61,7 +61,7 @@
<h3>Development Feeds</h3>
<p>Subscribe to any of the following to track bug tickets and feature
- requests from the <a href="https://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p>
+ requests from the <a href="https://bugs.archlinux.org/" title="Parabola Bugs">Parabola Bugtracker</a>:</p>
<table class="pretty2">
<thead>
@@ -79,7 +79,7 @@
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=99" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=99" class="rss">Feed</a></td>
</tr><tr>
- <td>Arch Linux</td>
+ <td>Parabola</td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=1" class="rss">Feed</a></td>
diff --git a/templates/public/index.html b/templates/public/index.html
index c060449c..325358d6 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -4,35 +4,30 @@
{% load cdn %}
{% block head %}
-<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/news/" />
-<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="/feeds/packages/" />
+<link rel="alternate" type="application/rss+xml" title="Parabola News Updates" href="/feeds/news/" />
+<link rel="alternate" type="application/rss+xml" title="Parabola Package Updates" href="/feeds/packages/" />
{% endblock %}
{% block content_left %}
{% cache 300 main-page-left secure %}
<div id="intro" class="box">
- <h2>A simple, lightweight distribution</h2>
+ <h2>A <em>libre</em> version of Archlinux</h2>
- <p>You've reached the website for <strong>Arch Linux</strong>, a
- lightweight and flexible Linux® distribution that tries to Keep It
+ <p>You've reached the website for <strong>Parabola GNU/Linux-libre</strong>,
+ a project aiming to provide a fully free as in freedom Archlinux, the
+ lightweight and flexible GNU/Linux distribution that tries to Keep It
Simple.</p>
- <p>Currently we have official packages optimized for the i686 and
- x86-64 architectures. We complement our official package sets with a
- <a href="https://aur.archlinux.org" title="Arch User Repository (AUR)">
- community-operated package repository</a> that grows in size and
- quality each and every day.</p>
-
- <p>Our strong community is diverse and helpful, and we pride ourselves
- on the range of skillsets and uses for Arch that stem from it. Please
- check out our <a href="https://bbs.archlinux.org" title="Arch Forums">forums</a>
- and <a href="http://mailman.archlinux.org/mailman/listinfo/" title="Arch Mailing Lists">mailing lists</a>
- to get your feet wet. Also glance through our <a href="https://wiki.archlinux.org" title="Arch Wiki">wiki</a>
- if you want to learn more about Arch.</p>
+ <p>Currently we provide the official libre packages from Arch, plus our own
+ libre replacements when necessary, all of them optimized for the i686 and
+ x86-64 architectures.</p>
+ <p>You can find us on IRC at <a
+ href='irc://irc.freenode.net/#parabola'>irc.freenode.net/#parabola</a>.</p>
+
<p class="readmore"><a href="{% url page-about %}"
- title="Learn more about Arch Linux">Learn more...</a></p>
+ title="Learn more about Parabola">Learn more...</a></p>
</div><!-- #intro -->
@@ -41,7 +36,7 @@
<h3>Latest News <span class="more">(<a href="{% url news-list %}"
title="Browse the news archives">more</a>)</span></h3>
- <a href="/feeds/news/" title="Arch News RSS Feed"
+ <a href="/feeds/news/" title="Parabola News RSS Feed"
class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
{% for news in news_updates %}
@@ -73,7 +68,7 @@
<h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
title="Browse all of the latest packages">more</a>)</span></h3>
- <a href="/feeds/packages/" title="Arch Package Updates RSS Feed"
+ <a href="/feeds/packages/" title="Parabola Package Updates RSS Feed"
class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
<table>
@@ -96,52 +91,36 @@
<h4>Documentation</h4>
<ul>
- <li><a href="https://wiki.archlinux.org/"
+ <li><a href="https://wiki.parabolagnulinux.org/"
title="Community documentation">Wiki</a></li>
<li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide"
- title="Official installation guide">Official Installation Guide</a></li>
+ title="Also applies for Parabola">Official Archlinux Installation Guide</a></li>
+ <li><a href="https://wiki.parabolagnulinux.org/Migration"
+ title="Free your Arch instalation">Migration from Archlinux</a></li>
<li><a href="https://wiki.archlinux.org/index.php/Beginners'_Guide"
- title="A good place to start for beginners">Unofficial Beginners' Guide</a></li>
+ title="A good place to start for beginners">Archlinux Unofficial Beginners' Guide</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href="http://mailman.archlinux.org/mailman/listinfo/"
+ <li><a href="http://list.parabolagnulinux.org/mailman/listinfo/"
title="Community and developer mailing lists">Mailing Lists</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/IRC_Channels"
+ <li><a href="https://wiki.parabolagnulinux.org/IRC_Channels"
title="Official and regional IRC communities">IRC Channels</a></li>
- <li><a href="http://planet.archlinux.org/"
- title="Arch in the blogosphere">Planet Arch</a></li>
- <li><a href="http://rollingrelease.com/"
- title="Community online magazine">Rolling Release Ezine</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/International_Communities"
- title="Arch communities in your native language">International Communities</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/Related_Projects"
- title="Projects that are in some way related to Arch Linux">Related Projects</a></li>
+ <li><a href="http://identi.ca/group/parabola"
+ title="Parabola at identi.ca">Identi.ca group</a></li>
</ul>
<h4>Support</h4>
<ul>
- <li><a href="{% url page-donate %}" title="Help support Arch Linux">Donate</a></li>
- <li><a href="http://schwag.archlinux.ca/"
- title="USB keys, jewellery, case badges">Arch Schwag</a></li>
- <li><a href="http://www.zazzle.com/archlinux*"
- title="T-shirts, mugs, mouse pads, hoodies, posters, skateboards, shoes, etc.">Products via Zazzle</a></li>
- <li><a href="http://www.freewear.org/?page=list_items&amp;org=Archlinux"
- title="T-shirts">T-shirts via Freewear</a></li>
- <li><a href="http://stuff.lsupport.net/catalog/22763/"
- title="T-shirts, keychains, bags, mugs, notebooks from a Ukraine retailer">Merchandise via ProstoPrint</a></li>
+ <li><a href="{% url page-donate %}" title="Help support Parabola">Donate</a></li>
</ul>
<h4>Tools</h4>
<ul>
- <li><a href="{% url mirrorlist %}"
- title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li>
- <li><a href="{% url mirror-status %}"
- title="Check the status of all known mirrors">Mirror Status</a></li>
<li><a href="/packages/differences/"
title="See differences in packages between available architectures">Differences by Architecture</a></li>
</ul>
@@ -153,13 +132,13 @@
title="View/search the package repository database">Packages</a></li>
<li><a href="/groups/"
title="View the available package groups">Package Groups</a></li>
- <li><a href="https://bugs.archlinux.org/"
+ <li><a href="https://bugs.parabola.kiwwwi.com.ar/"
title="Report/track bugs or make feature requests">Bug Tracker</a></li>
<li><a href="{% url page-svn %}"
title="View SVN entries for packages">SVN Repositories</a></li>
- <li><a href="http://projects.archlinux.org/"
- title="Official Arch projects (git)">Projects in Git</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki"
+ <li><a href="http://projects.parabola.kiwwwi.com.ar/"
+ title="Official Parabola projects (git)">Projects in Git</a></li>
+ <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/DeveloperWiki"
title="Developer Wiki articles">DeveloperWiki</a></li>
<li><a href="/todolists/"
title="Developer Todo Lists">Todo Lists</a></li>
@@ -168,12 +147,12 @@
<h4>About</h4>
<ul>
- <li><a href="https://wiki.archlinux.org/index.php/ArchLinux:About"
- title="Learn more about Arch Linux">About Arch</a></li>
- <li><a href="/download/" title="Get Arch Linux">Download Arch</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review"
- title="Arch Linux in the media">Press Coverage</a></li>
- <li><a href="{% url page-art %}" title="Arch logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
+ <li><a href="{% url page-about %}"
+ title="Learn more about Parabola">About Parabola</a></li>
+ <li><a href="/download/" title="Get Parabola">Download Parabola</a></li>
+ <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/Parabola_Press_Review"
+ title="Parabola in the media">Press Coverage</a></li>
+ <li><a href="{% url page-art %}" title="Parabola logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url news-list %}" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
<li><a href="{% url page-devs %}" title="Active developers">Developer Profiles</a></li>
@@ -185,39 +164,11 @@
{% comment %}
<div id="home-paypal-button" class="widget">
-
- <form id="paypal-form" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <p><input type="hidden" name="cmd" value="_xclick"/></p>
- <p><input type="hidden" name="business" value="aaronmgriffin@gmail.com"/></p>
- <p><input type="hidden" name="currency_code" value="USD"/></p>
- <p><input type="hidden" name="tax" value="0"/></p>
- <p><input type="hidden" name="lc" value="US"/></p>
- <p><input type="hidden" name="bn" value="PP-DonationsBF"/></p>
- <p><input type="hidden" name="item_name" value="Arch Linux Donation"/></p>
- <p><input type="hidden" name="no_shipping" value="1"/></p>
- <p><input type="hidden" name="cn" value="Suggestions/Comments"/></p>
- <p><input type="hidden" name="no_note" value="1"/></p>
- <p><input type="image" src="/media/donate.gif" name="submit"
- title="Make a PayPal donation to the Arch Linux project"
- alt="Make a PayPal donation to the Arch Linux project"
- style="background:transparent;border:none;" /></p>
- </form>
-
</div>
{% endcomment %}
<div id="arch-sponsors" class="widget">
-
- <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="Velocity Network">
- <img src="{% cdnprefix %}/media/vnet_button.png" alt="Velocity Network - It's about time" />
- </a>
- <a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers">
- <img src="{% cdnprefix %}/media/sevenl_button.png" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution" />
- </a>
- <a href="http://www.airvm.com/ArchLinux" title="AirVM.com - Your Green Technology Partner">
- <img src="{% cdnprefix %}/media/airvm_button.png" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" />
- </a>
-
+<small>Space for sponsors</small>
</div>
{% endcache %}
{% endblock %}
diff --git a/templates/public/svn.html b/templates/public/svn.html
index 90852b71..7b084379 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - SVN{% endblock %}
+{% block title %}Parabola - SVN{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">SVN Repositories</h2>
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index c51215c3..66543191 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% load cache %}
-{% block title %}Arch Linux - {{ user_type }}{% endblock %}
+{% block title %}Parabola - {{ user_type }}{% endblock %}
{% block content %}
{% cache 600 dev-tu-profiles user_type %}
<div id="dev-tu-profiles" class="box">
- <h2>Arch Linux {{user_type}}</h2>
+ <h2>Parabola {{user_type}}</h2>
<p>{{description}}</p>
diff --git a/templates/registration/login.html b/templates/registration/login.html
index ad1ac1ea..e81a007a 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Developer Login{% endblock %}
+{% block title %}Parabola - Developer Login{% endblock %}
{% block content %}
<div id="dev-login" class="box">
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index f8e07621..e2815cdc 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Logout successful{% endblock %}
+{% block title %}Parabola - Logout successful{% endblock %}
{% block content %}
<div id="dev-logout" class="box">
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 2e75bdac..a58fedc8 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Todo Lists{% endblock %}
+{% block title %}Parabola - Todo Lists{% endblock %}
{% block content %}
<div id="dev-todo" class="box">
diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html
index fe5ffb5d..97a0325a 100644
--- a/templates/todolists/public_list.html
+++ b/templates/todolists/public_list.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Todo Lists{% endblock %}
+{% block title %}Parabola - Todo Lists{% endblock %}
{% block content %}
<div class="box">
diff --git a/templates/todolists/todolist_confirm_delete.html b/templates/todolists/todolist_confirm_delete.html
index 5545462f..4be65126 100644
--- a/templates/todolists/todolist_confirm_delete.html
+++ b/templates/todolists/todolist_confirm_delete.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Delete Todo List: {{object.name}}{% endblock %}
+{% block title %}Parabola - Delete Todo List: {{object.name}}{% endblock %}
{% block content %}
<div id="dev-todo-delete" class="box">
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 0792d096..9622739f 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %}
+{% block title %}Parabola - Todo: {{ list.name }}{% endblock %}
{% block content %}
<div id="dev-todo-details" class="box">