commit 87f63fac33322b3c8ae7abd45c1f9d428dde0066
parent 745815b62d07d3bec956ed214b30154477ba60af
Author: Moritz Wilhelmy <moritz+hg@wzff.de>
Date: Sat, 5 Mar 2011 00:01:55 +0100
refactoring the misc/ section and fixing typos and broken markdown
Diffstat:
3 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/suckless.org/misc/cool_daemons.md b/suckless.org/misc/cool_daemons.md
@@ -0,0 +1,18 @@
+Cool Daemons
+============
+
+This page is dedicated to Daemons that are related to the UNIX philosophy (but
+don't really belong into the cool programs section which is about programs
+which work well with dwm/wmii).
+
+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
+
+Gopher Servers
+--------------
+
+* [geomyidae](http://www.r-36.net/src/geomyidae/) - small gopher-daemon written by 20h
diff --git a/suckless.org/misc/cool_libraries.md b/suckless.org/misc/cool_libraries.md
@@ -32,7 +32,8 @@ All of these are dual-licensed under WTFPL and also public domain. According
to the website, "[…] the GPG and OpenSSL folk assume that completely abhorrent
and messy source code is ok, so long as it works. The LibTom Projects aims to
change this line of thinking."
-* [libtommath, libtomcrypt and libtomfastmath](http://libtom.org/)
+
+* [libtommath, libtomcrypt and tomsfastmath](http://libtom.org/)
Cryptography
------------
@@ -49,3 +50,4 @@ Miscellaneous
-------------
* [code snippets database](http://c.snippets.org/browser.php) - contains various code snippets, most of which are public domain
* [pjsip](http://www.pjsip.org/) - open source SIP stack (GPL)
+* [libev](http://software.schmorp.de/pkg/libev.html) - high performance event-loop modeled after libevent but much smaller (dual licensed under 2-clause BSD and GPL)
diff --git a/suckless.org/misc/cool_programs.md b/suckless.org/misc/cool_programs.md
@@ -115,9 +115,6 @@ Web Browsers
* [uzbl](http://uzbl.org/)
* [w3m](http://w3m.sf.net/)
-Web Servers
------------
-* [Nostromo](http://www.nazgul.ch/dev_nostromo.html)
[rob]: http://herpolhode.com/rob/
[plan9port]: http://swtch.com/plan9port/