[wiki] [sites] Fix sic directory structure || sin

From: <git_AT_suckless.org>
Date: Wed, 29 Apr 2015 13:33:10 +0200

commit 6131e301f3f662c0be17e78a87d0e6e361bada08
Author: sin <sin_AT_2f30.org>
Date: Wed Apr 29 13:33:02 2015 +0200

    Fix sic directory structure

diff --git a/tools.suckless.org/sic.md b/tools.suckless.org/sic.md
deleted file mode 100644
index 4e4d567..0000000
--- a/tools.suckless.org/sic.md
+++ /dev/null
_AT_@ -1,15 +0,0 @@
-simple irc client
-=================
-sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of [irc it](/ii).
-
-Download
---------
-* [sic 1.2](http://dl.suckless.org/tools/sic-1.2.tar.gz) (5KB) (20130616)
-
-Development
------------
-You can [browse](http://git.suckless.org/sic) its source code repository or
-get a copy using the following command:
-
- git clone http://git.suckless.org/sic
-
diff --git a/tools.suckless.org/sic/index.md b/tools.suckless.org/sic/index.md
new file mode 100644
index 0000000..4e4d567
--- /dev/null
+++ b/tools.suckless.org/sic/index.md
_AT_@ -0,0 +1,15 @@
+simple irc client
+=================
+sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of [irc it](/ii).
+
+Download
+--------
+* [sic 1.2](http://dl.suckless.org/tools/sic-1.2.tar.gz) (5KB) (20130616)
+
+Development
+-----------
+You can [browse](http://git.suckless.org/sic) its source code repository or
+get a copy using the following command:
+
+ git clone http://git.suckless.org/sic
+
diff --git a/tools.suckless.org/sic/patches/index.md b/tools.suckless.org/sic/patches/index.md
new file mode 100644
index 0000000..77a57ae
--- /dev/null
+++ b/tools.suckless.org/sic/patches/index.md
_AT_@ -0,0 +1,29 @@
+Patches
+=======
+
+diff generation
+---------------
+For git users:
+
+ cd sic-directory
+ git diff > sic-X.Y-yourpatchname.diff
+
+For tarballs:
+
+ cd modified-sic-directory/..
+ diff -up original-sic-directory modified-sic-directory > sic-X.Y-yourpatchname.diff
+
+where `X.Y` is an sic tag name or version number.
+
+
+patch application
+-----------------
+For git users:
+
+ cd sic-directory
+ git apply path/to/patch.diff
+
+For tarballs:
+
+ cd sic-directory
+ patch -p1 < path/to/patch.diff
Received on Wed Apr 29 2015 - 13:33:10 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:40:18 CEST