diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-10 20:04:38 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-10 20:04:38 +0000 |
commit | 60af47f30c2224400f56f99615405be5cba4d031 (patch) | |
tree | 2f993e487ba38e13a8b076f68dd4652a521454f5 /doc | |
parent | 57780c37bda1af2baf10937ca1661691b2729478 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/meta_rcsid.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/todo/meta_rcsid.mdwn b/doc/todo/meta_rcsid.mdwn index 3e9035c81..fe6c84520 100644 --- a/doc/todo/meta_rcsid.mdwn +++ b/doc/todo/meta_rcsid.mdwn @@ -1,6 +1,20 @@ The following patch adds an 'rcsid' parameter to the 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: +> +> \[[meta rcsid="$Id$"]] +> +> And this would be put at the bottom of the page or somewhere like that by +> the template? +> +> I wonder if it wouldn't be just as clear to say: +> +> <span class="rcsid">$Id$</span> +> +> And then use a stylesheet to display it as desired. +> --[[Joey]] + --- meta.pm.orig 2007-10-10 19:57:04.000000000 +0100 +++ meta.pm 2007-10-10 20:07:37.000000000 +0100 @@ -13,6 +13,7 @@ @@ -31,4 +45,4 @@ of CVS/SVN-style keywords (like '$Id$', etc.) from the source file in the page t if ($page ne $destpage && ((exists $license{$page} && ! exists $license{$destpage}) || -[[patch]]
\ No newline at end of file +[[patch]] |