diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:43:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:43:24 +0000 |
commit | 3a31030550d302fdafa6407e9d24e300031d9787 (patch) | |
tree | aa34f9985a5f1690d2ea8ad85b8a0f3913c1c617 /doc/plugins | |
parent | f8cbf79735bc4588ba6fde12f3855a51efeb7ae8 (diff) |
add quick mode for speeding up generation of big archive pages
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/inline.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index 3c3d46d26..cfea8006e 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -29,6 +29,8 @@ directive: * `rootpage` - Enables a form to post new pages to a [[blog]]. * `archive` - If set to "yes", only list page titles and some metadata, not full controls. +* `quick` - Build archives in quick mode, without reading page contents for + metadata. By default, this also turns off generation of any feeds. * `raw` - Rather than the default behavior of creating a [[blog]], if raw is set to "yes", the page will be included raw, without additional markup around it, as if it were a literal part of the source of the |