From 7e1e0dffaf0584270e652815a0b0ed3f03e32add Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 14 Nov 2010 21:38:33 -0800 Subject: Rebranding for Parabola stage 1 --- templates/404.html | 2 +- templates/base.html | 44 ++++---- templates/devel/index.html | 2 +- templates/devel/profile.html | 2 +- templates/general_form.html | 2 +- templates/mirrors/index.html | 4 +- templates/mirrors/mirror_details.html | 2 +- templates/mirrors/mirrorlist.txt | 2 +- templates/mirrors/mirrorlist_status.txt | 2 +- templates/mirrors/mirrors.html | 2 +- templates/mirrors/status.html | 4 +- templates/news/add.html | 2 +- templates/news/delete.html | 2 +- templates/news/list.html | 2 +- templates/news/view.html | 2 +- templates/packages/details.html | 2 +- templates/packages/differences.html | 2 +- templates/packages/files.html | 2 +- templates/packages/flag.html | 4 +- templates/packages/flagged.html | 2 +- templates/packages/flaghelp.html | 2 +- templates/packages/group_details.html | 2 +- templates/packages/groups.html | 2 +- templates/packages/opensearch.xml | 4 +- templates/packages/search.html | 4 +- templates/packages/signoffs.html | 2 +- templates/public/about.html | 108 ++++++++++---------- templates/public/art.html | 122 +++++------------------ templates/public/blank.html | 2 +- templates/public/donate.html | 65 ++---------- templates/public/download.html | 20 ++-- templates/public/feeds.html | 12 +-- templates/public/index.html | 121 +++++++--------------- templates/public/svn.html | 2 +- templates/public/userlist.html | 4 +- templates/registration/login.html | 2 +- templates/registration/logout.html | 2 +- templates/todolists/list.html | 2 +- templates/todolists/public_list.html | 2 +- templates/todolists/todolist_confirm_delete.html | 2 +- templates/todolists/view.html | 2 +- 41 files changed, 200 insertions(+), 372 deletions(-) (limited to 'templates') 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 %}
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"> - {% block title %}Arch Linux{% endblock %} + {% block title %}Parabola GNU/Linux-libre{% endblock %} - + {% block head %}{% endblock %} @@ -33,16 +30,17 @@ {% if user.is_authenticated %} @@ -70,16 +68,10 @@ {% endblock %}
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 %}
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 %}
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 %}
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 %}
@@ -28,7 +28,7 @@

Customized by country mirrorlist

The following form can generate a custom up-to-date - pacman mirrorlist based on geography and desired protocol(s). Simply replace the contents of /etc/pacman.d/mirrorlist 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 %} 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 %}

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 %}

Mirror Status

-

This page reports the status of all known, public, and active Arch Linux +

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 last {{ cutoff|hours }}. All listed times are UTC. The check script runs on a regular basis and polls for the lastsync 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 %}

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 %}
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 %}
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 %}
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 @@

Note: Please do not use this facility if the package is broken! Use the bug tracker instead.

+ title="Parabola Bugtracker">bug tracker instead.

Please confirm your flag request for {{pkg.pkgname}}:

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 @@

Note: Please do not use this facility if the package is broken! Use the bugtracker instead.

+ title="Parabola Bugtracker">bugtracker instead.

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 @@ - Arch Linux Packages - Search the Arch Linux package repositories. + Parabola Packages + Search the Parabola package repositories. linux archlinux package software {{domain}}/media/favicon.ico en-us 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 %}
-

You are browsing the Arch Linux package database. From here you can find +

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 Arch User Repository (AUR).

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 %}
-

About Arch Linux

-

-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. -

-

-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. -

-

-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. -

-

-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. -

-

-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. -

-

-To summarize: Arch Linux is a versatile, and simple distribution designed to -fit the needs of the competent Linux® 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! -

+

Parabola Presentation

+ +

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.

+ +

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.

+ +

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.

+ +

Why you should use Parabola

+ +

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.

+ +

Free Archlinux

+ +

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.

+ +

No reinstallation needed.

+ +

Participate

+ +

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.

+ +

We want Free Software with a social utility for a libre society.

+ +

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.

+ +

Remaining tasks:

+ +
    +
  • Audit repositories. If you find a non-libre package, or a package + with non-libre parts, report it as a bug.
  • + +
  • Host repositories. Mirrors are not abundant.
  • + +
  • Take a look at our TODO list
  • +
+ +

Read more about Archlinux...

-

{% 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 %}
-

Arch Linux Logos and Artwork

+

Parabola Logos and Artwork

+ +

You can help by creating artwork for Parabola GNU/Linux.

+ +

Send your desings to web@list.parabolagnulinux.org and state they are CC-by-sa + or another free culture license

+ +

Logos for Press Usage

-

The following Arch Linux logos are available for press and other use, subject to - the restrictions of our trademark policy.

+

The following Parabola logos are available for press and other use.

Two-color standard version
+ +{% comment %} + Also available in print-quality - PNG and scalable - SVG formats.

- Arch Linux PNG logo @ 90dpi + Parabola PNG logo @ 90dpi +{% endcomment %}

Two-color inverted version (for dark backgrounds)
- Also available in print-quality - PNG and scalable - SVG formats.

- Arch Linux PNG logo @ 90dpi

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

- Arch Linux PNG logo @ 90dpi

One-colour inverted version (for dark backgrounds)
- Also available in print-quality - PNG and scalable - SVG formats.

- - Arch Linux PNG logo @ 90dpi

Logos and Artwork for the Community

-

Official logos and artwork are also available directly from the - repositories. Currently, these packages are:

+

Official logos and artwork should be available directly from the + repositories. These packages would be:

    -
  • archlinux-artwork - official logos, icons and CD labels
  • -
  • archlinux-wallpaper - a variety of desktop wallpapers +
  • parabola-artwork - official logos, icons and CD labels
  • +
  • parabola-wallpaper - a variety of desktop wallpapers for standard and widescreen resolutions
  • -
  • archlinux-themes-kde - KDE themes and icons
  • -
  • archlinux-themes-kdm - KDM login themes
  • -
  • archlinux-themes-slim - SLiM login themes
  • +
  • parabola-themes-kde - KDE themes and icons
  • +
  • parabola-themes-kdm - KDM login themes
  • +
  • parabola-themes-slim - SLiM login themes
-

Alternatively, you can download the source files via FTP.

- -

Former Logos

- -

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 - trademarks@archlinux.org with any questions.

- -

Original Ribbon Series

- -
- Arch Ribbon Logo 1 - Arch Ribbon Logo 2 - Arch Ribbon Logo 5 -
- -
- Arch Ribbon Logo 3 - Arch Ribbon Logo 4 - Arch Ribbon Logo 6 -
- -

"Arch Blue" Series

- -
- - Arch Blue - - Arch Blue Vertical -
- -

"Arch Aqua" Series

- -
- - Arch Aqua - - Arch Aqua Blue - - Arch Aqua White -
- -

Release-specific Series

- - -
{% 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 %}
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 %}
-

Donate to Arch Linux

+

Donate to Parabola

-

Arch Linux survives because of the tireless efforts of many people in +

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.

-

There are many ways to help support Arch Linux. If technical development, +

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.

@@ -23,62 +23,15 @@

Monetary donations

-{% comment %} -

Financial contributions are accepted via PayPal. - Funds are used for server hardware upgrades, conventions, schwag giveaways and more.

- -
- -
-

-

-

-

-

-

-

-

-

-

-

-
-
-{% endcomment %}

At the moment, we are currently not taking monetary donations, but we - may accept them again in the future.

+ may accept them in the future.

Commercial sponsors and contributions

-

We'd like to thank Velocity Network for contributing space - in a server rack, bandwidth, and electricity for our main server.

- - - -

We also wish to extend a special Thank You to SevenL Networks - 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.

- - - -

More thanks go to AirVM.com for contributing a VMWare-based Virtual Machine.

- - +{% comment %} + +

We'd like to thank

+{% endcomment %}

Past donors

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 %}
-

Arch Linux Downloads

+

Parabola Downloads

{% with "2010.05" as version %}

Release Info

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`.

    @@ -23,9 +23,9 @@
  • Resources:
    • Bug Tracker
    • + title="Parabola Bugtracker:Release Engineering">Bug Tracker
    • Mailing List
    • + title="Parabola Release Engineering mailing list">Mailing List
@@ -36,7 +36,7 @@
  • Readme and Instructions
  • Arch Linux Install Guide
  • + title="Official Installation Guide">Parabola Install Guide

    Existing Arch Users

    @@ -96,10 +96,10 @@ -

    Get Arch Linux on CD

    +

    Get Parabola on CD

    The following suppliers donate a portion of their proceeds to the - Arch Linux project:

    + Parabola project:

    -

    Arch Linux CDs are also available for purchase from these suppliers:

    +

    Parabola CDs are also available for purchase from these suppliers:

    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 %}
    @@ -12,8 +12,8 @@

    News and Activity Feeds

    -

    Grab the news item feed - to keep up-to-date with the latest news from the Arch Linux development staff.

    +

    Grab the news item feed + to keep up-to-date with the latest news from the Parabola development staff.

    The Arch Wiki: Recent changes feed @@ -23,7 +23,7 @@

    Package Feeds

    If you are interested in all package updates, + title="Parabola package updates feed">all package updates, 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 @@

    Development Feeds

    Subscribe to any of the following to track bug tickets and feature - requests from the Arch Linux Bugtracker:

    + requests from the Parabola Bugtracker:

    @@ -79,7 +79,7 @@ - + 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 %} - - + + {% endblock %} {% block content_left %} {% cache 300 main-page-left secure %}
    -

    A simple, lightweight distribution

    +

    A libre version of Archlinux

    -

    You've reached the website for Arch Linux, a - lightweight and flexible Linux® distribution that tries to Keep It +

    You've reached the website for Parabola GNU/Linux-libre, + 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.

    -

    Currently we have official packages optimized for the i686 and - x86-64 architectures. We complement our official package sets with a - - community-operated package repository that grows in size and - quality each and every day.

    - -

    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 forums - and mailing lists - to get your feet wet. Also glance through our wiki - if you want to learn more about Arch.

    +

    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.

    +

    You can find us on IRC at irc.freenode.net/#parabola.

    +

    Learn more...

    + title="Learn more about Parabola">Learn more...

    @@ -41,7 +36,7 @@

    Latest News (more)

    - RSS Feed {% for news in news_updates %} @@ -73,7 +68,7 @@

    Recent Updates (more)

    - RSS Feed
    Feed Feed
    Arch LinuxParabola Feed Feed Feed
    @@ -96,52 +91,36 @@

    Documentation

    Community

    Support

    Tools

    @@ -153,13 +132,13 @@ title="View/search the package repository database">Packages
  • Package Groups
  • -
  • Bug Tracker
  • SVN Repositories
  • -
  • Projects in Git
  • -
  • Projects in Git
  • +
  • DeveloperWiki
  • Todo Lists
  • @@ -168,12 +147,12 @@

    About

      -
    • About Arch
    • -
    • Download Arch
    • -
    • Press Coverage
    • -
    • Logos & Artwork
    • +
    • About Parabola
    • +
    • Download Parabola
    • +
    • Press Coverage
    • +
    • Logos & Artwork
    • News Archives
    • RSS Feeds
    • Developer Profiles
    • @@ -185,39 +164,11 @@ {% comment %}
      - -
      -

      -

      -

      -

      -

      -

      -

      -

      -

      -

      -

      - -
      {% endcomment %}
      - - - Velocity Network - It's about time - - - We would like to express our thanks to SevenL Networks for their generous contribution - - - AirVM.com - Your Green Technology Partner - - +Space for sponsors
      {% 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 %}

      SVN Repositories

      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 %}
      -

      Arch Linux {{user_type}}

      +

      Parabola {{user_type}}

      {{description}}

      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 %}
      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 %}
      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 %}
      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 %}
      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 %}
      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 %}
      -- cgit v1.2.3-2-g168b