|
|||||||
1. Introduction
2. Installing Karrigell 3. The Web server 4. Configuration options 5. Working with Apache, LightTPD or Xitami 6. Programming 7. Debugging 8. Python scripts 9. Karrigell Services 10. Python Inside HTML 11. HTML Inside Python 12. HTMLTags - generate HTML in Python 13. Including documents 14. Sessions 15. Authentication 16. Translation and Unicode |
Karrigell is a simple web programming solution, written in Python. It has
been designed to be really simple to use :
integrated web server and data base (
KirbyBase), easy access to environement data and form fields, yet
full-featured and powerful : Python script execution in the same process as
the server (no CGI), server pages including html and Python code (similar to
PHP, JSP, ASP), easy handling of authentication, session management,
localization features, etc
Karrigell can also work with external web servers : Apache and Xitami are currently supported. All current databases (sqlite, MySql, PostGresQL, etc) can be used with the corresponding Python API's A set of demo files is provided, including a Wiki server and a portal with news publishing and personalization |