summaryrefslogtreecommitdiff
path: root/templates/public/about.html
blob: 0c4c0d8b11dc24ad0e0490cf5799c57e8c9e4fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{% extends "base.html" %}
{% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %}
{% block content %}
<div class="box">
    <h2 class="title">About {{ BRANDING_DISTRONAME }}</h2>
<p>
{{ BRANDING_DISTRONAME }} 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>
{{ BRANDING_DISTRONAME }} 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 {{ BRANDING_DISTRONAME }} User Repository
(AUR), which contains over 9,000 build scripts, for compiling installable
packages from source using the {{ BRANDING_DISTRONAME }} makepkg application.
</p>
<p>
{{ BRANDING_DISTRONAME }} uses a "rolling release" system which allows one-time installation
and perpetual software upgrades. It is not generally necessary to reinstall
or upgrade your {{ BRANDING_DISTRONAME }} 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: {{ BRANDING_DISTRONAME }} 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>
</div>
<br /><br />
{% endblock %}