From b823fdef9bf9e9dbef8389b4ab5bc50e1d0149e6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Mar 2008 16:50:30 -0500 Subject: web commit by bremner: deleted (my) redundant TODO item --- doc/todo/plugin.mdwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 901e8e55e..03fc096e5 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -53,8 +53,3 @@ 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. --- [[DavidBremner]] -- cgit v1.2.3 From aebc0a13d37902941d5c36405cf696ae474fe291 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Mar 2008 16:54:23 -0500 Subject: web commit by bremner --- doc/todo/plugin.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 03fc096e5..3a1d401ea 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -53,3 +53,6 @@ There is work in progress at [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]] -- [[DavidBremner]] +* 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]] -- cgit v1.2.3 From 478c93d63619a153d7ec21025451665a89bfa8fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2008 02:12:24 -0500 Subject: web commit by bremner --- doc/plugins/contrib/sourcehighlight.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index b48fd1a16..fdd23bf06 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -2,7 +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) + +[my wiki](http://www.cs.unb.ca/~bremner/wiki/software/ikiwiki/sourcehighlight.pm) you must specify a highlight_lang=>"foo,bar" in your setup file. where foo and bar are the (source-supported) languages you want to -- cgit v1.2.3 From 034b9143e6abad2c4895e78f359fb2cf1ef45ac9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2008 02:15:13 -0500 Subject: web commit by bremner: update link to my site --- doc/plugins/contrib/sourcehighlight.mdwn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index fdd23bf06..2cf0ca563 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -2,10 +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/ikiwiki/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 -- cgit v1.2.3 From f6c71fa95bb8e2105b894a9040f8ce917bad0564 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2008 02:22:11 -0500 Subject: web commit by bremner: offer up my hacked together tex plugin --- doc/todo/plugin.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 3a1d401ea..c09050f6c 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -46,7 +46,7 @@ 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 -- cgit v1.2.3 From 821d9ca1109feef363894daa41388cf94622c754 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Mar 2008 02:23:16 -0500 Subject: web commit by bremner: fix wikilink with spaces (again?) --- doc/todo/plugin.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index c09050f6c..8bfd6a654 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -54,5 +54,5 @@ There is work in progress at -- [[DavidBremner]] * 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]] +[[source_code_highlighting|plugins/contrib/sourcehighlight]] -- [[DavidBremner]] -- cgit v1.2.3