[wiki] [sites] Migrating tools.suckless.org to git. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Thu, 29 Nov 2012 01:10:45 +0100

commit 1f8ebaa957576c6d3b08a4c50901429b804b370c
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Thu Nov 29 01:08:41 2012 +0100

    Migrating tools.suckless.org to git.

diff --git a/dwm.suckless.org/patches/index.md b/dwm.suckless.org/patches/index.md
index efc849b..ad9c22c 100644
--- a/dwm.suckless.org/patches/index.md
+++ b/dwm.suckless.org/patches/index.md
_AT_@ -3,7 +3,7 @@ Patches
 
 diff generation
 ---------------
-For mercurial users:
+For git users:
 
     cd dwm-directory
     git diff > dwm-X.Y-yourpatchname.diff
_AT_@ -18,7 +18,7 @@ where `X.Y` is a dwm tag name or version number.
 
 patch application
 -----------------
-For mercurial users:
+For git users:
 
     cd dwm-directory
     git apply path/to/patch.diff
diff --git a/surf.suckless.org/index.md b/surf.suckless.org/index.md
index a1d83e3..1882dc1 100644
--- a/surf.suckless.org/index.md
+++ b/surf.suckless.org/index.md
_AT_@ -19,15 +19,14 @@ Links
 
 Development
 -----------
-surf is actively developed. You can [browse](http://hg.suckless.org/surf) its
-source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/)
-with the following command:
+surf is actively developed. You can [browse](http://git.suckless.org/surf) its
+source code repository or get a copy with the following command:
 
- hg clone http://hg.suckless.org/surf
+ git clone http://git.suckless.org/surf
 
 Download
 --------
-* [MIT/X Consortium license](http://hg.suckless.org/surf/raw-file/tip/LICENSE)
+* [MIT/X Consortium license](http://git.suckless.org/surf/plain/LICENSE)
 * [surf 0.5](http://dl.suckless.org/surf/surf-0.5.tar.gz) (20120714)
 * See also [dmenu](http://tools.suckless.org/dmenu),
   [tabbed](http://tools.suckless.org/tabbed)
diff --git a/surf.suckless.org/patches/index.md b/surf.suckless.org/patches/index.md
index f09a339..45bf99c 100644
--- a/surf.suckless.org/patches/index.md
+++ b/surf.suckless.org/patches/index.md
_AT_@ -3,10 +3,10 @@ Patches
 
 diff generation
 ---------------
-For mercurial users:
+For git users:
 
     cd surf-directory
- hg diff > surf-X.Y-yourpatchname.diff
+ git diff > surf-X.Y-yourpatchname.diff
 
 For tarballs:
 
_AT_@ -18,10 +18,10 @@ where `X.Y` is a surf tag name or version number.
 
 patch application
 -----------------
-For mercurial users:
+For git users:
 
     cd surf-directory
- hg patch path/to/patch.diff
+ git apply path/to/patch.diff
 
 For tarballs:
 
diff --git a/surf.suckless.org/screenshots/index.md b/surf.suckless.org/screenshots/index.md
index bdc2d35..eada64f 100644
--- a/surf.suckless.org/screenshots/index.md
+++ b/surf.suckless.org/screenshots/index.md
_AT_@ -1,8 +1,8 @@
-[![Screenshot](surf+tabbed-20091028-thumb.jpg)](surf+tabbed-20091028.jpg)
+[![Screenshot](surf+tabbed-20091028-thumb.jpg)](surf+tabbed-20091028.jpg)
 surf with [wmii](http://wmii.suckless.org) using [tabbed](http://tools.suckless.org/tabbed)
 
 [![Screenshot](20100423_surf_win-thumb.png)](20100423_surf_win.png)
 surf on win32 with a webkitgtk build targetting Windows underneath.
 
-[![Screenshot](surf-20091028-thumb.jpg)](surf-20091028.jpg)
+[![Screenshot](surf-20091028-thumb.jpg)](surf-20091028.jpg)
 surf with [dwm](http://dwm.suckless.org)
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
index eae01cb..3768bd1 100644
--- a/tools.suckless.org/9base.md
+++ b/tools.suckless.org/9base.md
_AT_@ -61,7 +61,7 @@ The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller t
 Download
 --------
 * [9base-6](http://dl.suckless.org/tools/9base-6.tar.gz) (20100604)
-* <code>hg clone [http://hg.suckless.org/9base](http://hg.suckless.org/9base)</code>
+* <code>git clone [http://git.suckless.org/9base](http://git.suckless.org/9base)</code>
 
 Usage
 -----
diff --git a/tools.suckless.org/ii/index.md b/tools.suckless.org/ii/index.md
index 4edeffb..5b5edc4 100644
--- a/tools.suckless.org/ii/index.md
+++ b/tools.suckless.org/ii/index.md
_AT_@ -34,10 +34,12 @@ Download
 
 Development
 -----------
-You can [browse](http://hg.suckless.org/ii) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+You can [browse](http://git.suckless.org/ii) its source code repository or get
+a copy using the following command:
 
-`hg clone http://hg.suckless.org/ii`
+`git clone http://git.suckless.org/ii`
 
 Contact
 -------
 send mail to [ii_AT_modprobe.de]( mailto:ii_AT_modprobe.de) or feel free to join #ii on irc.oftc.net
+
diff --git a/tools.suckless.org/ii/patches/index.md b/tools.suckless.org/ii/patches/index.md
index 02229db..7e09a92 100644
--- a/tools.suckless.org/ii/patches/index.md
+++ b/tools.suckless.org/ii/patches/index.md
_AT_@ -3,10 +3,10 @@ Patches
 
 diff generation
 ---------------
-For mercurial users:
+For git users:
 
     cd ii-directory
- hg diff > ii-X.Y-yourpatchname.diff
+ git diff > ii-X.Y-yourpatchname.diff
 
 For tarballs:
 
_AT_@ -18,10 +18,10 @@ where `X.Y` is an ii tag name or version number.
 
 patch application
 -----------------
-For mercurial users:
+For git users:
 
     cd ii-directory
- hg patch path/to/patch.diff
+ git apply path/to/patch.diff
 
 For tarballs:
 
diff --git a/tools.suckless.org/sandy.md b/tools.suckless.org/sandy.md
index f12b9a2..6457367 100644
--- a/tools.suckless.org/sandy.md
+++ b/tools.suckless.org/sandy.md
_AT_@ -16,7 +16,7 @@ Features / Non-features
 
 Development
 -----------
-You can [browse](http://hg.suckless.org/sandy) the 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/sandy) the source code repository or get a copy with the following command:
 
- hg clone http://hg.suckless.org/sandy
+ git clone http://git.suckless.org/sandy
 
diff --git a/tools.suckless.org/sic.md b/tools.suckless.org/sic.md
index 723c787..353a1f0 100644
--- a/tools.suckless.org/sic.md
+++ b/tools.suckless.org/sic.md
_AT_@ -8,7 +8,8 @@ Download
 
 Development
 -----------
-You can [browse](http://hg.suckless.org/sic) 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/sic) its source code repository or
+get a copy using the following command:
 
- hg clone http://hg.suckless.org/sic
+ git clone http://git.suckless.org/sic
 
diff --git a/tools.suckless.org/sprop.md b/tools.suckless.org/sprop.md
index 8a9d595..455e08f 100644
--- a/tools.suckless.org/sprop.md
+++ b/tools.suckless.org/sprop.md
_AT_@ -8,7 +8,7 @@ Download
 
 Repository
 ----------
- hg clone http://hg.suckless.org/sprop
+ git clone http://git.suckless.org/sprop
 
 Links
 -----
diff --git a/tools.suckless.org/svkbd.md b/tools.suckless.org/svkbd.md
index c9274b9..390dd15 100644
--- a/tools.suckless.org/svkbd.md
+++ b/tools.suckless.org/svkbd.md
_AT_@ -40,5 +40,5 @@ window corner.
 Repository
 ----------
 
- hg clone http://hg.suckless.org/svkbd
+ git clone http://git.suckless.org/svkbd
 
diff --git a/tools.suckless.org/tabbed.md b/tools.suckless.org/tabbed.md
index f489619..71ddb42 100644
--- a/tools.suckless.org/tabbed.md
+++ b/tools.suckless.org/tabbed.md
_AT__AT_ -10,9 +10,9 @@ application, i.e. [st](http://st.suckless.org), [uzbl](http://uzbl.org),
 
 Development
 -----------
-You can [browse](http://hg.suckless.org/tabbed) 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/tabbed) its source code repository or get a copy using the following command:
 
- hg clone http://hg.suckless.org/tabbed
+ git clone http://git.suckless.org/tabbed
 
 Download
 --------
diff --git a/tools.suckless.org/wmname.md b/tools.suckless.org/wmname.md
index 3b65790..e30e107 100644
--- a/tools.suckless.org/wmname.md
+++ b/tools.suckless.org/wmname.md
_AT_@ -12,11 +12,10 @@ Download
 
 Repository
 ----------
-You can [browse](http://hg.suckless.org/wmname) the source code or get a
-copy using [Mercurial](http://www.selenic.com/mercurial/) with following
-command:
+You can [browse](http://git.suckless.org/wmname) the source code or get a
+copy using the following command:
 
- hg clone http://hg.suckless.org/wmname
+ git clone http://git.suckless.org/wmname
 
 Usage
 -----
Received on Thu Nov 29 2012 - 01:10:45 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 29 2012 - 01:12:06 CET