WSGI application SiteXML engine. Read more about SiteXMLhttp://sitexml.info/
Choose one of the following:
- Start
sitexml.py
by itself (install requirements first) - Use
gunicorn
webserver:gunicorn --workers=2 --bind=0.0.0.0 sitexml:wsgi_app
- Apache webserver with wsgi_mod. Read configuration guide here
- Example of configuration. Correct pathes and include this file into your apache2.conf (or httpd.conf depending of Apache preferencies). Unfortunately, You have to make aliases for all static files and directories.
- The minimum requirement is the presence of
.site.xml
file in the site root. - About PEP8 coding convention violation (camelCase method's names): this violation was left consciously to make comparison with
SiteXML:PHP
easy.