[wiki] [sites] Fixing suckless.org for git. || Christoph Lohmann

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

commit 856c99516aa8fba6e4919ee56c25d6139056fcd1
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Thu Nov 29 01:01:00 2012 +0100

    Fixing suckless.org for git.

diff --git a/suckless.org/hacking.md b/suckless.org/hacking.md
index 520d9bd..938cb75 100644
--- a/suckless.org/hacking.md
+++ b/suckless.org/hacking.md
_AT_@ -35,10 +35,10 @@ diff generation
 For mercurial users:
 
     cd program-directory
- hg diff > program-X.Y-yourpatchname.diff
+ git diff > program-X.Y-yourpatchname.diff
 
 For tarballs:
-
+
     cd modified-program-directory/..
     diff -up original-program-directory modified-program-directory > program-X.Y-yourpatchname.diff
 
_AT_@ -47,11 +47,12 @@ where `X.Y` is a dwm tag name or version number.
 patch program
 -------------
 For mercurial users:
-
+
     cd program-directory
- hg patch path/to/patch.diff
+ git apply path/to/patch.diff
 
 For tarballs:
 
     cd program-directory
     patch -p1 < path/to/patch.diff
+
diff --git a/suckless.org/index.md b/suckless.org/index.md
index 18b9723..5bbaed4 100644
--- a/suckless.org/index.md
+++ b/suckless.org/index.md
_AT_@ -28,7 +28,8 @@ RIP
 
 2012-07-30
 ----------
-[https://github.com/suckless](https://github.com/suckless) is a github mirror of [http://hg.suckless.org/](http://hg.suckless.org/) updated with a daily cronjob. Please contribute by posting patches to the [mailing list](http://suckless.org/community).
+[https://github.com/suckless](https://github.com/suckless) is a github mirror
+of [http://git.suckless.org/](http://git.suckless.org/) updated with a daily cronjob. Please contribute by posting patches to the [mailing list](http://suckless.org/community).
 
 2012-07-14
 ----------
diff --git a/suckless.org/other_projects.md b/suckless.org/other_projects.md
index cb3bb61..a67523d 100644
--- a/suckless.org/other_projects.md
+++ b/suckless.org/other_projects.md
_AT_@ -5,7 +5,7 @@ There are several other projects which are inspired by the spirit of suckless.
 * [alt](http://hg.youterm.com/alt/) - abstract language tree
 * [bug](http://vicerveza.homeunix.net/~viric/soft/bug/) - commandline todo-tracking system
 * [dietline](http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c) - minimal readline-like implementation
-* [dmc](http://hg.suckless.org/dmc/) - dynamic mail client
+* [dmc](http://git.suckless.org/dmc/) - dynamic mail client
 * [dvtm](http://www.brain-dump.org/projects/dvtm/) - screen-like dwm (curses)
 * [dzen](http://dzen.geekmode.org/) - display status/notification/menu windows
 * [ired](http://hg.youterm.com/ired/) - minimalistic hexadecimal editor inspired in radare
diff --git a/suckless.org/people/cls.md b/suckless.org/people/cls.md
index 02e8fee..f35c706 100644
--- a/suckless.org/people/cls.md
+++ b/suckless.org/people/cls.md
_AT_@ -1,4 +1,5 @@
 cls
 ===
 
-I'm the lead developer of [dmenu](http://tools.suckless.org/dmenu) and [sbase](http://hg.suckless.org/sbase), I help out with [dwm](http://dwm.suckless.org), and I'm the maintainer of [lsw](http://tools.suckless.org/lsw) and [tabbed](http://tools.suckless.org/tabbed). I think that's about it. ☺
+I'm the lead developer of [dmenu](http://tools.suckless.org/dmenu) and
+[sbase](http://git.suckless.org/sbase), I help out with [dwm](http://dwm.suckless.org), and I'm the maintainer of [lsw](http://tools.suckless.org/lsw) and [tabbed](http://tools.suckless.org/tabbed). I think that's about it. ☺
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index f730261..85035df 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
_AT_@ -123,7 +123,7 @@ Mail Clients
 ------------
 * [Mail][plan9port] - A mail client for [acme][acme]. Included with plan9port.
 * [Sylpheed](http://sylpheed.sraoss.jp/en/)
-* [dmc](http://hg.suckless.org/dmc/) - A minimalistic approach to a commandline mail client (WIP)
+* [dmc](http://git.suckless.org/dmc/) - A minimalistic approach to a commandline mail client (WIP)
 * [fdm](http://fdm.sourceforge.net/) - MDA
 * [heirloom-mailx](http://heirloom.sourceforge.net/mailx.html) - A mail client based on the original Berkeley Mail 8.1 with many new features.
 * [mutt](http://www.mutt.org/)
_AT_@ -204,7 +204,7 @@ Web Servers
 * [Nostromo](http://www.nazgul.ch/dev_nostromo.html)
 * [thttpd](http://acme.com/software/thttpd/) - Outperforms many bigger httpds. Old, still works very well!
 * [mini_httpd](http://acme.com/software/mini_httpd/) - By the thttpd developers. Even smaller subset of thttpd with support for .htpasswd, CGI, dirlisting, HTTP errors and SSL, nothing more or less than that.
-* See also: our very own [quark](http://hg.suckless.org/quark/) which has not yet been released
+* See also: our very own [quark](http://git.suckless.org/quark/) which has not yet been released
 
 Gopher Servers
 --------------
diff --git a/suckless.org/wiki.md b/suckless.org/wiki.md
index a27cbbd..e7d2624 100644
--- a/suckless.org/wiki.md
+++ b/suckless.org/wiki.md
_AT_@ -3,17 +3,20 @@ This wiki
 If you would like to contribute new content, you can clone this wiki to your
 local host using the following command:
 
- hg clone http://hg.suckless.org/sites
+ git clone git://git.suckless.org/sites
 
 You can make changes to the wiki, though your changes will be reviewed by the
 suckless moderators before going public into the mainstream web site. Please
 make sure to pull for incoming changes before you push your changes, to
 minimize any problems.
 
- hg push
+ git push
 
 The wiki repository above is world-writable.
 
+Be careful, that only over the git:// protocol pushes are possible. It is
+possible to checkout the »sites« repository over http too.
+
 Rules
 -----
 * If any abuse happens, we will disable world-writable access. Keep this in mind!
Received on Thu Nov 29 2012 - 01:03:22 CET

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