On Thu, Feb 3, 2011 at 8:53 PM, Richard Hipp <[email protected]> wrote: > Suppose we did this: > > (1) Add a small assortment of VIEWs and/or VIRTUAL TABLEs to Fossil that > allow things like timelines and branch lists to be queried as if they were > plain old tables.
This would make report queries easier to write. > (2) Add an HTSQL-like interface to Fossil that returns results in either > HTML, XML, or JSON. Never heard of HTSQL before now, but making it easier to get alternative formats for results should be useful. > (3) Add a single command that lets you easily submit any URL request from > the command-line. (The "http" command is close to this already, but it > would be better if you could put the URL as an argument on the command-line > rather than having to pipe it into standard input.) Always good for scripting actions. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

