summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Velásquez <angvp@archlinux.org>2017-11-15 18:32:18 -0300
committerGitHub <noreply@github.com>2017-11-15 18:32:18 -0300
commit29a83c57a14c2deba02b13d423542cca769a8e10 (patch)
treec7e1d24336617fb45e4241abc855e676c19b6dc2
parentb788beeeb0788c3e6a3a92b359453c8d45a95d01 (diff)
parent8c95a58e6167abb41d91b78f60f07cab600a7731 (diff)
downloadarchweb-29a83c57a14c2deba02b13d423542cca769a8e10.tar.gz
archweb-29a83c57a14c2deba02b13d423542cca769a8e10.zip
Merge pull request #64 from jelly/drop_i686
Drop i686
-rw-r--r--devel/management/commands/reporead.py2
-rw-r--r--templates/public/about.html2
-rw-r--r--templates/public/feeds.html8
-rw-r--r--templates/public/index.html4
4 files changed, 5 insertions, 11 deletions
diff --git a/devel/management/commands/reporead.py b/devel/management/commands/reporead.py
index 41bbdc72..3c24b5d3 100644
--- a/devel/management/commands/reporead.py
+++ b/devel/management/commands/reporead.py
@@ -10,7 +10,7 @@ Usage: ./manage.py reporead ARCH PATH
PATH: full path to the repo.db.tar.gz file.
Example:
- ./manage.py reporead i686 /tmp/core.db.tar.gz
+ ./manage.py reporead x86_64 /tmp/core.db.tar.gz
"""
from base64 import b64decode
diff --git a/templates/public/about.html b/templates/public/about.html
index bf38e8a1..6f56c204 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -4,7 +4,7 @@
<div class="box">
<h2 class="title">About Arch Linux</h2>
<p>
-Arch Linux is an independently developed, i686/x86-64 general purpose GNU/Linux
+Arch Linux is an independently developed, 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
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 5e6fd7c5..fb02dd9d 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -24,13 +24,7 @@
<p>If you are interested in <a href="/feeds/packages/" class="rss"
title="Arch Linux package updates feed">all package updates</a>,
- 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
- more tailored to your specific needs. If you are only interested in one
- architecture, there are a variety of feeds you can choose from. Note that
- feeds for a specific architecture, such as 'i686', will also include all
- package updates for 'any' (architecture-independent) packages.</p>
+ then grab this feed.
<table class="pretty2">
<thead>
diff --git a/templates/public/index.html b/templates/public/index.html
index 29b8063a..d3ca90e6 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -16,8 +16,8 @@
lightweight and flexible Linux® distribution that tries to Keep It
Simple.</p>
- <p>Currently we have official packages optimized for the i686 and
- x86-64 architectures. We complement our official package sets with a
+ <p>Currently we have official packages optimized for the x86-64
+ architecture. We complement our official package sets with a
<a href="https://aur.archlinux.org/" title="Arch User Repository (AUR)">
community-operated package repository</a> that grows in size and
quality each and every day.</p>