Skip to content

kgbplus/SiteXML-Python

Repository files navigation

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.

About

Server-side site engine based on SiteXML specifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published