]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/texinfo.mdwn
web commit by tschwinge: `makeinfo` Output.
[ikiwiki.git] / doc / plugins / contrib / texinfo.mdwn
index 6ed05b206e9d88d03cb0470973c0f15268195463..07e506948206c80aabe76cdb63e3925072343e13 100644 (file)
@@ -8,6 +8,8 @@ It's very basic at the moment, but will be improved over time.
 
 # Issues
 
+## N-to-M Mapping of Input and Output Files
+
 Conventional ikiwiki [[*htmlize*ing|plugins/write#index6h3]] plugins
 have a one-to-one mapping of input file and output file:
 `some/where/page.mdwn` is rendered to `some/where/page.html`.
@@ -26,3 +28,15 @@ is a N-to-M mapping:
   for an example.
 
 How to teach this to ikiwiki?
+
+
+## Copyright and Licensing Snippets
+
+ikiwiki (obviously) doesn't understand (parse) the copyright and licensing
+statements which are included in `.texi` files.
+
+
+## `makeinfo` Output
+
+`makeinfo --html` is being used for rendering.  It creates stand-alone
+HTML files, while ikiwiki only needs the files' `<body>`s.