[fossil-users] Last changed date on wiki pages

2012-02-16 Thread Thomas Stover
Anyway to make a place on a wiki page say something like this was last updated on x/x/x? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Last changed date on wiki pages

2012-02-16 Thread Stephan Beal
Hi! The adventurous can get that via the json api: fossil json wiki get PageName Or: http://... /json/wiki/get/PageName Should do the trick. - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal On Feb 16, 2012 4:24 PM, Thomas Stover c...@thomasstover.com wrote:

Re: [fossil-users] Last changed date on wiki pages

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 9:33am, Stephan Beal sgb...@googlemail.com said: The adventurous can get that via the json api: fossil json wiki get PageName Or: http://... /json/wiki/get/PageName Should do the trick. Interesting. Once I figured out I needed to rebuild with

Re: [fossil-users] Last changed date on wiki pages

2012-02-16 Thread Stephan Beal
On Thu, Feb 16, 2012 at 6:39 PM, Thomas Stover c...@thomasstover.com wrote: Interesting. Once I figured out I needed to rebuild with --enable-json it worked. i would have mentioned that if i hadn't been typing on my phone at the time ;). I wonder if it could be crafted to just return the

Re: [fossil-users] Last changed date on wiki pages

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 12:13pm, Stephan Beal sgb...@googlemail.com said: Doh, i almost forgot a recently-added feature... try: http://.../json/wiki/get/PAGENAME?format=none Or: fossil wiki get PAGENAME -format none that will return a given page's metadata without its content:

Re: [fossil-users] Last changed date on wiki pages

2012-02-16 Thread Stephan Beal
On Thu, Feb 16, 2012 at 8:46 PM, Thomas Stover c...@thomasstover.com wrote: That would be great. For me it worked with the command line, but not through the browser. Works for me? http://fossil.wanderinghorse.net/repos/whio/index.cgi/json/wiki/get/whio_dev?format=none Or, alternately: