changeset: 703:dba00d64eae9
user: Moritz Wilhelmy <moritz+hg_AT_wzff.de>
date: Fri Mar 04 23:52:30 2011 +0100
files: suckless.org/misc/broken_programs.md
description:
Add aterm to broken_programs since people reported problems
diff -r 1d5a2cb5cccf -r dba00d64eae9 suckless.org/misc/broken_programs.md
--- a/suckless.org/misc/broken_programs.md Fri Mar 04 21:58:56 2011 +0000
+++ b/suckless.org/misc/broken_programs.md Fri Mar 04 23:52:30 2011 +0100
_AT_@ -6,8 +6,8 @@
* The program assumes a specific window management model, i.e.
assumes you are using a WIMP-window manager like those
- found in KDE or Gnome. This assumption breaks the [ICCCM
- conventions](
http://tronche.com/gui/x/icccm/).
+ found in KDE or Gnome. This assumption breaks the
+ [ICCCM conventions][icccm].
* The application uses a fixed size - this limitation does not fit
into the world of tiling window managers very well, and can also be
seen as breaking the ICCCM conventions, because a fixed sized window
_AT_@ -30,17 +30,24 @@
The following programs are broken (see [cool
programs](/common/cool_programs.html) for saner alternatives):
-* XMMS (assumes fixed size, doesn't set transient_for hint properly)
+* XMMS (assumes fixed size, doesn't set transient\_for hint properly)
* Xchat
-* [Firefox](
http://www.mozilla.org/products/firefox) (doesn't set the TRANSIENT_FOR hint correctly on its download dialog)
+* [Firefox](
http://www.mozilla.org/products/firefox) (doesn't set the TRANSIENT\_FOR hint correctly on its download dialog)
* [GIMP](
http://www.gimp.org/) (GIMP expects a float environment to be useable)
* beep-media-player
* gqview
* gthumb
* mplayer with GUI (assumes special window management model. It works without the GUI)
* xine (same as xmms)
+* aterm (doesn't like being resized by the WM), See [aterm-ml-post]
+ Alternatives: (u)xterm, urxvt, [st][st], [uuterm][uuterm]
SEE ALSO
--------
The [list of harmful software](
http://harmful.cat-v.org/software/) at [cat-v.org](
http://cat-v.org).
+
+[aterm-ml-post]:
http://lists.suckless.org/dev/1102/7141.html
+[st]:
http://st.suckless.org/
+[uuterm]:
http://etalabs.net/uuterm.html
+[icccm]:
http://tronche.com/gui/x/icccm/
changeset: 704:1450677d2546
tag: tip
user: Moritz Wilhelmy <moritz+hg_AT_wzff.de>
date: Sat Mar 05 00:01:55 2011 +0100
files: suckless.org/misc/cool_daemons.md suckless.org/misc/cool_libraries.md suckless.org/misc/cool_programs.md
description:
refactoring the misc/ section and fixing typos and broken markdown
diff -r dba00d64eae9 -r 1450677d2546 suckless.org/misc/cool_daemons.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/suckless.org/misc/cool_daemons.md Sat Mar 05 00:01:55 2011 +0100
_AT_@ -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 -r dba00d64eae9 -r 1450677d2546 suckless.org/misc/cool_libraries.md
--- a/suckless.org/misc/cool_libraries.md Fri Mar 04 23:52:30 2011 +0100
+++ b/suckless.org/misc/cool_libraries.md Sat Mar 05 00:01:55 2011 +0100
_AT_@ -32,7 +32,8 @@
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
------------
_AT_@ -49,3 +50,4 @@
-------------
* [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 -r dba00d64eae9 -r 1450677d2546 suckless.org/misc/cool_programs.md
--- a/suckless.org/misc/cool_programs.md Fri Mar 04 23:52:30 2011 +0100
+++ b/suckless.org/misc/cool_programs.md Sat Mar 05 00:01:55 2011 +0100
_AT_@ -115,9 +115,6 @@
* [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/
Received on Sat Mar 05 2011 - 00:02:46 CET