Add new preprocessor directive syntax¸ using a '!' prefix.
authorJosh Triplett <josh@freedesktop.org>
Mon, 28 Jan 2008 00:13:54 +0000 (16:13 -0800)
committerJosh Triplett <josh@freedesktop.org>
Mon, 28 Jan 2008 00:14:38 +0000 (16:14 -0800)
commit1b03a06c8c0dbf59469ff30d09a0c9c3051e0b00
tree06f20b766475a98f7881aa962f0c8a494c87908b
parentfafb2edaa7aeb1293e716fa96f087cb713f4a70a
Add new preprocessor directive syntax¸ using a '!' prefix.

Add a prefix_directives option to the setup file to turn this syntax
on; currently defaults to false, for backward compatibility.  Support
optional '!' prefix even with prefix_directives off, and use that in
the underlay to support either setting of prefix_directives.  Add NEWS
entry with migration information.
25 files changed:
IkiWiki.pm
Makefile.PL
debian/NEWS
debian/changelog
doc/ikiwiki-prefix-directives.mdwn [new file with mode: 0644]
doc/ikiwiki.mdwn
doc/ikiwiki/blog.mdwn
doc/ikiwiki/formatting.mdwn
doc/ikiwiki/openid.mdwn
doc/ikiwiki/preprocessordirective.mdwn
doc/ikiwiki/wikilink.mdwn
doc/shortcuts.mdwn
doc/templates.mdwn
doc/todo/New_preprocessor_directive_syntax.mdwn
ikiwiki-prefix-directives [new file with mode: 0755]
t/linkify.t
t/preprocess.t
underlays/basewiki/blog.mdwn
underlays/basewiki/helponformatting.mdwn
underlays/basewiki/markdown.mdwn
underlays/basewiki/openid.mdwn
underlays/basewiki/pagespec.mdwn
underlays/basewiki/preprocessordirective.mdwn
underlays/basewiki/subpage.mdwn
underlays/basewiki/wikilink.mdwn