Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

File metadata and controls

20 lines (14 loc) · 1.05 KB

SiteXML logo

SiteXML:Python

WSGI application SiteXML engine. Read more about SiteXMLhttp://sitexml.info/

USAGE:

Choose one of the following:

  1. Start sitexml.py by itself (install requirements first)
  2. Use gunicorn webserver: gunicorn --workers=2 --bind=0.0.0.0 sitexml:wsgi_app
  3. 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.

NOTES:

  • 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.