From 2a1b9f262a88e1bd2f534bf20cd8a45dfbfed045 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Mar 2008 09:57:29 -0400 Subject: web commit by XTaran: New hnb plugin --- doc/plugins/contrib/hnb.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/plugins/contrib/hnb.mdwn (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/hnb.mdwn b/doc/plugins/contrib/hnb.mdwn new file mode 100644 index 000000000..96c10a1f4 --- /dev/null +++ b/doc/plugins/contrib/hnb.mdwn @@ -0,0 +1,8 @@ +[[template id=plugin name=hnb author="[[XTaran]]"]] +[[tag type/format]] + +This plugin allows ikiwiki to process `.hnb` XML files, as created by +the Hierachical Notebook [hnb](http://hnb.sourceforge.net/). To use it, you need to have +hnb installed, since it uses the commandline interface of `hnb` program. + +It is roughly based on the `otl` plugin but uses `mktemp` to create temporary files since `hnb` has no "quiet" switch and otherwise the hnb version number and other as well as the output file name always would be in the output itself. -- cgit v1.2.3 From cb0e593cfd76f5e52a9d0741f17a4789bf43b690 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Mar 2008 11:12:51 -0400 Subject: web commit by XTaran: Download link --- doc/plugins/contrib/hnb.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/hnb.mdwn b/doc/plugins/contrib/hnb.mdwn index 96c10a1f4..e5abe6ebc 100644 --- a/doc/plugins/contrib/hnb.mdwn +++ b/doc/plugins/contrib/hnb.mdwn @@ -6,3 +6,5 @@ the Hierachical Notebook [hnb](http://hnb.sourceforge.net/). To use it, you need hnb installed, since it uses the commandline interface of `hnb` program. It is roughly based on the `otl` plugin but uses `mktemp` to create temporary files since `hnb` has no "quiet" switch and otherwise the hnb version number and other as well as the output file name always would be in the output itself. + +For now it's available for download at [http://noone.org/hnb/hnb.pm](http://noone.org/hnb/hnb.pm) -- cgit v1.2.3 From 7d595594c66afed85035850a7353ddb45adecbd5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Mar 2008 20:14:00 -0400 Subject: web commit by XTaran: Idea for improvement --- doc/plugins/contrib/hnb.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/hnb.mdwn b/doc/plugins/contrib/hnb.mdwn index e5abe6ebc..59af76316 100644 --- a/doc/plugins/contrib/hnb.mdwn +++ b/doc/plugins/contrib/hnb.mdwn @@ -8,3 +8,5 @@ hnb installed, since it uses the commandline interface of `hnb` program. It is roughly based on the `otl` plugin but uses `mktemp` to create temporary files since `hnb` has no "quiet" switch and otherwise the hnb version number and other as well as the output file name always would be in the output itself. For now it's available for download at [http://noone.org/hnb/hnb.pm](http://noone.org/hnb/hnb.pm) + +TODO: Make a switch to allow both HTML export routines of hnb (`export_html` and `export_htmlcss`) to be used. -- cgit v1.2.3 From fd4e6dfa873bbcc2fa64f054c1867adcd3254f6a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Mar 2008 08:32:12 -0400 Subject: web commit by http://bremner.myopenid.com/ --- doc/plugins/contrib/tex4ht.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/plugins/contrib/tex4ht.mdwn (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn new file mode 100644 index 000000000..7de45fa62 --- /dev/null +++ b/doc/plugins/contrib/tex4ht.mdwn @@ -0,0 +1,9 @@ +[[!template id=plugin name=tex4ht core=0 author="[[DavidBremner]]"]] + +I have written a simple wrapper around tex4ht to convert tex files to html. This is slow, and currently noisy. I do not recommend it for running from cgi. But for interactive conversion of +my old tex4ht based home page, it seems to work OK. + +The current version is available from +[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD) + +[[!tag slow]] -- cgit v1.2.3 From 830aab057f9973d013e1e724c540b3e68e6f30db Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Mar 2008 08:56:35 -0400 Subject: web commit by http://bremner.myopenid.com/ --- doc/plugins/contrib/tex4ht.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/tex4ht.mdwn b/doc/plugins/contrib/tex4ht.mdwn index 7de45fa62..5ea13ac60 100644 --- a/doc/plugins/contrib/tex4ht.mdwn +++ b/doc/plugins/contrib/tex4ht.mdwn @@ -6,4 +6,4 @@ my old tex4ht based home page, it seems to work OK. The current version is available from [git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/tex4ht.pm;hb=HEAD) -[[!tag slow]] +[[!tag type/slow]] -- cgit v1.2.3