]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 7 Mar 2008 17:25:55 +0000 (12:25 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 7 Mar 2008 17:25:55 +0000 (12:25 -0500)
doc/plugins/contrib/sourcehighlight.mdwn
doc/todo/plugin.mdwn

index b48fd1a162bbd4ce7302f381907463f7205ff740..2cf0ca5638a75007279fb778af8cb511a5af910f 100644 (file)
@@ -2,9 +2,8 @@ I noticed several places in the wiki talking about similar ideas, so I decided t
 
 I have copied otl.pm and am wrapping source-highlight (why this instead of vim highlight, I dunno, I must be a real emacs guy).  You can find more or less the latest 
 version on 
-[my wiki](http://www.cs.unb.ca/~bremner/wiki/software/sourcehighlight.pm)
-
-you must specify a highlight_lang=>"foo,bar" in your setup file.
+[my wiki](http://www.cs.unb.ca/~bremner/wiki/software/ikiwiki/sourcehighlight.pm).
+You must specify `highlight_lang=>"foo,bar"` in your setup file.
 where foo and bar are the (source-supported) languages you want to
 highlight
 # Issues
index 901e8e55eb3dd0104759b1b7338eae826ec10153..8bfd6a6540df9b7d881eb01bb1961db47c41de86 100644 (file)
@@ -46,15 +46,13 @@ Suggestions of ideas for plugins:
 
   > Not sure what you mean, the [[plugins/contrib]] page lists contributed plugins, and each of their pages tells where to download the plugin from.. --[[Joey]]
 
-* I was thinking about a tex plugin, to handle tex4ht files. I have since discovered that pandoc on the output from tex4ht seems to be good enough. --[[DavidBremner]]
+* I wrote a very crude wrapper around tex4ht to render TeX files.  I hesitate to give it a contrib/plugins page in its current state, but if someone wants to play, [here](http://www.cs.unb.ca/~bremner/wiki/software/ikiwiki/tex4ht.pm) it is.--[[DavidBremner]]
 
 * Setting default values for the meta plugin in the setup file, particularly author, license, and copyright, would be useful 
 There is work in progress at 
 [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]]
 -- [[DavidBremner]]
 
-* What about a translator plugin using source-highlight or some alternative to view a collection of source code. I have a collection 
-of e.g. java for students to look at. I'd like to e.g. update the tags in the java file, then rebuild the wiki.     A first hack, can be found in 
-[my wiki](http://www.cs.unb.ca/~bremner/wiki/software/java.pm)
-Among many possible improvements would be generalizing to handle other languages. I have to play some more.
+* Would it make sense to have a hook to set the page name?  This would solve a problem I see with 
+[[source_code_highlighting|plugins/contrib/sourcehighlight]]
 -- [[DavidBremner]]