The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Daizu class::default"

Daizu::Gen - default generator class River stage zero No dependents

This class, and subclasses of it, are responsible for deciding which URLs should be created (generated) from each file or directory in a working copy, and generating the output which will be served for those URLs. This class itself is used by default...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu - class for accessing Daizu CMS from Perl River stage zero No dependents

Most access to Daizu functionality requires a Daizu object. It provides a database handle for access to the 'live' content data, and a SVN::Ra object for access to the Subversion repository. Some other classes are documented as requiring a $cms value...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Feed - class for creating Atom and RSS feeds River stage zero No dependents

A class for creating feeds in Atom and RSS formats. Currently it is only possible to use this for feeds where the entries are Daizu articles. To use this, first create an object, indicating what kind of feed you want, and then call the add_entry() me...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::File - class representing files in working copies River stage zero No dependents

Each object of this class represents a particular file in a Daizu CMS working copy (a record in the "wc_file" table)....

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Wc - access to database working copies River stage zero No dependents

Objects of this class provide methods for accessing the data in Daizu CMS database working copies....

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Util - various utility functions River stage zero No dependents

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::HTML - functions for handling HTML and XHTML content River stage zero No dependents

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Publish - functions for publishing output River stage zero No dependents

This module contains various functions used for publishing content. A lot of the code in here is for implementing the "daizu publish" command, which means working out what changes have been made to content since the last time it was run....

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Gen::Blog - generator for publishing a blog River stage zero No dependents

To publish a blog using Daizu CMS, create a top-level directory for it and set that directory's generator class to this one. This class is a subclass of Daizu::Gen. The ways in which it differs are described below. Article URLs Article URLs are parti...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Plugin::XHTMLArticle - plugin for loading articles written in XHTML River stage zero No dependents

This article loader plugin allows you to write Daizu articles in XHTML format. The content of the files it is used for must be well-formed XML, except that there is no need to have a single root element. The content is wrapped in a "body" element bef...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Plugin::DisplayPicture - display scaled-down versions of images in articles River stage zero No dependents

TODO - refactor this to share code with PictureArticle. This plugin filters articles looking for the special element "daizu:display-picture" and replacing it with suitable markup to render the image nicely in the middle of the page. If the image file...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Plugin::PictureArticle - publish image files as articles River stage zero No dependents

This plugin allows you to mark an image file as being an article (by setting its "daizu:type" property to "article" as normal). When it is published a normal article HTML page will be generated with the title, description, and so on from the image fi...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Daizu::Plugin::SyntaxHighlight - a plugin for syntax-highlighting code samples in HTML pages River stage zero No dependents

This plugin filters XHTML content expanding any "daizu::syntax-highlight" elements by passing their contents through the Text::VimColor module, which is required for it to work. The source of your articles can contain markup like this: <daizu:syntax-...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC
13 results (0.063 seconds)