aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-11 22:17:00 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-11 22:17:00 -0700
commit873a21170e1749366f0f6844c884ccf3a40e2c92 (patch)
tree73b1ef3e6995c89333881c0e65fe560fc182d7da /README
parent6a5d7cfcbee3c57a27a8d3ec1d53438d2914090a (diff)
downloadpandoc-873a21170e1749366f0f6844c884ccf3a40e2c92.tar.gz
Updated README on pandocfilters python module.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 0a9d8593f..95dd4797b 100644
--- a/README
+++ b/README
@@ -278,11 +278,12 @@ Reader options
Filters may be written in any language. `Text.Pandoc.JSON`
exports `toJSONFilter` to facilitate writing filters in Haskell.
Those who would prefer to write filters in python can use the
- module `pandoc.py`: see <http://github.com/jgm/pandocfilters>
- for the module and several examples. Note that the *EXECUTABLE*
- will be sought in the user's `PATH`, and not in the working directory,
- if no directory is provided. If you want to run a script in the
- working directory, preface the filename with `./`.
+ module `pandocfilters`, installable from PyPI. See
+ <http://github.com/jgm/pandocfilters> for the module and several
+ examples. Note that the *EXECUTABLE* will be sought in the user's
+ `PATH`, and not in the working directory, if no directory is
+ provided. If you want to run a script in the working directory,
+ preface the filename with `./`.
`-M` *KEY[=VAL]*, `--metadata=`*KEY[:VAL]*
: Set the metadata field *KEY* to the value *VAL* after