]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 17:58:59 +0000 (12:58 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 17:58:59 +0000 (12:58 -0500)
doc/bugs/bestlink_returns_deleted_pages.mdwn
doc/plugins/contrib/pod.mdwn [new file with mode: 0644]
doc/plugins/contrib/xslt.mdwn
doc/users/KathrynAndersen.mdwn
doc/users/rubykat.mdwn [new file with mode: 0644]

index 035023c7d947db600909da6855bf7c3794ea501d..861663a563f7dc5f7bf6cff6ab42bcc965a0e833 100644 (file)
@@ -28,6 +28,10 @@ won't it make sense for bestlink() to check %pagesources first? --[[harishcm]]
 > maybe by keeping a copy of the old backlinks info, then that fix could be
 > applied here too. --[[Joey]]
 
+>> Cool that was fast! Well at least half the bug is solved :) For now I'll
+>> probably try using a workaround if using bestlink within the needsbuild
+>> or scan hooks. Maybe by testing if pagemtime equals zero. --[[harishcm]]
+
 ----
 
     #!/usr/bin/perl
diff --git a/doc/plugins/contrib/pod.mdwn b/doc/plugins/contrib/pod.mdwn
new file mode 100644 (file)
index 0000000..5ca1b33
--- /dev/null
@@ -0,0 +1,36 @@
+[[!template id=plugin name=pod author="[[rubykat]]"]]
+## NAME
+
+IkiWiki::Plugin::pod - process pages written in POD format.
+
+## SYNOPSIS
+
+In the ikiwiki setup file, enable this plugin by adding it to the
+list of active plugins.
+
+    add_plugins => [qw{goodstuff pod ....}],
+
+## DESCRIPTION
+
+IkiWiki::Plugin::pod is an IkiWiki plugin enabling ikiwiki to
+process pages written in POD (Plain Old Documentation) format.
+This will treat files with a `.pod` or `.pm` extension as files
+which contain POD markup.
+
+## OPTIONS
+
+The following options can be set in the ikiwiki setup file.
+
+* **pod_index:** If true, this will generate an index (table of contents) for the page.
+* **pod_toplink:** The label to be used for links back to the top of the page.  If this is empty, then no top-links will be generated.
+
+## PREREQUISITES
+
+    IkiWiki
+    Pod::Xhtml
+    IO::String
+
+## DOWNLOAD
+
+* browse at GitHub: <http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/pod.pm>
+* git repo at git://github.com/rubykat/ikiplugins.git
index f98f8378d011238df3d2f53c0dd9f7427411139f..c30e618ea63c560ceb20b564bb973d725fecb93a 100644 (file)
@@ -1,4 +1,4 @@
-[[!template id=plugin name=xslt author="rubykat"]]
+[[!template id=plugin name=xslt author="[[rubykat]]"]]
 ## NAME
 
 IkiWiki::Plugin::xslt - ikiwiki directive to process an XML file with XSLT
index c26a9122355ac2d9a53c7b8ff6b6fd8a02e731cc..2f28383674366f0e2c5c79aa11dae3fda79d95ba 100644 (file)
@@ -1,2 +1,4 @@
+* aka [[rubykat]]
 * Currently an active [PmWiki](http://www.pmwiki.org) user, but investigating changing over to ikiwiki (if I can write the plugins I need).
 * <http://kerravonsen.dreamwidth.org>
+* <http://github.com/rubykat>
diff --git a/doc/users/rubykat.mdwn b/doc/users/rubykat.mdwn
new file mode 100644 (file)
index 0000000..f37d133
--- /dev/null
@@ -0,0 +1 @@
+See [[KathrynAndersen]].