]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/contrib/bibtex2html.mdwn
compile could have done this as well
[git.ikiwiki.info.git] / doc / plugins / contrib / bibtex2html.mdwn
index eff016d7e31eafbecf7a2bdd9c38a9f2f4a7ac25..5432ea3cc79b85b04d5ac52e4920bb72d15c8ceb 100644 (file)
@@ -4,7 +4,7 @@ Trivial plugin to implement [[todo/BibTeX]] support simply using [bibtex2html](h
 
 It is hopefully secure enough, but I have still marked it as unsafe because I am worried about parameter expansion in bibtex calls from bibtex2html that wouldn't escape those characters properly. The pipeline is called safely, but certain `-flags` could be maliciously added to the filenames somehow.
 
-The plugin is generic enough that I wonder if there's a level of abstraction that exists here that I have missed. If not it would be interesting to add.
+The plugin is generic enough that I wonder if there's a level of abstraction that exists here that I have missed. If not it would be interesting to add. Update: that tool is the [[compile]] plugin, darn it. I guess the next step here is to review that plugin and figure out how to do exactly this with just the `compile` configuration. Yet this works for me now so I'm unlikely to do that in the short term.
 
 [[!format perl """
 #!/usr/bin/perl