aboutsummaryrefslogtreecommitdiffstats
path: root/server/README
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-01-18 12:27:37 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-01-18 12:27:37 -0500
commitf70165ef6229a92bf8cfa6f16eff980a4a7491fe (patch)
treee2954759f71c0b4c482334ba9b278a4224e97197 /server/README
parent0ce9f4fb84693f34113630c59610b47a082ae71a (diff)
downloadalias-f70165ef6229a92bf8cfa6f16eff980a4a7491fe.tar.gz
Added setup.py and big reorg of the source tree
this should fix tickets #10 and #11
Diffstat (limited to 'server/README')
-rw-r--r--server/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/README b/server/README
deleted file mode 100644
index 81ee68b..0000000
--- a/server/README
+++ /dev/null
@@ -1,7 +0,0 @@
-This is Alias server written in python. It depends on SleekXMPP library :
-
- git clone git://github.com/fritzy/SleekXMPP.git
- cd SleekXMPP/
- sudo python setup.py install
-
-Make sure sleekxmpp is in your pythonpath before starting the server.