aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2016-05-31 00:06:34 -0400
committeradmin <admin@branchable.com>2016-05-31 00:06:34 -0400
commite5cf21acc32dec4c99586d624cdf98a5242f8940 (patch)
tree26bc853a152d2fd68edf178bdcd23030e881b142 /doc/plugins
parent346bac30f090a0d24c887ebc57dd4251b889dc27 (diff)
downloadikiwiki-e5cf21acc32dec4c99586d624cdf98a5242f8940.tar
ikiwiki-e5cf21acc32dec4c99586d624cdf98a5242f8940.tar.gz
compile could have done this as well
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/bibtex2html.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/bibtex2html.mdwn b/doc/plugins/contrib/bibtex2html.mdwn
index eff016d7e..5432ea3cc 100644
--- a/doc/plugins/contrib/bibtex2html.mdwn
+++ b/doc/plugins/contrib/bibtex2html.mdwn
@@ -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