On Tue, 8 Jan 2013 15:40:25 +0100, Stephan Beal <[email protected]> wrote: >The wiki in the main repo is not really maintained any longer - the project >generally prefers the "embedded docs" approach because those docs partake >in the whole versioning/branching mechanism whereas wiki pages are >versioned but there is no UI for going to a specific version of a wiki >page, and they don't participate in branching, > >For the time being, feel free to post patches against the files www/*.wiki >here and one of the commiters can get them piped it. The easiest way to >test local changes to those files is... > >edit the file you wish and then visit it by starting "fossil server" or >"fossil ui" and use this URL: http://localhost:8080/doc/ckout/www/index.wiki > >note the path part "ckout" - that tells fossil to serve the local copy of >that file from your hard drive. As you edit the file, just keep tapping F5 >to reload the changes.
Thanks. I guess that means I must create a new empty repository for the Fossil source code, synchronizing to fill it with the Fossil files, add a file in www, commit, and push the changes back to the official Fossil repository? _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

