# HG changeset patch # User Paul Boddie # Date 1562536023 -7200 # Node ID 272e634cc6eeaec315ea7c2bdea0a98811e9d0c4 # Parent 26b69878653484a809ff62450eeca20c15c6eeb1# Parent 408b43cb3431473e70c891d9523b4bde35eae9b0 Merged changes made in parallel. diff -r 26b698786534 -r 272e634cc6ee docs/wiki/Metadata --- a/docs/wiki/Metadata Sun Jul 07 23:44:22 2019 +0200 +++ b/docs/wiki/Metadata Sun Jul 07 23:47:03 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 26b698786534 -r 272e634cc6ee docs/wiki/Output --- a/docs/wiki/Output Sun Jul 07 23:44:22 2019 +0200 +++ b/docs/wiki/Output Sun Jul 07 23:47:03 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 ==