From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/about.html | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/public/about.html (limited to 'templates/public/about.html') diff --git a/templates/public/about.html b/templates/public/about.html new file mode 100644 index 00000000..0e0601e8 --- /dev/null +++ b/templates/public/about.html @@ -0,0 +1,58 @@ +{% extends "base.html" %} +{% block title %}Arch Linux - 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! +

+
+

+{% endblock %} + -- cgit v1.2.3-54-g00ecf