Mercurial > eldonilo > avatar
view README @ 8:e0cd5ede76af
Better documentation.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 19 May 2011 20:52:34 +0200 |
parents | d5cfe54f11aa |
children | a637cde69f71 |
line wrap: on
line source
======================================== JavaScript XMPP Avatar Retriever ======================================== ======================= Install ======================= The source code is available here: http://linkmauve.fr/avatar/source/code You can try it by appending a JID after <http://linkmauve.fr/avatar/>, like: http://linkmauve.fr/avatar/linkmauve@linkmauve.fr This program requiers the node.js framework, and either the xmpp.js library or node-xmpp. You can find these software here: http://nodejs.org/ http://xmppjs.prosody.im/ https://github.com/astro/node-xmpp Or if your distribution has these packaged (as in ArchLinux), simply install the packaged version. The config file is configuration.js, in the source directory. All options should be enough documented; if not, contact me. When you have the dependances installed, you can simply run: % ./avatar.js to launch the component. There is no install procedure for now. Please DO report any bug you encounter and ask for any feature you want. ======================= Authors ======================= Emmanuel Gil Peyrot (Link Mauve) <linkmauve@linkmauve.fr> ======================= Contact/support ======================= XMPP or SMTP: linkmauve@linkmauve.fr ======================= License ======================= This is Free Software. (learn more: http://www.gnu.org/philosophy/free-sw.html) This is released under the Gnu AGPLv3 license Please read the COPYING file for details