NAME
App::Slackeria::Plugin::Ikiwiki - Check if project exists in ikiwiki file
SYNOPSIS
In slackeria/config
[Ikiwiki]
href = http://derf.homelinux.org/projects/%s/
source_file = /home/derf/web/org.homelinux.derf/in/projects/%s.mdwn
VERSION
version 0.12
DESCRIPTION
This plugin checks if a markdown file named after the project exists and if it has the right [[!meta title ]]
tag. It reports the version, if specified.
CONFIGURATION
- href
-
URL pointing to the rendered project page. Mandatory
- source_file
-
Markdown source file, %s is replaced with the project name. Mandatory
DEPENDENCIES
None.
BUGS AND LIMITATIONS
The title parser is not really universal. This plugin may be of little use to you.
SEE ALSO
slackeria(1)
AUTHOR
Copyright (C) 2011 by Daniel Friesel <derf@finalrewind.org>
LICENSE
0. You just DO WHAT THE FUCK YOU WANT TO.