commit ded905104c884609b7a6a44b56b13fc900b4c45e
parent 16a88416fc11c957c1a79f7e55777a71345623f8
Author: Anselm R Garbe <anselm@garbe.us>
Date: Sun, 16 Aug 2009 15:20:26 +0100
updated paths to new locations
Diffstat:
25 files changed, 66 insertions(+), 66 deletions(-)
diff --git a/default.suckless.org/_werc/lib/top_bar.inc b/default.suckless.org/_werc/lib/top_bar.inc
@@ -1,7 +1,7 @@
<div class="left">
<a href="http://suckless.org">home</a> |
- <a href="http://hg.suckless.org/">code</a> |
- <a href="http://code.suckless.org/dl">download</a> |
+ <a href="http://hg.suckless.org">code</a> |
+ <a href="http://dl.suckless.org">download</a> |
<a href="http://dwm.suckless.org">dwm</a> |
<a href="http://libs.suckless.org">libs</a> |
<a href="http://st.suckless.org">st</a> |
diff --git a/dwm.suckless.org/customisation/patch_queue.md b/dwm.suckless.org/customisation/patch_queue.md
@@ -29,9 +29,9 @@ It will hopefully help others do the same and also improve the quality of the pa
You have two options:
-- download the prepackaged source tarball, currently [dwm-5.1](http://code.suckless.org/dl/dwm/dwm-5.1.tar.gz)
+- download the prepackaged source tarball, currently [dwm-5.1](http://dl.suckless.org/dwm/dwm-5.1.tar.gz)
-- clone the mercurial repository at `http://code.suckless.org/hg/dwm`
+- clone the mercurial repository at `http://hg.suckless.org/dwm`
###Enable the MQ extension
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
@@ -53,15 +53,15 @@ Links
Download
--------
-* [MIT/X Consortium license](http://code.suckless.org/hg/dwm/raw-file/tip/LICENSE)
-* [dwm 5.6.1](http://code.suckless.org/dl/dwm/dwm-5.6.1.tar.gz) (19kb) (20090726)
+* [MIT/X Consortium license](http://hg.suckless.org/dwm/raw-file/tip/LICENSE)
+* [dwm 5.6.1](http://dl.suckless.org/dwm/dwm-5.6.1.tar.gz) (19kb) (20090726)
* See also [dmenu](http://tools.suckless.org/dmenu)
Development
-----------
-dwm is actively developed in parallel to wmii. You can [browse](http://code.suckless.org/hg/dwm) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+dwm is actively developed in parallel to wmii. You can [browse](http://hg.suckless.org/dwm) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
- hg clone http://code.suckless.org/hg/dwm
+ hg clone http://hg.suckless.org/dwm
Miscellaneous
-------------
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
@@ -1,5 +1,5 @@
Following the default binds configured by the header file
-[config.def.h](http://code.suckless.org/hg/dwm/file/tip/config.def.h).
+[config.def.h](http://hg.suckless.org/dwm/file/tip/config.def.h).
[Shift]+[Alt]+[Enter] - launch terminal
[Alt]+[p] - dmenu for running programs like the x-www-browser
diff --git a/libs.suckless.org/libixp.md b/libs.suckless.org/libixp.md
@@ -14,6 +14,6 @@ LIBIXP
Download
--------
-* [libixp-0.5](http://code.suckless.org/dl/libs/libixp-0.5.tar.gz)
-* <code>hg clone [http://code.suckless.org/hg/libixp](http://code.suckless.org/hg/libixp)</code>
+* [libixp-0.5](http://dl.suckless.org/libs/libixp-0.5.tar.gz)
+* <code>hg clone [http://hg.suckless.org/libixp](http://hg.suckless.org/libixp)</code>
diff --git a/libs.suckless.org/r9p.md b/libs.suckless.org/r9p.md
@@ -3,11 +3,11 @@ R9P
Author: Kris Maglione
License: MIT
Version: 0.4
- Repo: http://code.suckless.org/hg/r9p
+ Repo: http://hg.suckless.org/r9p
`r9p` is a simple [9P](http://cat-v.org/9p/) client implementation for Ruby. It currently supports basic filesystem operations, including reading, writing, and listing files. It also supports the operations of the IO class by providing a true file descriptor through a proxy thread.
-* [`r9p 0.4`](http://code.suckless.org/dl/libs/r9p-0.4.tgz)
-* Latest: `hg clone http://code.suckless.org/hg/r9p`
+* [`r9p 0.4`](http://dl.suckless.org/libs/r9p-0.4.tgz)
+* Latest: `hg clone http://hg.suckless.org/r9p`
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
@@ -13,11 +13,11 @@ Links
Download
--------
-* [MIT/X Consortium license](http://code.suckless.org/hg/st/raw-file/tip/LICENSE)
+* [MIT/X Consortium license](http://hg.suckless.org/st/raw-file/tip/LICENSE)
* See also [st](http://st.suckless.org)
Development
-----------
-st is actively developed. You can [browse](http://code.suckless.org/hg/st) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+st is actively developed. You can [browse](http://hg.suckless.org/st) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
- hg clone http://code.suckless.org/hg/st
+ hg clone http://hg.suckless.org/st
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -5,15 +5,15 @@ Read more about our [philosophy](/common/) and join us on the [mailing list](com
2009/08/03
----------
-New [9base](http://tools.suckless.org/9base) release: [9base-3](http://code.suckless.org/dl/tools/9base-3.tar.gz)
+New [9base](http://tools.suckless.org/9base) release: [9base-3](http://dl.suckless.org/tools/9base-3.tar.gz)
2009/07/26
----------
-New [dwm](http://dwm.suckless.org) release: [dwm-5.6.1](http://code.suckless.org/dl/dwm/dwm-5.6.1.tar.gz)
+New [dwm](http://dwm.suckless.org) release: [dwm-5.6.1](http://dl.suckless.org/dwm/dwm-5.6.1.tar.gz)
2009/04/18
----------
-New [dmenu](http://tools.suckless.org/dmenu) release: [dmenu-4.0](http://code.suckless.org/dl/tools/dmenu-4.0.tar.gz)
+New [dmenu](http://tools.suckless.org/dmenu) release: [dmenu-4.0](http://dl.suckless.org/tools/dmenu-4.0.tar.gz)
2009/03/09
----------
@@ -21,21 +21,21 @@ We applied as a mentoring organization for [GSoC2009](http://suckless.org/common
2008/08/09
----------
-New [ii](http://tools.suckless.org/ii) release: [ii-1.4](http://code.suckless.org/dl/tools/ii-1.4.tar.gz)
+New [ii](http://tools.suckless.org/ii) release: [ii-1.4](http://dl.suckless.org/tools/ii-1.4.tar.gz)
2008/08/02
----------
-New [wmname](http://tools.suckless.org/wmname) release: [wmname-0.1](http://code.suckless.org/dl/tools/wmname-0.1.tar.gz)
+New [wmname](http://tools.suckless.org/wmname) release: [wmname-0.1](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
2008/07/29
----------
-New [sic](http://tools.suckless.org/sic) release: [sic-1.0](http://code.suckless.org/dl/tools/sic-1.0.tar.gz)
+New [sic](http://tools.suckless.org/sic) release: [sic-1.0](http://dl.suckless.org/tools/sic-1.0.tar.gz)
-New [slock](http://tools.suckless.org/slock) release: [slock-0.9](http://code.suckless.org/dl/tools/slock-0.9.tar.gz)
+New [slock](http://tools.suckless.org/slock) release: [slock-0.9](http://dl.suckless.org/tools/slock-0.9.tar.gz)
-New [sselp](http://tools.suckless.org/sselp) release: [sselp-0.2](http://code.suckless.org/dl/tools/sselp-0.2.tar.gz)
+New [sselp](http://tools.suckless.org/sselp) release: [sselp-0.2](http://dl.suckless.org/tools/sselp-0.2.tar.gz)
2007/11/16
----------
-New [wmii](http://wmii.suckless.org) release: [wmii-3.6](http://code.suckless.org/dl/wmii/wmii-3.6.tar.gz).
+New [wmii](http://wmii.suckless.org) release: [wmii-3.6](http://dl.suckless.org/wmii/wmii-3.6.tar.gz).
diff --git a/surf.suckless.org/index.md b/surf.suckless.org/index.md
@@ -13,17 +13,17 @@ one can point surf to another URI by setting it's XProperties.
Links
-----
-* [Man page](http://code.suckless.org/hg/surf/raw-file/tip/LICENSE))
+* [Man page](http://hg.suckless.org/surf/raw-file/tip/LICENSE))
* Mailing List: `dev+subscribe@suckless.org` [(Archives)](http://lists.suckless.org/dev)
* IRC channel: #suckless at irc.oftc.net
Download
--------
-* [MIT/X Consortium license](http://code.suckless.org/hg/surf/raw-file/tip/LICENSE)
+* [MIT/X Consortium license](http://hg.suckless.org/surf/raw-file/tip/LICENSE)
* See also [dmenu](http://tools.suckless.org/dmenu)
Development
-----------
-surf is actively developed. You can [browse](http://code.suckless.org/hg/surf) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+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 following command:
- hg clone http://code.suckless.org/hg/surf
+ hg clone http://hg.suckless.org/surf
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
@@ -34,8 +34,8 @@ The overall SLOC is about 36kSLOC, so this userland + all libs is much smaller a
Download
--------
-* [9base-3](http://code.suckless.org/dl/tools/9base-3.tar.gz) (20090803)
-* <code>hg clone [http://code.suckless.org/hg/9base](http://code.suckless.org/hg/9base)</code>
+* [9base-3](http://dl.suckless.org/tools/9base-3.tar.gz) (20090803)
+* <code>hg clone [http://hg.suckless.org/9base](http://hg.suckless.org/9base)</code>
Usage
-----
diff --git a/tools.suckless.org/dmenu.md b/tools.suckless.org/dmenu.md
@@ -6,7 +6,7 @@ items efficiently.
Download
--------
-* [dmenu-4.0](http://code.suckless.org/dl/tools/dmenu-4.0.tar.gz) (20090417)
+* [dmenu-4.0](http://dl.suckless.org/tools/dmenu-4.0.tar.gz) (20090417)
Mailing list
------------
diff --git a/tools.suckless.org/ii.md b/tools.suckless.org/ii.md
@@ -30,13 +30,13 @@ It consists of <= 500 lines of code and is the big brother of [sic](/programs/si
Download
--------
-* [ii 1.4](http://code.suckless.org/dl/tools/ii-1.4.tar.gz) (9.4kb) (20080809)
+* [ii 1.4](http://dl.suckless.org/tools/ii-1.4.tar.gz) (9.4kb) (20080809)
Development
-----------
-You can [browse](http://code.suckless.org/hg/ii) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+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:
-`hg clone http://code.suckless.org/hg/ii`
+`hg clone http://hg.suckless.org/ii`
Usage
------
diff --git a/tools.suckless.org/index.md b/tools.suckless.org/index.md
@@ -1,4 +1,4 @@
Most tools are quite tiny.
-You can [browse](http://code.suckless.org/hg) the source code repositories
-or [download](http://code.suckless.org/dl/tools) the releases.
+You can [browse](http://hg.suckless.org) the source code repositories
+or [download](http://dl.suckless.org/tools) the releases.
diff --git a/tools.suckless.org/lsw.md b/tools.suckless.org/lsw.md
@@ -5,4 +5,4 @@ useful for script integration.
Download
--------
-* [lsw-0.1](http://code.suckless.org/dl/tools/lsw-0.1.tar.gz) (20061013)
+* [lsw-0.1](http://dl.suckless.org/tools/lsw-0.1.tar.gz) (20061013)
diff --git a/tools.suckless.org/lsx.md b/tools.suckless.org/lsx.md
@@ -4,7 +4,7 @@ List executables in a directory tree. It just does this, nothing else.
Download
--------
-* [lsx-0.1](http://code.suckless.org/dl/tools/lsx-0.1.tar.gz) (20061013)
+* [lsx-0.1](http://dl.suckless.org/tools/lsx-0.1.tar.gz) (20061013)
Bugs
----
diff --git a/tools.suckless.org/sic.md b/tools.suckless.org/sic.md
@@ -4,13 +4,13 @@ sic is an extremely simple IRC client. It consists of lesser than 250 lines of c
Download
--------
-* [sic 1.0](http://code.suckless.org/dl/tools/sic-1.0.tar.gz) (4kb) (20080729)
+* [sic 1.0](http://dl.suckless.org/tools/sic-1.0.tar.gz) (4kb) (20080729)
Development
-----------
-You can [browse](http://code.suckless.org/hg/sic) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+You can [browse](http://hg.suckless.org/sic) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
- hg clone http://code.suckless.org/hg/sic
+ hg clone http://hg.suckless.org/sic
<H2>SYNOPSIS</H2>
diff --git a/tools.suckless.org/skvm.md b/tools.suckless.org/skvm.md
@@ -6,4 +6,4 @@ needs, the source file needs to be modified, this keeps it fast, secure and simp
Repository
----------
-* Latest devel tip: <code>hg clone [http://code.suckless.org/hg/skvm](http://code.suckless.org/hg/skvm)</code>
+* Latest devel tip: <code>hg clone [http://hg.suckless.org/skvm](http://hg.suckless.org/skvm)</code>
diff --git a/tools.suckless.org/slock.md b/tools.suckless.org/slock.md
@@ -7,5 +7,5 @@ pub.
Download
--------
-* [slock-0.9](http://code.suckless.org/dl/tools/slock-0.9.tar.gz) (20080729)
+* [slock-0.9](http://dl.suckless.org/tools/slock-0.9.tar.gz) (20080729)
diff --git a/tools.suckless.org/sselp.md b/tools.suckless.org/sselp.md
@@ -6,4 +6,4 @@ query the X selection without pressing mouse Button2 in cumbersome ways.
Download
--------
-* [sselp-0.2](http://code.suckless.org/dl/tools/sselp-0.2.tar.gz) (20080729)
+* [sselp-0.2](http://dl.suckless.org/tools/sselp-0.2.tar.gz) (20080729)
diff --git a/tools.suckless.org/ssid.md b/tools.suckless.org/ssid.md
@@ -4,4 +4,4 @@ Simple setsid replacement, nothing special about it except it being really simpl
Download
--------
-* [ssid-0.1](http://code.suckless.org/dl/tools/ssid-0.1.tar.gz) (20061013)
+* [ssid-0.1](http://dl.suckless.org/tools/ssid-0.1.tar.gz) (20061013)
diff --git a/tools.suckless.org/swarp.md b/tools.suckless.org/swarp.md
@@ -8,5 +8,5 @@ will warp the pointer to (100, 100) on your screen.
Download
--------
-* [swarp-0.1](http://code.suckless.org/dl/tools/swarp-0.1.tar.gz) (20061013)
+* [swarp-0.1](http://dl.suckless.org/tools/swarp-0.1.tar.gz) (20061013)
diff --git a/tools.suckless.org/wmname.md b/tools.suckless.org/wmname.md
@@ -8,15 +8,15 @@ programs assuming a reparenting window manager for instance.
Download
--------
-* [wmname-0.1](http://code.suckless.org/dl/tools/wmname-0.1.tar.gz)
+* [wmname-0.1](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
Repository
----------
-You can [browse](http://code.suckless.org/hg/wmname) the source code or get a
+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:
- hg clone http://code.suckless.org/hg/wmname
+ hg clone http://hg.suckless.org/wmname
Usage
-----
diff --git a/wmi.suckless.org/index.md b/wmi.suckless.org/index.md
@@ -11,7 +11,7 @@ recent projects.
Download
--------
You can download the historic copy of
-[wmi-10](http://code.suckless.org/dl/misc/wmi-10.tar.gz). Unfortunately there
+[wmi-10](http://dl.suckless.org/misc/wmi-10.tar.gz). Unfortunately there
is no associated repository anymore. There used to be a subversion repository
in the older days.
diff --git a/wmii.suckless.org/index.md b/wmii.suckless.org/index.md
@@ -13,9 +13,9 @@ codebase.
Links
-----
-* Latest release: [wmii-3.6](http://code.suckless.org/dl/wmii/wmii-3.6.tar.gz) (Note that it requires [dmenu](http://tools.suckless.org/dmenu) and [libixp-0.4](/libs/libixp.html), [p9p](http://plan9.us/) recommended)
-* Latest snapshot: [wmii+ixp-20090703](http://code.suckless.org/dl/wmii/wmii+ixp-snap20090703.tgz)
-* Latest devel tip: <code>hg clone [http://code.suckless.org/hg/wmii](http://code.suckless.org/hg/wmii)</code>
+* Latest release: [wmii-3.6](http://dl.suckless.org/wmii/wmii-3.6.tar.gz) (Note that it requires [dmenu](http://tools.suckless.org/dmenu) and [libixp-0.4](/libs/libixp.html), [p9p](http://plan9.us/) recommended)
+* Latest snapshot: [wmii+ixp-20090703](http://dl.suckless.org/wmii/wmii+ixp-snap20090703.tgz)
+* Latest devel tip: <code>hg clone [http://hg.suckless.org/wmii](http://hg.suckless.org/wmii)</code>
* Bugs: [Google Code issue tracker](http://code.google.com/p/wmii/issues)
* Mailing List: `dev+subscribe@suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/wmii/)) (see [community](http://suckless.org/common/community/) for details)
* IRC channel: `#suckless at irc.oftc.net` [(irc log)](http://suckless.org/irc/)
@@ -36,20 +36,20 @@ standard `wmiirc`.
Development
-----------
-You can [browse](http://code.suckless.org/hg/wmii) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
+You can [browse](http://hg.suckless.org/wmii) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with following command:
- hg clone http://code.suckless.org/hg/libixp
- hg clone http://code.suckless.org/hg/wmii
+ hg clone http://hg.suckless.org/libixp
+ hg clone http://hg.suckless.org/wmii
Older releases
--------------
-* [wmii-3.6](http://code.suckless.org/dl/wmii/wmii-3.6.tar.gz) (historical, 2007-11-16)
-* [wmii-3.5.1](http://code.suckless.org/dl/wmii/wmii-3.5.1.tar.gz) (historical, 2006-12-27)
-* [wmii-3.1](http://code.suckless.org/dl/wmii/wmii-3.1.tar.gz) (historical, 2006-06-17)
-* [9base-2](http://code.suckless.org/dl/misc/9base-2.tar.gz) (historical, 2006-01-25)
-* [wmii-2.5.2](http://code.suckless.org/dl/wmii/wmii-2.5.2.tar.gz) (historical, 2006-01-27)
-* [wmii-2](http://code.suckless.org/dl/wmii/wmii-2.tar.gz) (historical, 2005-10-21)
-* [wmi-10](http://code.suckless.org/dl/misc/wmi-10.tar.gz) (historical, 2004-10-03)
+* [wmii-3.6](http://dl.suckless.org/wmii/wmii-3.6.tar.gz) (historical, 2007-11-16)
+* [wmii-3.5.1](http://dl.suckless.org/wmii/wmii-3.5.1.tar.gz) (historical, 2006-12-27)
+* [wmii-3.1](http://dl.suckless.org/wmii/wmii-3.1.tar.gz) (historical, 2006-06-17)
+* [9base-2](http://dl.suckless.org/misc/9base-2.tar.gz) (historical, 2006-01-25)
+* [wmii-2.5.2](http://dl.suckless.org/wmii/wmii-2.5.2.tar.gz) (historical, 2006-01-27)
+* [wmii-2](http://dl.suckless.org/wmii/wmii-2.tar.gz) (historical, 2005-10-21)
+* [wmi-10](http://dl.suckless.org/misc/wmi-10.tar.gz) (historical, 2004-10-03)
Make sure that the X Window System headers are installed, if you want to build
wmii from source.
diff --git a/wmii.suckless.org/intro.md b/wmii.suckless.org/intro.md
@@ -5,7 +5,7 @@ Installation
------------
Check if the package management of your operating system already provides a
package for the latest wmii snapshot and install this, or build wmii from scratch after
-[downloading](http://code.suckless.org/) the source. If you build it from
+[downloading](http://dl.suckless.org/wmii) the source. If you build it from
scratch, follow the instructions in the shipped README file.
Running wmii