Revision 12 as of 2002-08-16 16:07:40

Clear message

Um... sorry to intrude at the top here, but I'm hoping someone can answer my question then delete the question itself from the page. There's something vital missing from this page: what on earth does it DO? I know that SkunkWeb has a GPL liscense, that it integrates with Apache, I understand that it's presentation oriented, supports persistence, and has spiffy documentation. But what's it for? Does it alphabetize your recipe collection? Auto-generate your website? Bake bread?

I'd propose a new section, probably right at the top, that says what SkunkWeb is before diving into the details. And the same principle probably applies to other pages following the same format. -- AnonymousCritic

It's a web application server (if you look at WebProgramming which links to this page). From the freshmeat.net page:

SkunkWeb is a scalable, extensible, and easy-to-use Web application server written in Python. It is designed for handling both high-traffic sites and smaller sites. Its features include a powerful component model and an elegant templating language that encourages component-based design, highly configurable caching (on disk and/or in memory) of compiled templates and component output, message catalog support for i18n, and remote component calls. It can be used with Apache via an Apache module, or it can serve HTTP requests directly.

Masthead

URL

http://skunkweb.sf.net

version

3.3 (Date(2002-08-16T00:00:00))

licence

[http://www.fsf.org/copyleft/gpl.html GPL] - SkunkWeb is open source (more specifically "free software").

platforms

SkunkWeb works on UNIX platforms, or on Windows with the Cygwin environment (the latter is not a supported platform, however).

Python versions
2.1.1 and later

Deployment Platforms

Suitability

The requirement for Web server adapter integration, or the running of a standalone server, rules SkunkWeb out for more limited hosting environments. However, where such deployment is possible, the performance should be satisfactory, given that this is clearly a priority of the developers.

Development Interfaces

Environment Access

Session, Identification and Authentication

Persistence Support

Presentation Support

Comments

The SkunkWeb archive package contains formatted documentation (HTML, PostScript, PDF and DVI); the latest version can always be downloaded, from http://skunkweb.sourceforge.net/. The installation process is somewhat more involved than with other packages, but should be straightforward enough to anyone used to installing GNU autoconf-based packages.

The SkunkWeb developers emphasise performance and give caching, process forking and template precompilation as features which differentiate SkunkWeb from other frameworks and application servers; internationalisation using message catalogues is another feature which other frameworks do not provide or emphasise highly. Unlike many Python-based frameworks, SkunkWeb is licensed under the GPL and this may influence community participation in the enhancement of the framework - it is not appropriate to judge the licence choice in this document, however. See http://skunkweb.sourceforge.net/FAQ.html#sec10 as to why this was done and how it affects you (in short, it probably doesn't).

Unable to edit the page? See the FrontPage for instructions.