Paste WebKit ============ :author: Ian Bicking :revision: $Rev$ :date: $LastChangedDate$ .. contents:: About WebKit ------------ This is a reimplementation of the `Webware `_ WebKit servlet API. This implementation uses `WSGI `_ internally very heavily, and builds upon the framework-neutral tools and services in Paste. It also changes the installation and configuration process considerably, making this a more traditional Python package. However, *applications* are meant to be portable to this system with very little effort. You may encounter a few ``NotImplementedExceptions`` for some methods that seemed obscure, but API compatibility *is* a goal, and any problems can be `submitted as a bug `_. Status ------ Paste WebKit reimplements a stable API. Paste WebKit itself is very stable. This is primarily a bridge project for bringing old Webware code into the WSGI environment. No non-bugfix development on Paste WebKit is planned. Community --------- For questions about Webware programming in general, the webware-discuss@lists.sf.net list remains the best resource. You can `read the archives online `__. For questions related to installation, running the appserver, etc., you can email paste-users@pythonpaste.org, and `read those archives `__. Feel free to email the Paste list if in doubt. Documentation ------------- * `Installation and Configuration `_ * `Automatically-generated module index `_