summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html2
-rw-r--r--templates/base.html50
-rw-r--r--templates/devel/clock.html12
-rw-r--r--templates/devel/index.html2
-rw-r--r--templates/devel/packages.html2
-rw-r--r--templates/devel/profile.html2
-rw-r--r--templates/general_form.html2
-rw-r--r--templates/mirrors/index.html10
-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.html15
-rw-r--r--templates/packages/differences.html31
-rw-r--r--templates/packages/files.html2
-rw-r--r--templates/packages/flag.html8
-rw-r--r--templates/packages/flag_confirmed.html2
-rw-r--r--templates/packages/flagged.html2
-rw-r--r--templates/packages/flaghelp.html8
-rw-r--r--templates/packages/groups.html2
-rw-r--r--templates/packages/opensearch.xml6
-rw-r--r--templates/packages/packages_list.html2
-rw-r--r--templates/packages/search.html21
-rw-r--r--templates/packages/signoff_options.html2
-rw-r--r--templates/packages/signoffs.html2
-rw-r--r--templates/packages/stale_relations.html2
-rw-r--r--templates/public/about.html106
-rw-r--r--templates/public/art.html125
-rw-r--r--templates/public/blank.html2
-rw-r--r--templates/public/donate.html73
-rw-r--r--templates/public/download.html169
-rw-r--r--templates/public/feeds.html73
-rw-r--r--templates/public/https.html38
-rw-r--r--templates/public/index.html142
-rw-r--r--templates/public/keys.html4
-rw-r--r--templates/public/svn.html37
-rw-r--r--templates/public/userlist.html5
-rw-r--r--templates/registration/login.html2
-rw-r--r--templates/registration/logout.html2
-rw-r--r--templates/releng/add.html6
-rw-r--r--templates/releng/results.html9
-rw-r--r--templates/releng/thanks.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.html4
-rw-r--r--templates/visualize/index.html2
52 files changed, 392 insertions, 622 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 a120c537..9f893eda 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,31 +1,27 @@
<!DOCTYPE html>
<html 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="apple-touch-icon" href="/media/logos/apple-touch-icon-57x57.png" />
- <link rel="apple-touch-icon" sizes="72x72" href="/media/logos/apple-touch-icon-72x72.png" />
- <link rel="apple-touch-icon" sizes="114x114" href="/media/logos/apple-touch-icon-114x114.png" />
- <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="Package Database">Packages</a></li>
+ <li id="anb-wiki"><a href="https://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li>
+ <li id="anb-bugs"><a href="https://bugs.parabolagnulinux.org" title="Issue Tracker">Bugs</a></li>
+ <li id="anb-projects"><a href="https://projects.parabolagnulinux.org" title="Our Code">Projects</a></li>
+ <li id="anb-download"><a href="https://wiki.parabolagnulinux.org/Download" title="Get Parabola">Download</a></li>
</ul>
</div>
</div><!-- #archnavbar -->
@@ -34,18 +30,14 @@
<div id="archdev-navbar">
{% if user.is_authenticated %}
<ul>
- <li><a href="{% url devel-index %}" title="Developer Dashboard">Dashboard</a></li>
- <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki"
- title="Developer Wiki">DevWiki</a></li>
+ <li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li>
+ <li><a href="https://projects.parabolagnulinux.org/" 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="{% url devel-clocks %}" title="Developer world clocks">Dev Clocks</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="https://stats.archlinux.org/munin/"
- title="Arch server monitoring">Server Monitoring</a></li>
+ <li><a href="/packages/differences/" title="Package architecture differences">Architecture Differences</a></li>
+ <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/" title="dev mailing list archives">Archives</a></li>
+ <li><a href="/devel/clock/" title="Developer world clocks">Dev Clocks</a></li>
{% if user.is_staff %}
<li><a href="{% url admin:index %}" title="Django Admin Interface">Django Admin</a></li>
{% endif %}
@@ -76,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/clock.html b/templates/devel/clock.html
index d2eb0a8d..2eafd529 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -1,23 +1,23 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Developer World Clocks{% endblock %}
+{% block title %}Parabola GNU/Linux-libre - Hackers World Clocks{% endblock %}
{% block content %}
<div id="dev-clocks-box" class="box">
- <h2>Developer World Clocks</h2>
+ <h2>Hackers World Clocks</h2>
- <p>This page helps prevent you from waking a sleeping developer. It also
- depends on developers keeping the time zone information up to date, so if
+ <p>This page helps prevent you from waking a sleeping hacker. It also
+ depends on hackers keeping the time zone information up to date, so if
you see 'UTC' listed, pester them to update their settings.</p>
<p>
- Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/>
+ Parabola Server Time: {{ now|date:"Y-m-d H:i T" }}<br/>
UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
</p>
<table id="clocks-table" class="results">
<thead>
<tr>
- <th>Developer</th>
+ <th>Hacker</th>
<th>Username</th>
<th>Alias</th>
<th>Location</th>
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 0f0ded38..ad024a34 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -2,7 +2,7 @@
{% load cache %}
{% load package_extras %}
-{% block title %}Arch Linux - Developer Dashboard{% endblock %}
+{% block title %}Parabola - Hacker Dashboard{% endblock %}
{% block content %}
<div id="dev-dashboard" class="box">
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index 9f01167c..bd126593 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -2,7 +2,7 @@
{% load attributes %}
{% load package_extras %}
-{% block title %}Arch Linux - {{ title }}{% endblock %}
+{% block title %}Parabola - {{ title }}{% endblock %}
{% block content %}
<div class="box">
diff --git a/templates/devel/profile.html b/templates/devel/profile.html
index b6580ab8..b497a20a 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 1fa33513..5e620087 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..454fb201 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/index.html
@@ -1,14 +1,14 @@
{% 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">
<h2>Pacman Mirrorlist Generator</h2>
- <p>This page generates the most up-to-date mirrorlist possible for Arch
- Linux. The data used here comes straight from the developers' internal
+ <p>This page generates the most up-to-date mirrorlist possible for
+ Parabola. The data used here comes straight from the developers' internal
mirror database used to track mirror availability and tiering. There are
two main options: get a mirrorlist with every available mirror, or get a
mirrorlist tailored to your geography.</p>
@@ -28,8 +28,8 @@
<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"
- title="ArchWiki: Pacman">pacman</a> mirrorlist based on geography and
+ <a href="https://wiki.parabolagnulinux.org/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.
Additionally, the mirror status data can be incorporated into the generated
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index 3daf1a2d..0f071b8c 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load mirror_status %}
-{% 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 24b52fa1..b91c52a2 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 e3504395..5bf94287 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 bf356080..c9ab46db 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 046c4196..f315f7c3 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 bb866dc4..fd75253c 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 ef6ee982..d0e60ab2 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -2,7 +2,7 @@
{% load cache %}
{% load package_extras %}
-{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}){% endblock %}
+{% block title %}Parabola - {{ pkg.pkgname }} {{ pkg.full_version }} - Package Details{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% load package_extras %}
@@ -16,14 +16,9 @@
<div id="actionlist">
<h4>Package Actions</h4>
<ul class="small">
- <li>
- <a href="{% scm_link pkg 'tree' %}" title="View source files for {{ pkg.pkgname }}">Source Files</a> /
- <a href="{% scm_link pkg 'log' %}" title="View changes for {{ pkg.pkgname }}">View Changes</a>
- </li>
- <li>
- <a href="{% bugs_list pkg %}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a> /
- <a href="{% bug_report pkg %}" title="Report new bug for {{ pkg.pkgname }}">Add New Bug</a>
- </li>
+ <li><a href="{% bugs_list pkg %}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
+ <li><a href="{% bug_report pkg %}" title="Report bug for {{ pkg.pkgname }}">Report a Bug</a></li>
+ <li><a href="{% flag_unfree pkg %}" title="Report {{ pkg.pkgname }} as unfree">Report as unfree</a></li>
<li><a href="{% get_wiki_link pkg %}" title="Search wiki for {{ pkg.pkgname }}">Search Wiki</a></li>
{% if pkg.flag_date %}
<li><span class="flagged">Flagged out-of-date on {{ pkg.flag_date|date }}</span></li>
@@ -44,7 +39,7 @@
onclick="return !window.open('/packages/flaghelp/','FlagHelp',
'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)</a></li>
{% endif %}
- <li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
+ <li><a href="{% get_download_link pkg %}" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
</ul>
{% if perms.main.change_package %}
diff --git a/templates/packages/differences.html b/templates/packages/differences.html
index 6c06ae25..0412f8c2 100644
--- a/templates/packages/differences.html
+++ b/templates/packages/differences.html
@@ -1,11 +1,40 @@
{% 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 %}
{% if differences %}
<div id="differences-filter" class="box filter-criteria">
<h2>Package Differences by Architecture</h2>
+ <h3>Select architectures</h3>
+ <form id="arch_selector" method="get" action=".">
+ <fieldset>
+ <legend>Select arches</legend>
+ <div><label for="arch_a" title="Architecture A">Architecture A</label>
+ <select name="arch_a" id="arch_a">
+ {% for arch in arches %}
+ <option
+ {% if arch == arch_a %}
+ selected="selected"
+ {% endif %}
+ >{{ arch }}</option>
+ {% endfor %}
+ </select>
+ </div>
+ <div><label for="arch_b" title="Architecture B">Architecture B</label>
+ <select name="arch_b" id="arch_b">
+ {% for arch in arches %}
+ <option
+ {% if arch == arch_b %}
+ selected="selected"
+ {% endif %}
+ >{{ arch }}</option>
+ {% endfor %}
+ </select>
+ </div>
+ <div><label>&nbsp;</label><input type="submit" title="Show difference between selected architectures"></div>
+ </fieldset>
+ </form>
<h3>Filter Differences View</h3>
<form id="diff_filter" method="post" action=".">
<fieldset>
diff --git a/templates/packages/files.html b/templates/packages/files.html
index 6524fe93..8cf6738d 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.full_version }} ({{ pkg.arch.name }}) - File List{% endblock %}
+{% block title %}Parabola - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}) - File List{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index 5fc9c91d..79920c12 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Flag Package - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
+{% block title %}Parabola - Flag Package - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
@@ -23,13 +23,13 @@
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a href="http://mailman.archlinux.org/mailman/listinfo/arch-general"
- title="Visit the arch-general mailing list">arch-general mailing list</a>
+ an email to the <a href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ title="Visit the dev mailing list">Parabola Development mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Do <em>not</em> use this facility if the
package is broken! The package will be unflagged and the report will be ignored!
- <a href="https://bugs.archlinux.org/" title="Arch Linux Bugtracker">Use the
+ <a href="https://bugs.parabolagnulinux.org/" title="Parabola Bugtracker">Use the
bugtracker to file a bug</a> instead.</p>
<p>Please confirm your flag request for {{package.pkgname}}:</p>
diff --git a/templates/packages/flag_confirmed.html b/templates/packages/flag_confirmed.html
index 6274adbb..62080d62 100644
--- a/templates/packages/flag_confirmed.html
+++ b/templates/packages/flag_confirmed.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Package Flagged - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
+{% block title %}Parabola - Package Flagged - {{ package.pkgname }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
diff --git a/templates/packages/flagged.html b/templates/packages/flagged.html
index bbe0fad5..f7940cd1 100644
--- a/templates/packages/flagged.html
+++ b/templates/packages/flagged.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}){% endblock %}
+{% block title %}Parabola - Flag Package - {{ pkg.pkgname }} {{ pkg.full_version }} ({{ pkg.arch.name }}){% endblock %}
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index 2b5092d2..d60018fa 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -25,13 +25,13 @@
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a target="_blank" href="http://mailman.archlinux.org/mailman/listinfo/arch-general"
- title="Visit the arch-general mailing list">arch-general mailing list</a>
+ an email to the <a target="_blank" href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ title="Visit the parabola dev mailing list">parabola mailing list</a>
with your additional text.</p>
<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>
+ package is broken! Use the <a target="_blank" href="https://bugs.parabolagnulinux.org"
+ title="Parabola Bugtracker">bugtracker</a> instead.</p>
</body>
</html>
diff --git a/templates/packages/groups.html b/templates/packages/groups.html
index 87316a34..941ec8de 100644
--- a/templates/packages/groups.html
+++ b/templates/packages/groups.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %}
+{% block title %}Parabola - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml
index 711b36a2..e54507ee 100644
--- a/templates/packages/opensearch.xml
+++ b/templates/packages/opensearch.xml
@@ -1,8 +1,8 @@
<?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>
- <Tags>linux archlinux package software</Tags>
+ <ShortName>Parabola Packages</ShortName>
+ <Description>Search the Parabola package repositories.</Description>
+ <Tags>gnu linuxlibre parabola package software</Tags>
<Image height="16" width="16" type="image/x-icon">{{domain}}/media/favicon.ico</Image>
<Language>en-us</Language>
<InputEncoding>UTF-8</InputEncoding>
diff --git a/templates/packages/packages_list.html b/templates/packages/packages_list.html
index 942e1073..ed376705 100644
--- a/templates/packages/packages_list.html
+++ b/templates/packages/packages_list.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - {{ name }} ({{ arch.name }}) - {{ list_title }}{% endblock %}
+{% block title %}Parabola - {{ name }} ({{ arch.name }}) - {{ list_title }}{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/search.html b/templates/packages/search.html
index 800b883d..5bb90a52 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -2,7 +2,7 @@
{% load package_extras %}
{% load adminmedia %}
-{% block title %}Arch Linux - Package Database{% endblock %}
+{% block title %}Parabola - Package Database{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block head %}
@@ -17,7 +17,7 @@
<h3>Package Search</h3>
<form id="pkg-search" method="get" action="/packages/">
- <p><input type="hidden" name="sort" value='{{sort}}' /></p>
+ <p><input type="hidden" name="sort" value="{{sort}}" /></p>
{{ search_form.non_field_errors }}
<fieldset>
<legend>Enter search criteria</legend>
@@ -106,7 +106,8 @@
{% endif %}
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.repo.name|capfirst }}</td>
- <td>{% pkg_details_link pkg %}</td>
+ <td><a href="{{ pkg.get_absolute_url }}"
+ title="Package details for {{ pkg.pkgname }}">{{ pkg.pkgname }}</a></td>
{% if pkg.flag_date %}
<td><span class="flagged">{{ pkg.full_version }}</span></td>
{% else %}
@@ -156,20 +157,16 @@
{% else %}
<div class="box">
<p>We couldn't find any packages matching your query. Try searching again
- using different criteria, or try
- {% if search_form.q.data %}
- <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data|urlencode }}">searching the AUR</a>
- {% else %}searching the AUR{% endif %}
- to see if the package can be found there.</p>
+ using different criteria.</p>
</div>
{% 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>
-</div>
+ If you need the sourceball from where a package is built, you can look at our <a
+ href="https://repo.parabolagnulinux.org/sources/packages"
+ title="Sourceballed packages">sources repo</a>.</p> </div>
<script type="text/javascript" src="/jsi18n/"></script>
<script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";</script>
diff --git a/templates/packages/signoff_options.html b/templates/packages/signoff_options.html
index ee9b8b47..950c80c1 100644
--- a/templates/packages/signoff_options.html
+++ b/templates/packages/signoff_options.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Signoff Options - {{ package.pkgbase }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
+{% block title %}Parabola - Package Signoff Options - {{ package.pkgbase }} {{ package.full_version }} ({{ package.arch.name }}){% endblock %}
{% block head %}<meta name="robots" content="noindex"/>{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index b032e656..c24774a9 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% block title %}Arch Linux - Package Signoffs{% endblock %}
+{% block title %}Parabola - Package Signoffs{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/packages/stale_relations.html b/templates/packages/stale_relations.html
index d51f7e44..6cff8d3d 100644
--- a/templates/packages/stale_relations.html
+++ b/templates/packages/stale_relations.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Stale Package Relations{% endblock %}
+{% block title %}Parabola - Stale Package Relations{% endblock %}
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
diff --git a/templates/public/about.html b/templates/public/about.html
index bf38e8a1..5ef4286b 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -1,57 +1,61 @@
{% 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="https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
+ </ul>
+
</div>
<br /><br />
{% endblock %}
diff --git a/templates/public/art.html b/templates/public/art.html
index 1556b774..3a92b8b4 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,131 +1,60 @@
{% 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-libre.</p>
+ <p>Send your designs to dev@lists.parabolagnulinux.org and state they are CC-by-sa
+ or another free culture friendly license.</p>
+
+
+
+ {% comment %}
<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/>
- <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" />
<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>
+{% endcomment %}
</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 514c1430..6ec407dc 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -2,77 +2,26 @@
{% 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
- 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>
+ <h3>We don't accept any money donations</h3>
- <p>There are many ways to help support Arch Linux. If technical development,
- documentation, or support aren't your strong points, you could certainly
- help us by dropping a few bucks our way.</p>
+ <p>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.</p>
- <p>Many thanks!</p>
+ <p>If you want, we have a pretty nice <a
+ href="https://wiki.parabolagnulinux.org/TODO" title="The TODO
+ list!">TODO list</a> you can check to help us by donating some of your
+ time. That will be very much appreciated by us :)</p>
- <h3>Monetary donations</h3>
-
- <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&amp;Pledge to Arch Linux"/>Click&amp;Pledge</a>.
- Arch Linux is a member project of the
- <a href="http://www.spi-inc.org/">Software in the Public Interest, Inc.</a>
- non-profit corporation. Funds are used for hosting costs, server hardware
- upgrades, and more. You are encouraged to learn more about the SPI, as well
- as <a href="http://www.spi-inc.org/donations/">how donations work</a>.</p>
-
- <a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img src="{% cdnprefix %}/media/CP_EN_BK_S_001.gif" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
- </a>
-
- <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>
-
- <h3>Past donors</h3>
-
- <div id="donor-list">
- <ul>
- {% for donor in donors %}
- <li>{{ donor.name }}</li>{% endfor %}
- </ul>
- </div>
- <div class="clear"></div>
- <p>A huge thanks to you all for your contributions!</p>
</div>
{% endcache %}
{% endblock %}
diff --git a/templates/public/download.html b/templates/public/download.html
index 3e33ab32..4a52f0fe 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -1,49 +1,49 @@
{% 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 "2011.08.19" as version %}
+ {% with "2010.12.29" 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>
- <li><strong>Current Release:</strong> <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:{{ version }}">{{ version }}</a></li>
- <li><strong>Included Kernel:</strong> 3.0.3</li>
+ <li><strong>Current Release:</strong> {{ version }}</li>
+ <li><strong>Included Kernel:</strong> 2.6.36.2</li>
<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>
- <li><a href="http://mailman.archlinux.org/mailman/listinfo/arch-releng"
- title="Arch Linux Release Engineering mailing list">Mailing List</a></li>
+ <li><a
+ href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ title="Parabola Hackers Discussion List">Mailing List</a></li>
+ </ul>
+ </li>
+ <li><strong>Instructions:</strong>
+ <ul>
+ <li><a
+ href="https://wiki.parabolagnulinux.org/installation_guide"
+ title="Official Installation Guide">Parabola Install Guide</a>.
+ </li>
</ul>
</li>
- </ul>
-
- <p><strong>Links and Instructions:</strong></p>
-
- <ul id="download-help">
- <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>
</ul>
<h3>Existing Arch Users</h3>
- <p>If you are an existing Arch user, there is no need to download a new ISO
- to update your existing system. You may be looking for
- <a href="{% url mirrorlist %}">an updated mirrorlist</a> instead.</p>
+ <p>If you are an Arch user, there is no need to download the ISO
+ to update your existing system to Parabola. You can just follow the
+ instructions in our wiki to convert your existing Arch system into a free
+ as in freedom one. <a href="https://wiki.parabolagnulinux.org/migration"
+ title="Migration Guide">More here.</a></p>
<h3>BitTorrent Download (recommended)</h3>
@@ -57,7 +57,7 @@
<th>Format</th>
<th class="cpu-arch">i686 CPU</th>
<th class="cpu-arch">x86-64 CPU</th>
- <th class="cpu-arch">Dual Architecture</th>
+ <th class="magnet-link" colspan="2">Magnet Links</th>
<th>Description</th>
</tr>
</thead>
@@ -65,30 +65,46 @@
<tr>
<td>
Netinstall Image
- </td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-netinstall-i686.iso.torrent"
+ </td>
+
+ <td class="cpu-arch">
+ <a href="https://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-netinstall-i686.iso.torrent"
title="Download for i686 architecture">Download</a>
- </td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-netinstall-x86_64.iso.torrent"
+ </td>
+
+ <td class="cpu-arch">
+ <a href="https://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-netinstall-x86_64.iso.torrent"
title="Download for x86-64 architecture">Download</a>
- </td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-netinstall-dual.iso.torrent"
- title="Download for both architectures">Download</a>
- </td><td class="wrap">
+ </td>
+
+ <td class="magnet-link">
+ <a href="magnet:?xt=urn:btih:6dac9ac183e18632c33eef3f1823c1f8ce67eaa4&dn=parabola-2010.12.29-netinstall-i686.iso&tr=http%3A%2F%2Ftracker.publicbt.com%2Fannounce"
+ title="Magnet Link for ISO image">i686 Magnet</a>
+ </td>
+
+ <td class="magnet-link">
+ <a href="magnet:?xt=urn:btih:f589fa6d0ab73d5fdf3c2f43e64bd3fc250a8daf&dn=parabola-2010.12.29-netinstall-x86_64.iso&tr=http%3A%2F%2Ftracker.publicbt.com%2Fannounce"
+ title="Magnet Link for ISO image">x86_64 Magnet</a>
+ </td>
+
+ <td class="wrap">
Downloads and installs packages versions via FTP for absolute freshness.
</td>
</tr><tr>
<td>
Core Image
</td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-core-i686.iso.torrent"
+ <a href="https://repo.parabolagnulinux.org/isos/i686/parabola-{{version}}-core-i686.iso.torrent"
title="Download for i686 architecture">Download</a>
</td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-core-x86_64.iso.torrent"
+ <a href="https://repo.parabolagnulinux.org/isos/x86_64/parabola-{{version}}-core-x86_64.iso.torrent"
title="Download for x86-64 architecture">Download</a>
- </td><td class="cpu-arch">
- <a href="http://www.archlinux.org/iso/{{version}}/archlinux-{{version}}-core-dual.iso.torrent"
- title="Download for both architectures">Download</a>
+ </td><td class="magnet-link">
+ <a href="magnet:?xt=urn:btih:d9bb9f9641a222d2d302988da95225f570bcdb6d&dn=parabola-2010.12.29-core-i686.iso&tr=http%3A%2F%2Ftracker.publicbt.com%2Fannounce"
+ title="Magnet Link for ISO image">i686 Magnet</a>
+ </td><td class="magnet-link">
+ <a href="magnet:?xt=urn:btih:fae6de60f0dfa703165e94df5a77e9bd607ef4cf&dn=parabola-2010.12.29-core-x86_64.iso&tr=http%3A%2F%2Ftracker.publicbt.com%2Fannounce"
+ title="Magnet Link for ISO image">x86_64 Magnet</a>
</td><td class="wrap">
Core packages are included on the media. Good for basic off-line installation.
</td>
@@ -96,86 +112,17 @@
</tbody>
</table>
- <h3>Get Arch Linux on CD</h3>
-
- <p>The following suppliers donate a portion of their proceeds to the
- Arch Linux project:</p>
-
- <ul id="cd-vendors-donate">
- <li><a href="http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch?affiliate=archlinux"
- title="Purchase a CD from OSDisc">Purchase a CD from OSDisc</a></li>
- <li><a href="http://www.shoplinuxonline.com/index.php?main_page=index&amp;cPath=1_46&amp;zenid=ecd15b48affe8976130bc575c1276ee4"
- 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>
-
- <ul id="cd-vendors">
- <li><a href="http://www.linuxcd.org/view_distro.php?id_distro=48"
- title="Purchase a CD from LinuxCD">Purchase a CD from LinuxCD</a></li>
- </ul>
-
- <h3>Test ISO Info</h3>
-
- <p>We provide daily snapshot ISOs. Those are largely untested,
- but may be more up to date than the releases.</p>
- <ul>
- <li><a href="{{ releng_iso_url }}"
- title="Release Engineering ISO download">Download snapshots</a></li>
- <li><a href="{{ releng_pxeboot_url }}"
- title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a></li>
- <li><a href="{% url releng-test-overview %}"
- title="Release Engineering ISO feedback">Feedback</a></li>
- </ul>
-
<h3>HTTP/FTP Direct Downloads</h3>
<p>In addition to the BitTorrent links above, install images can also be
- downloaded via HTTP or FTP from the mirror sites listed below. Please
- ensure the download image matches the checksum from the md5sums.txt or
- sha1sums.txt file in the same directory as the image.</p>
-
- <h4>Checksums</h4>
+ downloaded via HTTP from the site listed below. Please ensure the download
+ image matches the checksum from the MD5SUMS or SHA256SUMS file in the same
+ directory as the image.</p>
- <p>File integrity checksums for the latest releases can be found below:</p>
-
- <ul>
- <li><a href="http://www.archlinux.org/iso/{{version}}/sha1sums.txt"
- title="Get the latest SHA1 checksums">SHA1 checksums</a></li>
- <li><a href="http://www.archlinux.org/iso/{{version}}/md5sums.txt"
- title="Get the latest MD5 checksums">MD5 checksums</a></li>
- </ul>
-
- {% cache 600 download-mirrors %}
- <table id="download-mirrors">
- <thead>
- <tr>
- <th><h4>Server Location</h4></th>
- <th><h4>Download</h4></th>
- </tr>
- </thead>
- <tbody>
- <tr><td colspan="2">
- {% for mirror_url in mirror_url_list %}
- {% ifchanged mirror_url.mirror.country %}
- </td></tr>
- <tr><td class="mirror-country" colspan="2"><strong>{{mirror_url.mirror.country}}</strong>
- {% endifchanged %}
- {% ifchanged mirror_url.mirror.name %}
- </td></tr>
- <tr><td class="mirror-server">{{mirror_url.mirror.name}}</td><td>
- {% endifchanged %}
- <a href="{{mirror_url.url}}iso/{{ version }}/"
- title="Download from {{mirror_url.url}}">{{mirror_url.protocol.protocol|upper}}</a>
- {% endfor %}
- </td></tr>
- </tbody>
- </table>
- {% endcache %}
- {% endwith %}
+ <p><a href="https://repo.parabolagnulinux.org/isos/" title="Parabola ISOs
+ directory">Go to the Parabola ISOs directory.</a></p>
- <p>If you want to become an Official Arch Linux Mirror please follow the
- instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p>
+ {%endwith%}
</div>
{% endblock %}
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 0f80e1c2..11c050a0 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -1,29 +1,32 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - RSS Feeds{% endblock %}
+{% block title %}Parabola - RSS Feeds{% endblock %}
{% block content %}
<div id="rss-feeds" class="box">
<h2>RSS Feeds</h2>
- <p>Several RSS feeds are available for consumption from the Arch website.
+ <p>Several RSS feeds are available for consumption from the Parabola website.
The majority of these are package-related and allow feeds to be customized
for the updates you care about.</p>
<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 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>
- is also available to track document changes from the <a href="https://wiki.archlinux.org/"
- title="Arch Wiki community documentation">Arch Wiki</a>.</p>
+ <p>The <a
+ href="https://wiki.parabolagnulinux.org/index.php?title=Special:RecentChanges&feed=atom"
+ title="ParabolaWiki Recent Changes feed" class="rss">Parabola Wiki: Recent
+ changes feed</a> is also available to track document changes from the
+ <a href="https://wiki.parabolagnulinux.org/" title="Parabola Wiki community
+ documentation">Parabola Wiki</a>.</p>
<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
@@ -55,57 +58,5 @@
</tbody>
</table>
- <p>A <a href="https://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a>
- is also available from the <a href="https://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p>
-
- <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>
-
- <table class="pretty2">
- <thead>
- <tr>
- <th>Project</th>
- <th>Recently Opened Tasks</th>
- <th>Recently Edited Tasks</th>
- <th>Recently Closed Tasks</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>All Projects</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=99" class="rss">Feed</a></td>
- <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><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>
- </tr><tr>
- <td>Release Engineering</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=6" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=6" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=6" class="rss">Feed</a></td>
- </tr><tr>
- <td>Pacman Development</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=3" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=3" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=3" class="rss">Feed</a></td>
- </tr><tr>
- <td>Community Packages</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=5" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=5" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=5" class="rss">Feed</a></td>
- </tr><tr>
- <td>AUR</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=2" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=2" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=2" class="rss">Feed</a></td>
- </tr>
- </tbody>
- </table>
-
</div>
{% endblock %}
diff --git a/templates/public/https.html b/templates/public/https.html
new file mode 100644
index 00000000..e53dc8e9
--- /dev/null
+++ b/templates/public/https.html
@@ -0,0 +1,38 @@
+{% extends "base.html" %}
+{% block title %}Parabola - HTTPS Only site{% endblock %}
+{% block content %}
+<div class="box">
+ <h2 class="title">Parabola GNU/Linux-libre</h2>
+
+ <p>Hi! This is not the main site. You're seeing this message because you
+ entered our website without using a secure connection. We like privacy for
+ all so we've decided to serve our website only through secure channels.</p>
+
+ <p>The website uses SSL certificates issued by <a
+ href="http://cacert.org">CACert</a>. Some web browsers or systems still
+ don't provide CACert's root certificate, so if you find a huge error
+ message telling you're about to do something bad, come back here and keep
+ reading.</p>
+
+ <p><a href="https://parabolagnulinux.org">Parabola GNU/Linux-libre</a></p>
+
+ <h3>I just want to get the ISOs</h3>
+
+ <p>You can proceed to our <a
+ href="https://wiki.parabolagnulinux.org/get">ISOs download page</a> on <a
+ href="https://wiki.parabolagnulinux.org/">our wiki</a>.</p>
+
+ <h3>I want to do this the right way</h3>
+
+ <p>Ask your distribution to <a
+ href="http://wiki.cacert.org/InclusionStatus" title="CACert's inclusion
+ status">include</a> CACert's root certificates.</p>
+
+ <p>Alternatively, <a
+ href="http://www.cacert.org/index.php?id=3">install</a> the root
+ certificate in your browser. <a
+ href="http://wiki.cacert.org/BrowserClients">(more details here.)</a></p>
+
+</div>
+{% endblock %}
+
diff --git a/templates/public/index.html b/templates/public/index.html
index 4bd26f6b..0ecea0e2 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -4,37 +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 -->
@@ -45,7 +38,7 @@
<span class="arrow"></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 %}
@@ -98,7 +91,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>
@@ -119,50 +112,35 @@
<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>
- <li><a href="https://wiki.archlinux.org/index.php/Beginners'_Guide"
- title="A good place to start for beginners">Unofficial Beginners' Guide</a></li>
+ <li><a href="https://wiki.parabolagnulinux.org/installation_guide"
+ title="Parabola Installation Guide">Official Parabola Installation Guide</a></li>
+ <li><a href="https://wiki.parabolagnulinux.org/Migration"
+ title="Free your Arch instalation">Migration from Archlinux</a></li>
</ul>
<h4>Community</h4>
<ul>
- <li><a href="http://mailman.archlinux.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://lists.parabolagnulinux.org/"
+ title="Community and developer mailing lists">Mailing Lists</a></li>
+ <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/"
+ title="dev mailing list archives">Dev Archives</a></li>
+ <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="{% 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>
@@ -176,56 +154,58 @@
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="{% url visualize-index %}"
- title="View visualizations">Visualizations</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"
- title="Developer Wiki articles">DeveloperWiki</a></li>
+ <li><a href="https://projects.parabolagnulinux.org"
+ title="Official Parabola projects (git)">Projects in Git</a></li>
+ <li><a href="https://bugs.parabolagnulinux.org/"
+ title="Parabola's Issue Tracker">Issue Tracker</a></li>
<li><a href="/todolists/"
- title="Developer Todo Lists">Todo Lists</a></li>
- <li><a href="{% url releng-test-overview %}"
- title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li>
+ title="Hacker Todo Lists">Todo Lists</a></li>
</ul>
<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.parabolagnulinux.org/Media"
+ title="Parabola in the media">Media Appearances</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>
- <li><a href="{% url page-tus %}" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li>
- <li><a href="{% url page-fellows %}" title="Retired Developers">Fellows Profiles</a></li>
+ <li><a href="{% url page-devs %}" title="Active hackers">Hackers Profiles</a></li>
+ <li><a href="{% url page-fellows %}" title="Retired hackers">Fellows Profiles</a></li>
</ul>
</div><!-- #nav-sidebar -->
-<div id="home-donate-button" class="widget">
- <a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img src="{% cdnprefix %}/media/CP_EN_BK_S_001.gif" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
- </a>
+{% comment %}
+<div id="home-paypal-button" class="widget">
</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 href="http://gnuchile.org">
+ <img src="{% cdnprefix %}/media/gnuchile.png"
+ alt="GNU Chile - Donates the .org domain"
+ title="GNU Chile - Donates the .org domain" />
</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 href="http://venenux.org">
+ <img src="{% cdnprefix %}/media/venenux.png"
+ alt="Venenux GNU/Linux - Donates the repo, wiki and lists hosting"
+ title="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" />
</a>
+ <img src="{% cdnprefix %}/media/naltu.png"
+ alt="Naltú - Donates the website, bugs, projects and ABSLibre hosting"
+ title="Naltú - Donates the website, bugs, projects and ABSLibre hosting" />
+
+ <a href="http://freedomincluded.com">
+ <img src="{% cdnprefix %}/media/freedomincluded.png"
+ alt="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture"
+ title="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" />
+ </a>
</div>
{% endcache %}
{% endblock %}
diff --git a/templates/public/keys.html b/templates/public/keys.html
index 2e7fcebe..20b91749 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% load pgp %}
-{% block title %}Arch Linux - Master Signing Keys{% endblock %}
+{% block title %}Parabola - Master Signing Keys{% endblock %}
{% block content %}
<div id="signing-keys" class="box">
<h2>Master Signing Keys</h2>
- <p>This page lists the Arch Linux Master Keys. This is a distributed set of
+ <p>This page lists the Parabola Master Keys. This is a distributed set of
keys that are seen as "official" signing keys of the distribution. Each key
is held by a different developer, and a revocation certificate for the key
is held by a different developer. Thus, no one developer has absolute hold
diff --git a/templates/public/svn.html b/templates/public/svn.html
index aedd9a73..80367eaf 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -1,39 +1,12 @@
{% 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>
- <p>
- The PKGBUILD files can be fetched via the ABS utility. To learn more
- about ABS, see <a href="https://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>.
- </p>
- <p>The SVN repositories have been cloned into git repositories and can be
- viewed via the cgit interface.
- <a href="http://projects.archlinux.org/svntogit/packages.git/">All
- packages</a> are available here except for
- <a href="http://projects.archlinux.org/svntogit/community.git/">community
- and multilib</a> which are available in a different repository.</p>
- <p>
- You can also get individual PKGBUILDs directly from SVN. This can be
- especially useful if you need to compile an older version of a package.
- <strong>DO NOT CHECK OUT THE ENTIRE SVN REPO</strong>. Your address may be
- blocked. Use the following commands to check out a specific package:
- </p>
-
- <pre>svn checkout --depth=empty svn://svn.archlinux.org/packages
-cd packages
-svn update &lt;your-package-name&gt;</pre>
-
- For the community and multilib repositories, use the following commands
- instead:
- <pre>svn checkout --depth=empty svn://svn.archlinux.org/community
-cd community
-svn update &lt;your-package-name&gt;</pre>
-
- <p>
- Visit <a href="https://wiki.archlinux.org/index.php?title=Getting_PKGBUILDS_From_SVN">the wiki</a>
- for more tips on checking out and updating svn PKGBUILDs.
- </p>
+ <p>Parabola doesn't use any SVN repositories. But you can find our <a
+ href="https://projects.parabolagnulinux.org" title="Projects
+ page">Projects</a> on git!
+ </p>
</div>
<br /><br />
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index 0077f611..cfb08d80 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -1,12 +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 50b3574b..9b507ec0 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/releng/add.html b/templates/releng/add.html
index 8488b40c..402ceac6 100644
--- a/templates/releng/add.html
+++ b/templates/releng/add.html
@@ -1,12 +1,12 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Test Result Entry{% endblock %}
+{% block title %}Parabola - Test Result Entry{% endblock %}
{% block content %}
<div class="box">
- <h2>Arch Releng Testbuild Feedback Entry</h2>
+ <h2>Parabola Releng Testbuild Feedback Entry</h2>
- <p>This page allows you to submit feedback after testing an Arch Linux installation
+ <p>This page allows you to submit feedback after testing an Parabola installation
using a release engineering testbuild. Mark all the options you used during the
installation; at the end you can specify whether everything went OK. Be
sure to only denote a successful install after having checked the
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 4ff3c864..6f7d29f0 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %}
+{% block title %}Parabola - Release Engineering Testbuild Results{% endblock %}
{% block content %}
<div class="box">
@@ -13,13 +13,6 @@
if you have tested and used any ISOs. Both successful and failed results
are encouraged and welcome.</p>
- <p>For a overview of which ISOs tested best, have a look at
- the <a href="{% url releng-iso-overview %}">overview</a>.</p>
-
- <p>For more information, see the <a
- href="https://wiki.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation
- on the wiki</a>.</p>
-
<p>All ISOs referenced on this page are available from
<a href="{{ iso_url }}">{{ iso_url }}</a>.</p>
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html
index 80018b03..fdfc4c4a 100644
--- a/templates/releng/thanks.html
+++ b/templates/releng/thanks.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Feedback - Thanks!{% endblock %}
+{% block title %}Parabola - Feedback - Thanks!{% endblock %}
{% block content %}
<div class="box">
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 7d229271..38d491d9 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 c3054863..fcb77c65 100644
--- a/templates/todolists/public_list.html
+++ b/templates/todolists/public_list.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load package_extras %}
-{% 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 c9ea919a..d48c362d 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -1,7 +1,5 @@
{% extends "base.html" %}
-{% load package_extras %}
-
-{% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %}
+{% block title %}Parabola - Todo: {{ list.name }}{% endblock %}
{% block content %}
<div id="dev-todo-details" class="box">
diff --git a/templates/visualize/index.html b/templates/visualize/index.html
index b9459318..1854eb58 100644
--- a/templates/visualize/index.html
+++ b/templates/visualize/index.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Visualizations{% endblock %}
+{% block title %}Parabola - Visualizations{% endblock %}
{% block content %}
<div class="box">