Mercurial > psgxs
comparison README @ 0:9ee956af41e3
Initial commit
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 27 Jun 2010 22:05:12 +0200 |
parents | |
children | 023f767662d3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9ee956af41e3 |
---|---|
1 _ | |
2 _____ _____ _/_\_ _____ | |
3 | _ \ / ___/ / ___| / ___/ | |
4 | |_| | | |___ | | | |___ | |
5 | ___/ \___ \ | | _ \___ \ | |
6 | | ___| | | |_| | ___| | | |
7 |_| /_____/ \_____/ /_____/ | |
8 | |
9 Homepage: http://linkmauve.fr/dev/psgxs | |
10 Forge page: http://codingteam.net/project/psgxs | |
11 | |
12 PSĜS is PubSub server written in JavaScript. Its goal is to be a | |
13 full-featured server implementing the PubSub specification | |
14 (<http://xmpp.org/extensions/xep-0060.html>). | |
15 | |
16 ======================= | |
17 Install | |
18 ======================= | |
19 PSĜS use node.js, the xmpp.js library and its dependance, node-xml. You | |
20 can find these software here: | |
21 http://nodejs.org/ | |
22 http://github.com/robrighter/node-xml | |
23 http://xmppjs.prosody.im/ | |
24 | |
25 Or if your distribution has these packaged (as in ArchLinux), simply | |
26 install the packaged version. | |
27 | |
28 The config file is <configuration.js>, in the source directory, and the | |
29 file for the persistent storage of the tree is <save.json>. | |
30 | |
31 When you have the dependances installed, you can simply run: | |
32 % ./psgxs | |
33 to launch PSĜS. | |
34 | |
35 There is no install procedure for now. | |
36 | |
37 Please DO report any bug you encounter and ask for any | |
38 feature you want. | |
39 | |
40 ======================= | |
41 Authors | |
42 ======================= | |
43 Emmanuel Gil Peyrot (Link Mauve) <linkmauve@linkmauve.fr> | |
44 | |
45 ======================= | |
46 Contact/support | |
47 ======================= | |
48 XMPP ChatRoom: psgxs@conference.codingteam.net | |
49 Report a bug: http://codingteam.net/project/psgxs/bugs/add | |
50 | |
51 ======================= | |
52 License | |
53 ======================= | |
54 PSĜS is Free Software. | |
55 (learn more: http://www.gnu.org/philosophy/free-sw.html) | |
56 | |
57 PSĜS is released under the Gnu AGPLv3 license | |
58 Please read the COPYING file for details | |
59 | |
60 ======================= | |
61 Thanks | |
62 ======================= | |
63 = People = | |
64 Paul Sowden (<http://delete.me.uk/>) - ISO 8601 date functions | |
65 | |
66 ====================== | |
67 The code | |
68 ====================== | |
69 … is awful! :D |