On 9/19/2017 5:57 PM, Richard Hipp wrote: > If having a default ex= value really is needed, perhaps it could be > provided using alternative URLs - perhaps /abridgedtarball and > /abridgedzip instead of /tarball and /zip. Or maybe some other prefix > that is more succinct than "abridged". Maybe /exporttarball and > /exportzip?
Maybe instead consider URL rewriting so the administrator defines custom pages (URIs) which are handled by redirecting to the standard pages. This general facility might be more useful than adding special cases to zip/tar.gz generation. Apache already provides this feature, so if Fossil is the CGI backend for part of your Apache site, then you have everything you need. -- Andy Goth | <andrew.m.goth/at/gmail/dot/com>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

