A lot of projects ported from the old metanohi site.

This commit is contained in:
Niels Serup
2011-08-02 23:08:13 +02:00
parent d1b8234f78
commit a63b3ad10d
261 changed files with 12435 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -0,0 +1,37 @@
#+title: Simplechat
#&summary
A very simple TCP chat program
#&
#+license: bysa, page
#+license: gpl 3+, client program
#+license: agpl 3+, server program
* simplechat
#&img;url=art/simplechat-logo-small.png, alt='simplechat logo',\
#&width=500, height=234, center, medlink=art/simplechat-logo.svg
#&+center
[[simplechat-0.93.tar.gz][DOWNLOAD!&huge]]
#&
IRC is great for some people. They can chat with each other, plan events,
etc. But.. Who /really/ needs that? Isn't simply speaking with an unknown
number of people with no names better? At least that's what simplechat
allows. It doesn't allow any codes, and there's no nick support.
: It's just pure chat.
Another simplechat *feature* is that it doesn't tell anyone about the number of
users on a server. When someone joins or leaves, no one is notified. As the
curses frontend included with simplechat allows one to easily reuse previous
messages simply by using the up and down arrows, confusion is bound to
happen. One might even forget one's own words.
simplechatclient is released under the
[[http://www.gnu.org/licenses/gpl.html][GNU General Public License]], version 3 or any later version.
simplechatserver is released under the [[http://www.gnu.org/licenses/agpl.html][GNU General Affero Public License]],
version 3 or any later version.
This program has only been tested on GNU/Linux. It'll probably also work on
Mæc (but not Whinedoze, since there's a curses interface involved).

Binary file not shown.