From fcaceec9e3ab35fcc4a20936cd295a4069709260 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 3 Jan 2009 15:32:31 -0800 Subject: [PATCH] Move IkiWiki plugin to contrib/ikiwiki. --- {examples => contrib}/ikiwiki/IkiWiki/Plugin/muse.pm | 0 texi/muse.texi | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename {examples => contrib}/ikiwiki/IkiWiki/Plugin/muse.pm (100%) diff --git a/examples/ikiwiki/IkiWiki/Plugin/muse.pm b/contrib/ikiwiki/IkiWiki/Plugin/muse.pm similarity index 100% rename from examples/ikiwiki/IkiWiki/Plugin/muse.pm rename to contrib/ikiwiki/IkiWiki/Plugin/muse.pm diff --git a/texi/muse.texi b/texi/muse.texi index 6fd8737..8ecfa31 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -2544,15 +2544,15 @@ be used as a source format for Ikiwiki pages with the plugin The @file{lisp/muse-ikiwiki.el} file provides publishing functions and styles for Ikiwiki. The plugin for Ikiwiki to recognize Muse files is -provided by the @file{examples/ikiwiki/muse} file. Two sample init -files are available in the @file{examples/ikiwiki} directory. Configure -your @file{ikiwiki.setup} file so that the @code{muse_init} variable -has the location of your Muse init file. +provided by the @file{contrib/ikiwiki/IkiWiki/Plugin/muse.pm} file. Two +sample init files are available in the @file{examples/ikiwiki} +directory. Configure your @file{ikiwiki.setup} file so that the +@code{muse_init} variable has the location of your Muse init file. -If you are using CGI, The directory @file{examples/ikiwiki/IkiWiki} must +If you are using CGI, The directory @file{contrib/ikiwiki/IkiWiki} must be copied to the same directory as the CGI script that Ikiwiki generates. When publishing your wiki, the @var{PERL5LIB} environment -variable must contain the path to the @file{examples/ikiwiki/IkiWiki} +variable must contain the path to the @file{contrib/ikiwiki/IkiWiki} directory. @subheading Styles provided -- 2.11.4.GIT