diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:43:07 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:48:42 -0500 |
commit | 04f064e78aedecc234e08bd9b49ae3674cb8f7bd (patch) | |
tree | b092ef12861bb9362da1f01acf1b6e76f0a66281 /debian/NEWS | |
parent | c1fa208f25277132c736a8290aeb7f18d58207a0 (diff) | |
download | ikiwiki-04f064e78aedecc234e08bd9b49ae3674cb8f7bd.tar ikiwiki-04f064e78aedecc234e08bd9b49ae3674cb8f7bd.tar.gz |
make ikiwiki-transition prefix_directives take a setup file
This is easier to remeber, and less error-prone than passing it all the
pages in the wiki.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS index 1c9763d1a..f9dfc3770 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -110,10 +110,7 @@ ikiwiki (2.40) unstable; urgency=low in their setup files. To convert your wiki to the new syntax, ikiwiki provides a new script - ikiwiki-transition. It will convert preprocessor directives in - all files given on the command line. To convert an entire wiki: - - find wikidir/ -type f -name '*.mdwn' -print0 | xargs -0 ikiwiki-transition prefix_directives + ikiwiki-transition. Even with prefix_directives disabled, ikiwiki now allows an optional '!' prefix on preprocessor directives (but still requires a space). Thus, a |