From: Jakob Haufe
Date: Thu, 9 Apr 2015 21:15:23 +0000 (+0200)
Subject: Simplify explanation of available Ubuntu packages
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3%2Fhead;p=i3%2Fi3.github.io
Simplify explanation of available Ubuntu packages
Listing each supported Ubuntu release explicitely is cumbersome and
error-prone. Use a more timeless explanation.
---
diff --git a/_docs/repositories b/_docs/repositories
index eda91f0..77bac3e 100644
--- a/_docs/repositories
+++ b/_docs/repositories
@@ -42,8 +42,10 @@ release of i3. To use it, run the following commands:
# apt-get install i3
---------------------------------------------------------------------------------
-The following Ubuntu versions are currently available: oneiric, precise, quantal,
-raring, saucy, trusty.
+All Ubuntu versions which are currently supported by Ubuntu itself are also supported by
+this repository. See link:https://wiki.ubuntu.com/Releases[Ubuntu releases] for details.
+
+Packages for unsupported Ubuntu versions might exist but may disappear any time.
=== Development releases
diff --git a/docs/repositories.html b/docs/repositories.html
index 485e811..4fb5dd2 100644
--- a/docs/repositories.html
+++ b/docs/repositories.html
@@ -4,7 +4,7 @@
-
+
i3: Debian and Ubuntu repositories
@@ -94,8 +94,9 @@ release of i3. To use it, run the following commands:
# apt-get update
# apt-get install i3
-
The following Ubuntu versions are currently available: oneiric, precise, quantal,
-raring, saucy, trusty.
+
All Ubuntu versions which are currently supported by Ubuntu itself are also supported by
+this repository. See Ubuntu releases for details.
+
Packages for unsupported Ubuntu versions might exist but may disappear any time.