diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-15 16:27:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-15 16:27:08 -0400 |
commit | 8f8543389e1472292b55b7394835932d206ecddb (patch) | |
tree | 3014a5f71688e917e6f12573e68343ea0681e66f /doc/plugins/hnb.mdwn | |
parent | 78a7f6938f24e6ccf60b5a50400e728cb2b98ff9 (diff) | |
download | ikiwiki-8f8543389e1472292b55b7394835932d206ecddb.tar ikiwiki-8f8543389e1472292b55b7394835932d206ecddb.tar.gz |
finish including hnb plugin
Diffstat (limited to 'doc/plugins/hnb.mdwn')
-rw-r--r-- | doc/plugins/hnb.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/hnb.mdwn b/doc/plugins/hnb.mdwn new file mode 100644 index 000000000..9c2c9cfc1 --- /dev/null +++ b/doc/plugins/hnb.mdwn @@ -0,0 +1,14 @@ +[[template id=plugin name=hnb author="[[XTaran]]"]] +[[tag type/format type/slow]] + +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. + +For now [[XTaran]]'s currently used version is available for download at <http://noone.org/hnb/hnb.pm>. The Mercurial repository is at <http://noone.org/hg/ikiwiki/plugin>. + +The hnb plugin is available under the GPL. + +TODO: Make a switch to allow both HTML export routines of hnb (`export_html` and `export_htmlcss`) to be used. |