summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:05:36 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:05:36 -0500
commit0e7896690b8dbeb7c74fc0ce1f954159861fc8b3 (patch)
tree415a5b207c250d4c7905f538bd9982f1bf34fd18 /doc/todo
parent4401e5b9edcc99766ec0b0bdfd3125b3ddc94e6a (diff)
parent91ea6629433fb4e21db4b64ef47a8990e80a2533 (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn2
-rw-r--r--doc/todo/plugin.mdwn5
2 files changed, 6 insertions, 1 deletions
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]]
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]]