[wiki] [sites] various fixes and the git switch announcement || Anselm R Garbe

From: <git_AT_suckless.org>
Date: Thu, 29 Nov 2012 19:31:06 +0100

commit fd2b1e1ba86f06e0fc414fc0e956b5963e83cbc7
Author: Anselm R Garbe <anselm_AT_garbe.us>
Date: Thu Nov 29 19:31:09 2012 +0100

    various fixes and the git switch announcement

diff --git a/dwm.suckless.org/customisation/index.md b/dwm.suckless.org/customisation/index.md
index 411fdf6..bb70ff7 100644
--- a/dwm.suckless.org/customisation/index.md
+++ b/dwm.suckless.org/customisation/index.md
_AT_@ -23,7 +23,7 @@ How do I modify **config.h**?
 
 config.h can be edited just like any other C source code file.
 It contains definitions of variables that are going to be used by dwm.c and therefore it is vital that the file is always up to date.
-The default Makefile distributed with dwm will not overwrite your customised config.h with the contents of config.def.h, even if it was updated in the latest mercurial pull.
+The default Makefile distributed with dwm will not overwrite your customised config.h with the contents of config.def.h, even if it was updated in the latest git pull.
 Therefore, you should always compare your customised config.h with config.def.h and make sure you include any changes to the latter in your config.h.
 
 How do I modify **config.mk**?
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
index 1f8a6fb..ec75e7b 100644
--- a/dwm.suckless.org/index.md
+++ b/dwm.suckless.org/index.md
_AT_@ -67,7 +67,7 @@ If it is your first time using dwm, start with reading the
 
 Development
 -----------
-You can [browse](http://git.suckless.org/dwm) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the following command:
+You can [browse](http://git.suckless.org/dwm) its source code repository or get a copy using git with the following command:
 
         git clone http://git.suckless.org/dwm
 
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
index 7f10d70..c68c1fc 100644
--- a/st.suckless.org/index.md
+++ b/st.suckless.org/index.md
_AT_@ -123,7 +123,7 @@ Download
 
 Development
 -----------
-st is actively developed. You can [browse](http://git.suckless.org/st) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the following command:
+st is actively developed. You can [browse](http://git.suckless.org/st) its source code repository or get a copy using git with the following command:
 
         git clone http://git.suckless.org/st
 
diff --git a/suckless.org/hacking.md b/suckless.org/hacking.md
index 938cb75..6171fc0 100644
--- a/suckless.org/hacking.md
+++ b/suckless.org/hacking.md
_AT_@ -32,7 +32,7 @@ Patches
 
 diff generation
 ---------------
-For mercurial users:
+For git users:
 
     cd program-directory
     git diff > program-X.Y-yourpatchname.diff
_AT_@ -46,7 +46,7 @@ where `X.Y` is a dwm tag name or version number.
 
 patch program
 -------------
-For mercurial users:
+For git users:
 
     cd program-directory
     git apply path/to/patch.diff
diff --git a/suckless.org/index.md b/suckless.org/index.md
index 5bbaed4..87bcc86 100644
--- a/suckless.org/index.md
+++ b/suckless.org/index.md
_AT_@ -5,6 +5,12 @@ Read more about our [philosophy](/philosophy) and join us on the [mailing list](
 News
 ====
 
+2012-11-29
+----------
+We are glad to announce the switch to git from mercurial in all of our
+repositories. You can find them at <http://git.suckless.org>. Many thanks to
+20h for his contribution!
+
 2012-11-02
 ----------
 [st 0.3](http://st.suckless.org) released: [download](http://dl.suckless.org/st/st-0.3.tar.gz)
diff --git a/tools.suckless.org/dmenu/patches/index.md b/tools.suckless.org/dmenu/patches/index.md
index 50ff662..9d98e5c 100644
--- a/tools.suckless.org/dmenu/patches/index.md
+++ b/tools.suckless.org/dmenu/patches/index.md
_AT_@ -3,7 +3,7 @@ Patches
 
 diff generation
 ---------------
-For mercurial users:
+For git users:
 
     cd dmenu-directory
     hg diff > dmenu-X.Y-yourpatchname.diff
_AT_@ -18,7 +18,7 @@ where `X.Y` is a dmenu tag name or version number.
 
 patch application
 -----------------
-For mercurial users:
+For git users:
 
     cd dmenu-directory
     hg patch path/to/patch.diff
diff --git a/tools.suckless.org/dmenu/patches/non_blocking_stdin.md b/tools.suckless.org/dmenu/patches/non_blocking_stdin.md
index aabdfca..7f27025 100644
--- a/tools.suckless.org/dmenu/patches/non_blocking_stdin.md
+++ b/tools.suckless.org/dmenu/patches/non_blocking_stdin.md
_AT_@ -12,7 +12,7 @@ patch, so that you can use stdout to feed stdin.
 Download
 --------
 
-This patch should apply on mercurial version 2b9683c50723 (the latest -
+This patch should apply on git version 2b9683c50723 (the latest -
 2010-12-08)
 
 * [dmenu-tip-non-blocking-stdin.diff](dmenu-tip-non-blocking-stdin.diff)
diff --git a/wmi.suckless.org/index.md b/wmi.suckless.org/index.md
index 04e8526..08be46c 100644
--- a/wmi.suckless.org/index.md
+++ b/wmi.suckless.org/index.md
_AT_@ -12,11 +12,11 @@ Download
 
 Development
 -----------
-You can also [browse](http://hg.suckless.org/wmi) its source code repository or
-get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the
+You can also [browse](http://git.suckless.org/wmi) its source code repository or
+get a copy using git with the
 following command:
 
- hg clone http://hg.suckless.org/wmi
+ git clone git://suckless.org/wmi
 
 Build
 -----
Received on Thu Nov 29 2012 - 19:31:06 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 29 2012 - 19:36:05 CET