[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Improvements to the Instructions page



Hi,

Attached is the following:

  commit 34a3eb3d35d9a47d60a220b31dd0b08226333a7d
  Author: Chris Lamb <lamby@debian.org>
  Date:   Thu Dec 15 21:53:32 2016 +0100
  
      Reverse order of jessie + wheezy as the most common user is going to be using jessie.
      
      Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
  
   Instructions.mdwn | 8 ++++----
   1 file changed, 4 insertions(+), 4 deletions(-)
  
  commit 6755e86b37bb0b113fdea5e288351b1194c7ceb1
  Author: Chris Lamb <lamby@debian.org>
  Date:   Thu Dec 15 21:54:20 2016 +0100
  
      Add release aliases to instructions.
  
   Instructions.mdwn | 4 ++--
   1 file changed, 2 insertions(+), 2 deletions(-)
  
  commit b862e777b1dd1177ed4e06daa4203c08efdc01c7
  Author: Chris Lamb <lamby@debian.org>
  Date:   Thu Dec 15 21:58:41 2016 +0100
  
      Make the "users" link more prominent as its the most common use-case.
  
   index.mdwn | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  commit c8e1d86193af00f136c321c1091496c84123584c
  Author: Chris Lamb <lamby@debian.org>
  Date:   Thu Dec 15 21:55:59 2016 +0100
  
      Use x-www-browser in Makefile over hardcoded iceweasel.
  
   Makefile | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
From c8e1d86193af00f136c321c1091496c84123584c Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 15 Dec 2016 21:55:59 +0100
Subject: [PATCH 4/4] Use x-www-browser in Makefile over hardcoded iceweasel.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4f4ccba..0862e05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
 test:
 	mkdir -p testdir
 	ikiwiki --rebuild --rcs=git . testdir
-	iceweasel testdir/index.html
+	x-www-browser testdir/index.html
-- 
2.11.0

From b862e777b1dd1177ed4e06daa4203c08efdc01c7 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 15 Dec 2016 21:58:41 +0100
Subject: [PATCH 3/4] Make the "users" link more prominent as its the most
 common use-case.

---
 index.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.mdwn b/index.mdwn
index b0df4a8..a4d89f0 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -18,7 +18,7 @@ your needs, and not use all available backports.
 
 ##Where to start
 
-* Users should start at the [[Instructions]] page.
+* **Users should start at the [[Instructions]] page.**
 * Contributors should start [[Contribute]] page.
 * If you want to know which packages are available via backports.debian.org look at the [[Packages]] page. 
 
-- 
2.11.0

From 6755e86b37bb0b113fdea5e288351b1194c7ceb1 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 15 Dec 2016 21:54:20 +0100
Subject: [PATCH 2/4] Add release aliases to instructions.

---
 Instructions.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Instructions.mdwn b/Instructions.mdwn
index cf6f309..f6e8b53 100644
--- a/Instructions.mdwn
+++ b/Instructions.mdwn
@@ -17,13 +17,13 @@ your needs, and not use all available backports.
 
 ##Add backports to your sources.list 
 
-1.  For jessie add this line
+1.  For jessie (stable) add this line
     <pre>deb http://ftp.debian.org/debian jessie-backports main</pre> to your **sources.list** 
     (or add a new file with the ".list" extension to /etc/apt/sources.list.d/)
     You can also find a list of other mirrors at
     <https://www.debian.org/mirror/list>
 
-    For wheezy add this line
+    For wheezy (oldstable) add this line
     <pre>deb http://ftp.debian.org/debian wheezy-backports main</pre> to your **sources.list** 
     (or add a new file with the ".list" extension to /etc/apt/sources.list.d/)
     You can also find a list of other mirrors at
-- 
2.11.0

From 34a3eb3d35d9a47d60a220b31dd0b08226333a7d Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Thu, 15 Dec 2016 21:53:32 +0100
Subject: [PATCH 1/4] Reverse order of jessie + wheezy as the most common user
 is going to be using jessie.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
---
 Instructions.mdwn | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Instructions.mdwn b/Instructions.mdwn
index 3284d6a..cf6f309 100644
--- a/Instructions.mdwn
+++ b/Instructions.mdwn
@@ -17,14 +17,14 @@ your needs, and not use all available backports.
 
 ##Add backports to your sources.list 
 
-1.  For wheezy add this line
-    <pre>deb http://ftp.debian.org/debian wheezy-backports main</pre> to your **sources.list** 
+1.  For jessie add this line
+    <pre>deb http://ftp.debian.org/debian jessie-backports main</pre> to your **sources.list** 
     (or add a new file with the ".list" extension to /etc/apt/sources.list.d/)
     You can also find a list of other mirrors at
     <https://www.debian.org/mirror/list>
 
-    For jessie add this line
-    <pre>deb http://ftp.debian.org/debian jessie-backports main</pre> to your **sources.list** 
+    For wheezy add this line
+    <pre>deb http://ftp.debian.org/debian wheezy-backports main</pre> to your **sources.list** 
     (or add a new file with the ".list" extension to /etc/apt/sources.list.d/)
     You can also find a list of other mirrors at
     <https://www.debian.org/mirror/list>
-- 
2.11.0


Reply to: