Contents
Forum Entries
This is continuation of the following General forum threads:
general/2007-January/028599 Web subject area in Wiki
general/2007-January/028611 Wiki structure
general/2007-January/028600 CGI framework
-- OlegKobchenko 2007-01-15 08:15:30
Web Modules
Some useful web module ideas from Apache packages.
libapache-asp-perl creates dynamic web applications with session management and embedded perl code
libapache-miniwiki-perl a simplistic Wiki for Apache.
- storage of Wiki pages in RCS
templates through HTML::Template
text to HTML conversion with HTML::FromText
- uploads
libapache-mod-layout allows you to create a single look and feel throughout a website without using server side includes to "automagically" wrap pages in standard headers and footers
libapache-mod-xslt uses the Xalan XSLT processing engine to create documents on the fly from XML files and XSLT style sheets. Also mod-xslt2 using Gnome
libapache-template-perl a simple interface to the Template Toolkit, a general purpose template language which allows you to clearly separate application logic, data and presentation elements. It boasts numerous features to facilitate in the generation of web content both online and offline in "batch mode"
-- OlegKobchenko 2007-02-19 10:53:03
