Skip to content

Commit

Permalink
fixing up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
etopian committed Mar 26, 2012
1 parent a09e8dd commit ec0cb27
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 45 deletions.
2 changes: 1 addition & 1 deletion LICENSE_COMMERCIAL
@@ -1 +1 @@
A commercial license is available for $10.00. Mail sami.khan@etopian.com for more information.
A commercial license is available. Mail sales@etopian.com for more information.
46 changes: 23 additions & 23 deletions README
@@ -1,28 +1,12 @@
Modular, SSL, XMLRPC Server with Authentication for Python using Twistd
Sami Khan
Written by Sami Khan
Documentation help by Lionel Young
Etopian Inc. (http://www.etopian.com)
version .1

In order to run: twistd -y xmlrpc_app.py

You may need to edit xmlrpc_app.py in order to point it to the directory in which
the server files reside.

See protocol.py for an example of how to write your own class to extend the server.

See xmlrpc.conf for configuring the server with our own class, port, etc.

See httpspass.conf to define the username password of your server. The password is a hash.

Also you should generate your own certificates andd not use mine, they are for testing only.

If you need any development done, be sure to hire me (http://www.etopian.com/quote)!

Cheers,
Sami Khan

==========================================================================
What I needed to do to get this to work:

How to use:
=================================
* Install Twisted
* Install Zope Interfaces
* Install pyOpenSSL
Expand Down Expand Up @@ -53,6 +37,22 @@ What I needed to do to get this to work:
twistd -y xmlrpc_app.py
* Test the client:
python client.py


Some additional notes:
=================================
You may need to edit xmlrpc_app.py in order to point it to the directory in which
the server files reside.

See protocol.py for an example of how to write your own class to extend the server.

See xmlrpc.conf for configuring the server with our own class, port, etc.

See httpspass.conf to define the username password of your server. The password is a hash.

Generate your own certificates, don't use mine, they are for testing only.

If you need any development done, be sure to hire me (http://www.etopian.com/)!



Best wishes,
Lionel Young
21 changes: 0 additions & 21 deletions README_SAMI
@@ -1,21 +0,0 @@
Modular, SSL, XMLRPC Server with Authentication for Python using Twistd
Sami Khan
Etopian Inc. (http://www.etopian.com)

In order to run: twistd -y xmlrpc_app.py

You may need to edit xmlrpc_app.py in order to point it to the directory in which
the server files reside.

See protocol.py for an example of how to write your own class to extend the server.

See xmlrpc.conf for configuring the server with our own class, port, etc.

See httpspass.conf to define the username password of your server. The password is a hash.

Also you should generate your own certificates andd not use mine, they are for testing only.

If you need any development done, be sure to hire me (http://www.etopian.com/quote)!

Cheers,
Sami Khan

0 comments on commit ec0cb27

Please sign in to comment.