From e85cfe45d81453e09a7d470d47d1dc499dbba6f4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 25 Dec 2013 22:46:04 -0500 Subject: Don't modify the arches and repos fixtures... it only ends in pain Do that at "run-time". --- main/fixtures/arches.json | 16 ---------------- main/fixtures/repos.json | 20 -------------------- 2 files changed, 36 deletions(-) diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 6ebd0c15..1ece16c9 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -25,21 +25,5 @@ "name": "x86_64", "required_signoffs": 2 } -}, -{ - "pk": 4, - "model": "main.arch", - "fields": { - "agnostic": false, - "name": "mips64el" - } -}, -{ - "pk": 5, - "model": "main.arch", - "fields": { - "agnostic": false, - "name": "i586" - } } ] diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index 655be64a..a6f564b7 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -142,25 +142,5 @@ "svn_root": "packages", "testing": true } - }, - { - "pk": 10, - "model": "main.repo", - "fields": { - "svn_root": "", - "testing": true, - "name": "Libre-Testing", - "bugs_project": 0 - } - }, - { - "pk": 11, - "model": "main.repo", - "fields": { - "svn_root": "", - "testing": false, - "name": "Libre", - "bugs_project": 0 - } } ] -- cgit v1.2.3-54-g00ecf From 515bfe426f877604d2c2fc47e17ed8957723afb0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 25 Dec 2013 22:46:33 -0500 Subject: update the homepage description --- templates/public/index.html | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/templates/public/index.html b/templates/public/index.html index f577dd9f..f5470d14 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -11,28 +11,27 @@ {% block content_left %} {% cache 62 main-page-left secure %}
-

A free, simple, lightweight distribution

- -

You've reached the website for {{BRANDING_DISTRONAME}}, - a project providing a fully free (as in freedom) derivative of - Arch Linux. Inheriting Arch's lightweight and flexibility, - {{BRANDING_SHORTNAME}} offers software freedom plus all power to the - users.

- -

Currently we provide the packages from Arch that meet - the Free - System Distribution Guidelines (FSDG), replacements for those that - don't, and our own additions, all of them optimized for the i686, x86-64, - and mips64el architectures.

- -

Our strong community is diverse and helpful. Please - check out our IRC channel - and mailing lists - to get your feet wet. Also glance through our wiki - if you want to learn more about {{BRANDING_SHORTNAME}}.

+

A fully free, simple, and lightweight operating system

+ +

You've reached the website of the Parabola GNU/Linux-libre operating + system. The Parabola project is a community driven effort to provide a + fully free (as in + freedom) operating + system that is simple and lightweight.

+ +

Derived from Arch Linux, Parabola GNU/Linux-libre provides packages from + Arch that meet the + Free + System Distribution Guidelines (FSDG) and replacements for the packages + that don't meet this requirement. Packages are provided for the i686, + x86-64, and mips64el architectures.

+ +

Our community is friendly and helpful. Please hop on + IRC channel and check out our + mailing + lists to get your feet wet. Also glance through our + wiki if you want to learn + more about Parabola.

Learn more...

-- cgit v1.2.3-54-g00ecf