From: Joey Hess <joey@gnu.kitenet.net>
Date: Sat, 8 Aug 2009 16:32:39 +0000 (-0400)
Subject: finish merging getsource
X-Git-Tag: 3.15~15
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c0c1e05daba09ce9c73c6c2f1ceca02b488613ba?ds=inline;hp=-c

finish merging getsource
---

c0c1e05daba09ce9c73c6c2f1ceca02b488613ba
diff --git a/debian/copyright b/debian/copyright
index 762f9f445..b06d27f19 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -136,7 +136,7 @@ Files: 404.pm
 Copyright: © 2009 Simon McVittie <http://smcv.pseudorandom.co.uk/>
 License: GPL-2+
 
-Files: wmd.pm
+Files: wmd.pm, getsource.pm
 Copyright: © 2009 William Uther
 License: GPL-2+
 
diff --git a/doc/plugins/getsource.mdwn b/doc/plugins/getsource.mdwn
index 4fbf4be98..20040ccee 100644
--- a/doc/plugins/getsource.mdwn
+++ b/doc/plugins/getsource.mdwn
@@ -1,7 +1,7 @@
 [[!template id=plugin name=getsource author="[[Will_Uther|Will]]"]]
 
-This plugin adds a `getsource` action to the IkiWiki CGI, and a "Source" link
-that uses it to display pages' source.
+This plugin adds a "Source" link to the top of each page that uses
+the CGI to display the page's source.
 
 Configuration for this plugin in the setup file:
 
diff --git a/doc/todo/source_link.mdwn b/doc/todo/source_link.mdwn
index 0c639a314..dfc2766cc 100644
--- a/doc/todo/source_link.mdwn
+++ b/doc/todo/source_link.mdwn
@@ -13,6 +13,7 @@ All of this code is licensed under the GPLv2+. -- [[Will]]
 
 [[!template id=gitbranch branch=smcv/ready/getsource
   author="[[Will]]/[[smcv]]"]]
+[[done]]
 
 >> I've applied the patch below in a git branch, fixed my earlier criticism,
 >> and also fixed a couple of other issues I noticed: