From 04528ba2596d084ff20cd57058b05d6dfad55ed9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 01:06:21 -0400 Subject: web commit by cjb: Fixed URL --- doc/plugins/contrib/sourcehighlight.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/plugins') diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index f89677d9e..0066c9b9f 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -4,7 +4,7 @@ I noticed several places in the wiki talking about similar ideas, so I decided t I have implemented a simple wrapper around [source-highlight](http://www.gnu.org/software/src-highlite/). You can find the latest version in -[git](http://http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). +[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). You must specify `highlight_lang=>"foo,bar"` in your setup file. where foo and bar are the (source-supported) languages you want to highlight -- cgit v1.2.3 From 7921d9456c3bb0941e0b2f4890e3537b0c8f4181 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 13:00:36 -0400 Subject: web commit by ScottSwalwell: Fixed this link. --- doc/plugins/edittemplate.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/plugins') diff --git a/doc/plugins/edittemplate.mdwn b/doc/plugins/edittemplate.mdwn index ac8e0a71f..798d1290c 100644 --- a/doc/plugins/edittemplate.mdwn +++ b/doc/plugins/edittemplate.mdwn @@ -3,7 +3,7 @@ This plugin allows registering template pages, that provide default content for new pages created using the web frontend. To register a -template, insert a [[PreprocessorDirective]] on some other page. +template, insert a [[Preprocessor Directive|/ikiwiki/preprocessordirective]] on some other page. \[[!edittemplate template="bugtemplate" match="bugs/*"]] -- cgit v1.2.3 From 56474485018122a6ee7cd2b9100f4c3b99e323f3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2008 13:01:27 -0400 Subject: web commit by ScottSwalwell: Fixed my fix. --- doc/plugins/edittemplate.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/plugins') diff --git a/doc/plugins/edittemplate.mdwn b/doc/plugins/edittemplate.mdwn index 798d1290c..8140b4f41 100644 --- a/doc/plugins/edittemplate.mdwn +++ b/doc/plugins/edittemplate.mdwn @@ -3,7 +3,7 @@ This plugin allows registering template pages, that provide default content for new pages created using the web frontend. To register a -template, insert a [[Preprocessor Directive|/ikiwiki/preprocessordirective]] on some other page. +template, insert a [[Preprocessor_Directive|/ikiwiki/preprocessordirective]] on some other page. \[[!edittemplate template="bugtemplate" match="bugs/*"]] -- cgit v1.2.3