Changes for version 0.09 - 2004-10-15

  • Changed the DOCTYPE of HTML output. We should have valid HTML 4.01 Strict now.
  • maxlength and size attributes only show up if actually set.
  • Removed all fieldset elements. They require legends, and I weren't using them correctly anyway.
  • A few tiny clean-ups.

Changes for version 0.086_4 - 2004-10-15

  • The Apache->request didn't get posts, so the code has been re-written to use Apache::Request, somewhat ad-hoc.
  • Use chiefly post HTTP methods rather than get.
  • Decided to really go for HTML (not XHTML) output.
    • Expanded on the XSLT output accordingly.
    • Namespace attributes were passed on, included a lot of exclude-result-prefixes.
    • Removed the xhtml namespace.
  • Standardized on cat as prefix for category.
  • localhost as default mailhost.
  • Small simplification of Formatter parse code.

Changes for version 0.086_2 - 2004-10-13

  • Adding support for some HTML form formatting, size, maxlength, etc.
  • Added documentation for setting cookie expiry.
  • Login will first invalidate older sessions.
  • Were actually missing a bio field.
  • Some small corrections in the language strings.

Changes for version 0.086_1 - 2004-10-09

  • Some more code to allow easily setting the language for the interface.
    • This uses Apache::AxKit::Plugin::XSLTParam which is not yet released. Thus, this is development release.
    • A nb (Norwegian BokmÃ¥l) translation.
  • The login gives an error message if the user doesn't exist.
  • Adding some more div elements to ease CSS work.
  • Added a footer
    • with a Google search for the host.
  • Commented out the image stuff, it doesn't do anything yet.

Modules

Object Oriented Publishing Framework for AxKit
Base class of abstracted Data objects for TABOO
Category Data objects for TABOO
Comment Data object for TABOO
Base class to handle multiple Data objects in TABOO
Data objects to handle multiple Categories in TABOO
Data objects to handle multiple Stories in TABOO
Story Data object for TABOO
User Data objects for TABOO
Contributor Data objects for TABOO
News Provider for TABOO
Provider for listing news stories in TABOO
Category management tag library for TABOO
News story management tag library for TABOO
User information management and authorization tag library for TABOO

Provides

in lib/AxKit/App/TABOO/XSP/Category.pm
in lib/AxKit/App/TABOO/XSP/Story.pm
in lib/AxKit/App/TABOO/XSP/User.pm