]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by bremner: added pointer to relevant discussion
authorJoey Hess <joey@kitenet.net>
Thu, 6 Mar 2008 13:14:44 +0000 (08:14 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 6 Mar 2008 13:14:44 +0000 (08:14 -0500)
doc/plugins/contrib/sourcehighlight.mdwn

index f5628052d85e05fe351c95d5e8b3a28afc7f97ca..b48fd1a162bbd4ce7302f381907463f7205ff740 100644 (file)
@@ -9,8 +9,13 @@ where foo and bar are the (source-supported) languages you want to
 highlight
 # Issues
 
 highlight
 # Issues
 
-- I would like to have a link to the raw source; I'm not quite sure how to manage this at them moment.  
+- I would like to have a link to the raw source; using will_render() and then copying the file 
+may work. 
+The discussion in [[plugins/contrib/texinfo]] seems relevant.
 
 - the common case of foo.c and foo.h breaks
 because they both generate page working/dir/foo. 
 It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm).
 
 - the common case of foo.c and foo.h breaks
 because they both generate page working/dir/foo. 
 It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm).
+This problem with sourcehighlight needs to be fixed before it is very useful.
+
+[[DavidBremner]]