# HG changeset patch # User Paul Boddie # Date 1562535981 -7200 # Node ID 22bc7d3d51bb611f0ffe8e9bd33de931974b4e6b # Parent c06fecd921b80610f6d49b0f0e9b43b273b9e797# Parent 359826990d920541556829aeb8a8dc2e3f535193 Merged changes made in parallel. diff -r c06fecd921b8 -r 22bc7d3d51bb docs/wiki/Metadata --- a/docs/wiki/Metadata Sun Jul 07 23:43:46 2019 +0200 +++ b/docs/wiki/Metadata Sun Jul 07 23:46:21 2019 +0200 @@ -23,6 +23,14 @@ particular file instead of the page directory containing the file. This is useful when generating HTML content to be browsed as local files. +== index_name == + + Default:: `index.html` + +The filename to be used for HTML documents providing page content in a +directory [[#output_context|output context]]. This will inherit any specified +setting for the [[#document_index|document index]]. + == input_context == Default:: `standalone` @@ -56,7 +64,7 @@ == link_format == - Default:: (depends on the [[#output_format| output format]]) + Default:: (depends on the [[#output_format|output format]]) The format of encoded links in converted documents. Typically, this will conform to the general output format of the documents. diff -r c06fecd921b8 -r 22bc7d3d51bb docs/wiki/Output --- a/docs/wiki/Output Sun Jul 07 23:43:46 2019 +0200 +++ b/docs/wiki/Output Sun Jul 07 23:46:21 2019 +0200 @@ -19,9 +19,9 @@ Page content is stored in index files within each page directory, typically `index.html` (defined by the [[Metadata#index_name| -index_name]] metadata property), with the designated [[Metadata#root|root]] -page content appearing in the index file directly inside the top-level output -directory. +index_name]] metadata property), with the designated [[Metadata#root_pagename| +root page]] content appearing in the index file directly inside the top-level +output directory. == Standalone ==