From 1f2ec5e5a4757ff3975616cce7a86b2f70ed5887 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 9 Feb 2015 13:28:46 -0700 Subject: [PATCH] Move to github filenames --- INSTALL => INSTALL.md | 0 PROTOCOL => PROTOCOL.md | 0 README | 30 ------------------------------ README.md | 32 ++++++++++++++++++++++++++++++-- TODO => TODO.md | 0 5 files changed, 30 insertions(+), 32 deletions(-) rename INSTALL => INSTALL.md (100%) rename PROTOCOL => PROTOCOL.md (100%) delete mode 100644 README rename TODO => TODO.md (100%) diff --git a/INSTALL b/INSTALL.md similarity index 100% rename from INSTALL rename to INSTALL.md diff --git a/PROTOCOL b/PROTOCOL.md similarity index 100% rename from PROTOCOL rename to PROTOCOL.md diff --git a/README b/README deleted file mode 100644 index f7f9cca..0000000 --- a/README +++ /dev/null @@ -1,30 +0,0 @@ -Woozle IRC -========= - -This is a sort of bouncer for clients with transient network connections, -like cell phones and laptops. -It's a lot like [tapchat](https://github.com/tapchat/tapchat) but is a whole lot simpler -while being (at time of writing) much more feature-complete. - -It supports (currently) an JavaScript browser-based client, -and can also be worked from the command-line using Unix tools like "tail" and "echo". - -Ironically, it doesn't currently work with any existing IRC clients, -although we are kicking around ideas for such a thing. -Honestly, though, if you want a bouncer for a traditional IRC client, -you are better off using something like znc. - -We have an [architectural diagram](https://docs.google.com/drawings/d/1am_RTUh89kul-318GoYK73AbjOE_jMYi4vI4NyEgKrY/edit?usp=sharing) if you care about such things. - - -Features --------- - -* Gracefully handles clients with transient networking, such as cell phones and laptops. - - -Other Documentation -------------------- - -* [Installation Instructions](INSTALL) -* [Todo list](TODO) diff --git a/README.md b/README.md index 81d0f70..f7f9cca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ -spongy -====== +Woozle IRC +========= + +This is a sort of bouncer for clients with transient network connections, +like cell phones and laptops. +It's a lot like [tapchat](https://github.com/tapchat/tapchat) but is a whole lot simpler +while being (at time of writing) much more feature-complete. + +It supports (currently) an JavaScript browser-based client, +and can also be worked from the command-line using Unix tools like "tail" and "echo". + +Ironically, it doesn't currently work with any existing IRC clients, +although we are kicking around ideas for such a thing. +Honestly, though, if you want a bouncer for a traditional IRC client, +you are better off using something like znc. + +We have an [architectural diagram](https://docs.google.com/drawings/d/1am_RTUh89kul-318GoYK73AbjOE_jMYi4vI4NyEgKrY/edit?usp=sharing) if you care about such things. + + +Features +-------- + +* Gracefully handles clients with transient networking, such as cell phones and laptops. + + +Other Documentation +------------------- + +* [Installation Instructions](INSTALL) +* [Todo list](TODO) diff --git a/TODO b/TODO.md similarity index 100% rename from TODO rename to TODO.md