From 73335f6a7f86b8b27e2c9658f6007f9bd86faa76 Mon Sep 17 00:00:00 2001 From: eliott Date: Sun, 30 Dec 2007 12:41:39 -0800 Subject: Removed unnecessary pages from the dev backend. --- devel/views.py | 15 -------- templates/devel/about.html | 82 ----------------------------------------- templates/devel/art.html | 28 -------------- templates/devel/irc.html | 42 --------------------- templates/devel/moreforums.html | 78 --------------------------------------- templates/devel/press.html | 33 ----------------- 6 files changed, 278 deletions(-) delete mode 100644 templates/devel/about.html delete mode 100644 templates/devel/art.html delete mode 100644 templates/devel/irc.html delete mode 100644 templates/devel/moreforums.html delete mode 100644 templates/devel/press.html diff --git a/devel/views.py b/devel/views.py index bf49346f..5115b480 100644 --- a/devel/views.py +++ b/devel/views.py @@ -89,12 +89,6 @@ def siteindex(request): repos = Repo.objects.order_by('name') return render_response(request, 'devel/siteindex.html', {'news_updates':news,'pkg_updates':pkgs,'repos':repos}) -def about(request): - return render_response(request, 'devel/about.html') - -def art(request): - return render_response(request, 'devel/art.html') - def cvs(request): return render_response(request, 'devel/cvs.html') @@ -116,15 +110,6 @@ def download(request): mirrors = Mirror.objects.order_by('country', 'domain') return render_response(request, 'devel/download.html', {'mirrors':mirrors}) -def irc(request): - return render_response(request, 'devel/irc.html') - -def moreforums(request): - return render_response(request, 'devel/moreforums.html') - -def press(request): - return render_response(request, 'devel/press.html') - def projects(request): return render_response(request, 'devel/projects.html') diff --git a/templates/devel/about.html b/templates/devel/about.html deleted file mode 100644 index 0712b5d0..00000000 --- a/templates/devel/about.html +++ /dev/null @@ -1,82 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

About Arch Linux

- -

- Arch Linux is a general purpose linux distribution that can be molded to - do just about anything. It is fast, lightweight, flexible, and most of the - parts under the hood are quite simple to understand and tweak, which can - make it a good distro to "learn the ropes" on. We do not provide any - configuration helper utilities (ie, you won't find linuxconf in - here) so you will quickly become very proficient at configuring your system - from the shell commandline. -

- -

- Arch Linux uses i686-optimized packages which gives us improved - performance over some of our i386-optimized cousins. This means that Arch - Linux will only run on a Pentium II processor or higher. We try to stay - fairly bleeding edge, and typically have the latest stable versions of - software. -

- -

- Arch Linux uses the Pacman - package manager, which couples a simple binary package format with an - easy-to-use build system, allowing the users to easily manage and customize - their packages, whether they be official Arch packages or the user's own - homegrown ones. The repository system allows users to build and maintain - their own custom package repositories, which encourages community growth and - contribution. -

- -

- Pacman can keep a system up to date by synchronizing package lists with - the master server, making it a breeze for the security-conscious system - administrator to maintain. This server/client model also allows you to - download/install packages with a simple command, complete with all required - dependencies (similar to Debian's apt-get). -

- -

- Arch's official package set is fairly streamlined, but we supplement this - with a larger, more complete "extra" repository that contains a lot of the - stuff that never made it into our core package set. This repository is - constantly growing with the help of packages submitted from our strong - community. -

- -

- Arch Linux does not provide any official support, but you will find a lot - of helpful people on our IRC channel and on our user forums. Chances are that some other - Archer has had the same problem/question as you and it's already been - answered. Ask around! -

- -

- Arch Linux uses a "rolling release" system which works like this: We have - two versions of our core package set at any given time, Current and - Release. The Current repository always contains the latest and - greatest versions of packages. As soon as a package is updated it is part of - the Current repository, so this is the one to follow if you want to stay very - up to date. The Release repository follows the semi-regular snapshot - releases and does not update until the next snapshot/iso has been released. - For example, the Release repository will point to all packages on the 0.5 ISO - until we release 0.6; then it will point to 0.6 packages until 0.7 is - released. This is useful if you only want to update your system when a new - release is available. -

- -

- So, to sum up: Arch Linux is a workhorse distribution designed to fit the - needs of the competent linux user. We strive to make it both powerful and - easy to manage, making it an ideal distro for servers and workstations. Take - it in any direction you like. -

-
-

-{% endblock %} - diff --git a/templates/devel/art.html b/templates/devel/art.html deleted file mode 100644 index 4d1f7d1a..00000000 --- a/templates/devel/art.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

-
-

Arch Linux Logos

-

- - - - - - - - - - - - - - - - -

SVG

SVG

SVG

SVG

SVG
-
-

-{% endblock %} - diff --git a/templates/devel/irc.html b/templates/devel/irc.html deleted file mode 100644 index f69be873..00000000 --- a/templates/devel/irc.html +++ /dev/null @@ -1,42 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

IRC Channels

-

-

You can find Arch-related discussion on the following IRC channels. - All channels are on irc.freenode.net

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#archlinuxThe main discussion channel, mostly in English
#archlinux-bugsBug-centric discussion
#archlinuxfrDiscussion (French)
#archlinux.deDiscussion (German)
#archlinux.seDiscussion (Swedish)
#archlinux.dkDiscussion (Danish)
#archlinux-esDiscussion (Spanish)
#archlinux.brDiscussion (Brazilian)
#archlinux.itDiscussion (Italian)
-
-

-{% endblock %} - diff --git a/templates/devel/moreforums.html b/templates/devel/moreforums.html deleted file mode 100644 index f8a13624..00000000 --- a/templates/devel/moreforums.html +++ /dev/null @@ -1,78 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

More Arch Forums

-

-

- Our main forum is located at bbs.archlinux.org. - However, there are other locale-specific forums available. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Brazilianhttp://forum.archlinux-br.org
Czechhttp://forum.archlinux.cz/
Danishhttp://forum.archlinux.dk/
Dutchhttp://arch-forum.nl/
Frenchhttp://forums.archlinuxfr.org
Frenchhttp://forums.archlinux.fr
Germanhttp://forum.archlinux.de
Hungarianhttp://archlinux.hu/forum/
Italianhttp://www.archlinux.it/forum/
Polishhttp://forum.arch-linux.pl
Russianhttp://archlinux.org.ru/forum/
Spanishhttp://www.archlinux.com.ar/foros/
Swedenhttp://forum.archlinux.se/ -
Turkishhttp://forum.linux-sevenler.org/index.php/board,65.0.html
Ukrainianhttp://archlinux.org.ua/
-
- If you have a forum you would like linked, please open a Bug Ticket with the category "web site", and a relevant description. -
-

-{% endblock %} - diff --git a/templates/devel/press.html b/templates/devel/press.html deleted file mode 100644 index b652c8dc..00000000 --- a/templates/devel/press.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

Who's Talking About Arch?

-

- Lots of people. - -
- If you have some press you would like linked, please open a Bug Ticket with the category "web site", and a relevant description. -
-

-{% endblock %} - -- cgit v1.2.3-55-g3dc8