From 1612dce6bbb050eacf6843b972ffaf9816d724be Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 25 Jul 2007 01:16:53 +0000 Subject: * Add a htmlext config option, this can be used to make ikiwiki generate html files with a different extension. --- doc/ikiwiki.setup | 2 ++ doc/usage.mdwn | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 12df4507f..a772ca60b 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -86,6 +86,8 @@ use IkiWiki::Setup::Standard { # To exclude files matching a regexp from processing. This adds to # the default exclude list. #exclude => qr/*\.wav/, + # To change the extension used for generated html files. + #htmlext => '.htm', # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 0107b36ce..57cdba167 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -245,6 +245,10 @@ configuration options of their own. subdirectory of the wiki. The default is to link to pages in the toplevel directory of the wiki. +* --htmlext html + + Configures the extension used for generated html files. Default is "html". + * --timeformat format Specify how to display the time or date. The format string is passed to the -- cgit v1.2.3