|
|||||||
1. Introduction
2. Installing Karrigell 3. The Web server 4. Working with Apache or Xitami 5. Programming 6. Debugging 7. Python scripts 8. Karrigell Services 9. Python Inside HTML 10. HTML Inside Python 11. HTMLTags - generate HTML in Python 12. Including documents 13. Sessions 14. Authentication 15. Internationalization |
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 |