On 12/10/16, Will Parsons <[email protected]> wrote: > In one of my projects using Fossil, I wish to provide the software both as a > zip file and a compressed tarball. In fact, I thought I'd already done this > and it was working by providing the following links: > > <a href="zip/projname.zip?uuid=trunk">Current trunk (zip file)</a> > > <a href="tar/projname.tar.gz?uuid=trunk">Current trunk (compressed tar > file)</a>
The name of the page is /tarball not /tar See https://www.fossil-scm.org/fossil/help for a complete list of supported web pages and see https://www.fossil-scm.org/fossil/help?cmd=/tarball for the sketchy documentation on the /tarball page. (If you want to contribute, a good starting point might be to update some of the documentation for the various webpages that Fossil generates. :-)) -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

