This Wikka action provides a very simple web log, entries are made by creating a new page with name constructed from a specific prefix followed by date, for example if the prefix is "
WebLog", then the entry for April 16th, 2005 is the page called "
WebLog20050416". Primitive RSS support is also available.
Download
This action is currently only available in a
Darcs∞ repository. It is possible to
browse it∞ using a regular web browser though. To retrieve the code using Darcs, run the following command.
darcs get http://rycee.net/repos/rweblog/
Action Options
- entries - Number of entries to show. Mandatory.
- prefix - One or more page name prefixes for use as prefixes, separate with comma. Mandatory.
- datefmt - The format of the shown date. String as used in the date∞ function, default is "F j, Y".
- title - Title as used in the RSS feed.
- description - The description used in the RSS feed.
Example
{{RWebLog entries="10" prefix="WebLog, DevelopmentLog"
title="RSS feed title" description="RSS feed description"}}
CategoryComputing