]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/meta_rcsid.mdwn
fixup an implementation of the toggleable diff
[ikiwiki.git] / doc / todo / meta_rcsid.mdwn
index 81a2c1328d725a0bcdf04aef30c84db560493728..9e112317f01fe4f2466d9b9652d18f04133fedb3 100644 (file)
@@ -1,4 +1,4 @@
-The following patch adds an 'rcsid' parameter to the Meta plugin, to allow inclusion 
+The following patch adds an 'rcsid' parameter to the [[!taglink plugins/Meta]] plugin, to allow inclusion 
 of CVS/SVN-style keywords (like '$Id$', etc.) from the source file in the page template.
 
 > So the idea is you'd write something like:
@@ -26,7 +26,7 @@ of CVS/SVN-style keywords (like '$Id$', etc.) from the source file in the page t
      my %copyright;
     +my %rcsid;
  
-     sub import { #{{{
+     sub import {
         hook(type => "preprocess", id => "meta", call => \&preprocess, scan => 1);
     @@ -110,6 +111,9 @@
             $meta{$page}.="<link rel=\"copyright\" href=\"#page_copyright\" />\n";