From 61205cd9952e3ad8be6aae6cc254440939b41448 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Mar 2008 02:23:05 -0500 Subject: web commit by bremner --- doc/todo/plugin.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/todo') diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index c502b08c9..901e8e55e 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -54,4 +54,7 @@ There is work in progress at -- [[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. +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. +-- [[DavidBremner]] -- cgit v1.2.3 From edadac1951a6732097075b95a65a85a779292aa9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Mar 2008 03:25:29 -0500 Subject: web commit by bremner: added link to sourcehighlight plugin --- doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn index c39261e82..00108918c 100644 --- a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn +++ b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn @@ -8,3 +8,5 @@ as the type argument. Together with the ability to have [[wiki-formatted_comments|wiki-formatted_comments_with_syntax_plugin]], this would allow the use of ikiwiki for [[wikipedia literate programming]]. + +* I have started something along these lines see [[plugins/contrib/sourcehighlight]]. For some reason I started with source-highlight [[DavidBremner]] -- cgit v1.2.3