# HG changeset patch # User Paul Boddie # Date 1562019868 -7200 # Node ID 359826990d920541556829aeb8a8dc2e3f535193 # Parent a0c28d5cff8fc2ac7f83772359596bb86f7bd673 Added an index_name entry in the metadata catalogue. Fixed various links. diff -r a0c28d5cff8f -r 359826990d92 docs/wiki/Metadata --- a/docs/wiki/Metadata Mon Jul 01 22:30:20 2019 +0200 +++ b/docs/wiki/Metadata Tue Jul 02 00:24:28 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 a0c28d5cff8f -r 359826990d92 docs/wiki/Output --- a/docs/wiki/Output Mon Jul 01 22:30:20 2019 +0200 +++ b/docs/wiki/Output Tue Jul 02 00:24:28 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 ==