X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/c82ae883c8c1a236e80013c734fb56725b3c535c..7f0a1cae2ca8d429f2f4ddf9b27ba9002b84665a:/README diff --git a/README b/README index af64581..d0c20aa 100644 --- a/README +++ b/README @@ -1,11 +1,16 @@ For the install guide check out the setup guide on http://msn-transport.jabberstudio.org -For quickstart, copy config-example.xml to config.xml, change the settings there, and run ./PyMSNt +For quickstart, copy config-example.xml to config.xml, change the settings +there, and run: +# ./PyMSNt.py & -For translations have a look at lang.py. If you need any help starting a translation feel free to ask. + +For translations have a look at lang.py. If you need any help starting +a translation feel free to ask. Coding: -* To implement a new protocol look in the baseproto directory for what functions must be reimplemented. +* To implement a new protocol look in the baseproto directory for what + functions must be reimplemented. * Look at the MSN files for examples