# HG changeset patch # User Paul Boddie # Date 1562019892 -7200 # Node ID 408b43cb3431473e70c891d9523b4bde35eae9b0 # Parent f2e0284e93d46a9afefb6eb453e5d5b33ee1fd48# Parent 359826990d920541556829aeb8a8dc2e3f535193 Merged changes from the default branch. diff -r f2e0284e93d4 -r 408b43cb3431 docs/wiki/Metadata --- a/docs/wiki/Metadata Mon Jul 01 22:30:28 2019 +0200 +++ b/docs/wiki/Metadata Tue Jul 02 00:24:52 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 f2e0284e93d4 -r 408b43cb3431 docs/wiki/Output --- a/docs/wiki/Output Mon Jul 01 22:30:28 2019 +0200 +++ b/docs/wiki/Output Tue Jul 02 00:24:52 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 ==