diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-06 16:39:50 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-06 16:39:50 -0500 |
commit | cdb9af4cad34ee1291bec23442b4c40b39f25304 (patch) | |
tree | 6fad9e8b6dd763f0bfc6d82d35b2d572f5105859 /doc | |
parent | 958ec58c1cfe7bfab199439253be707aa173d40b (diff) | |
download | ikiwiki-cdb9af4cad34ee1291bec23442b4c40b39f25304.tar ikiwiki-cdb9af4cad34ee1291bec23442b4c40b39f25304.tar.gz |
web commit by tschwinge: Copyright and Licensing Snippets.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/texinfo.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins/contrib/texinfo.mdwn b/doc/plugins/contrib/texinfo.mdwn index 6ed05b206..23bbe6d61 100644 --- a/doc/plugins/contrib/texinfo.mdwn +++ b/doc/plugins/contrib/texinfo.mdwn @@ -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,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. |