The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.70

  • New elements allowed in page content: span, dl, dt, dd (fixes #303). Changed external link formatting; they're now given a class of "external" and the previous hardcoded square brackets are no more. This requires version 0.24 of Wiki::Toolkit::Formatter::UseMod. If you want the old behaviour back, put this in your CSS (with "black" replaced by whatever colour you have your body text in): a.external:before { content: "["; color: black; }
    • a.external:after { content: "]"; color: black; }
  • Updated to use version 0.4 of Leaflet (needed for plugins used on a couple of live guides). Added meta descriptions to headers of map and list index pages (fixes #301). Implemented new @INDEX_LIST_NO_PREFIX macro.

Modules

A complete web application for managing a collaboratively-written guide to a city or town.
An OpenGuides helper for CGI-related things.
Handle OpenGuides configuration variables.
generate data feeds for OpenGuides in various formats.
An OpenGuides plugin to output JSON.
An OpenGuides plugin to output RDF/XML.
Search form generation and processing for OpenGuides.
Do Template Toolkit related stuff for OpenGuides applications.
Methods to help test OpenGuides applications.
General utility methods for OpenGuides scripts.

Provides

in lib/OpenGuides/Build.pm