]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/contrib/texinfo.mdwn
web commit by tschwinge: Copyright and Licensing Snippets.
[git.ikiwiki.info.git] / doc / plugins / contrib / texinfo.mdwn
index d2d088a76a7e3033f560a5930badcbb1a6cdef69..23bbe6d6166a1d536e0141554326dd096c51aadf 100644 (file)
@@ -8,8 +8,11 @@ It's very basic at the moment, but will be improved over time.
 
 # Issues
 
-Conventional ikiwiki [[*htmlize*ing|plugins/write#index6h3]]
-have a one-to-one mapping of input file and output file.
+## 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`.
 This can also be achieved for Texinfo files, but is somewhat
 unusual there, when rendering them to HTML.  In general, there
 is a N-to-M mapping:
@@ -25,3 +28,9 @@ 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.