Thanx! This worked perfectly and, of course, the information was ‘hiding’ in plain sight!
:: paul > On Dec 9, 2015, at 19:36 , Andy Bradford > <[email protected]> wrote: > > Thus said Paul Higham on Wed, 09 Dec 2015 16:32:53 -0800: > >> have the home page of the repository be rendered from a file such as >> homePage.md where this file is itself under source control in the same >> repository (this way I could edit the home page in my favourite text >> editor) from a wiki page written using markdown, create a link to >> another wiki page also written using markdown > > This is precisely how Fossil does it using the ``Embedded > Documentation'' feature if you look at www.fossil-scm.org you'll see > that the default Home Page is not a wiki at all, but an embedded > document that is revision controlled: > > http://www.fossil-scm.org/index.html/artifact/89c650d5efb9273a > > Login to your Fossil repository and navigate to Admin->Configuration > (/setup_config page), then change the Index Page setting from /home to > /doc/tip/www/homePage.md (or whatever the path is in your repository to > homePage.md). > > If you want this page to be publicly visible without logging in you'll > also need to visit Admin->Access (/setup_access page) and include > /doc/tip/www/* in your Public Pages setting. > > Andy > -- > TAI64 timestamp: 400000005668f364 > > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

