Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 10:59 PM, David Given wrote: > This sounds very much as if what you're actually looking for is a web > servlet engine with libfossil bindings, rather than anything that's > actually specific to Fossil. > Almost, except that i have no grand delusions about it being used fo

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 11:10 PM, Stephan Beal wrote: > http://libfossil.local/th1ish.cgi/manifest?version=1 > That obviously should have been: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest?version=1 -- - stephan beal http://wanderinghorse.net/home/stephan/ ht

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-17 Thread Stephan Beal
On Sun, Feb 16, 2014 at 4:38 PM, Stephan Beal wrote: > Here's a more interesting example: > Even more so, a (very!) simple manifest browser: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest?version=trunk&baseline=1 http://libfossil.local/th1ish.cgi/manifest?version=1

Re: [fossil-users] libfossil update

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 8:48 PM, Baruch Burstein wrote: > On Fri, Feb 14, 2014 at 10:55 PM, Stephan Beal wrote: > >> That will be the basis of the up-coming checkout support, but solving >> checkouts at the library level first requires figuring out how to allow for >> user-level interaction ("over

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-17 Thread David Given
On 2/17/14, 5:33 PM, Stephan Beal wrote: [...] > - rather than think in terms of pages i'd like to think in terms of "apps" > or "applets." There's no reason that a "page" should not be able to turn > around and embed 4 other smaller "pagelets." There's also no reason those > pagelets can't load Ja

Re: [fossil-users] libfossil update

2014-02-17 Thread Baruch Burstein
On Fri, Feb 14, 2014 at 10:55 PM, Stephan Beal wrote: > That will be the basis of the up-coming checkout support, but solving > checkouts at the library level first requires figuring out how to allow for > user-level interaction ("overwrite file? Yes/All/No/Cancel?") for each file > (like fossil d

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-17 Thread Michai Ramakers
opinion polls are always fun, because everyone has one. On 17 February 2014 18:33, Stephan Beal wrote: > what are the top 5 (or so) pages you all use in the Fossil WWW UI (the > fossil 'ui' command, or the page shown by a fossil server/CGI)? in this order: - /timeline - /tree of trunk or partic

[fossil-users] libfossil www interface: looking for ideas

2014-02-17 Thread Stephan Beal
Hi, all, over the weekend i put together some proof-of-concept code demonstrating CGI pages created using libfossil, e.g.: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/timeline?showSrc=1&limit=5 This post is about gathering input for, say, the top 5 things a fossil WWW UI n

Re: [fossil-users] looking for interesting new fossil skins

2014-02-17 Thread Samuel Debionne
Here is an other short patch that enables the use of div elements in the wiki formatting rules. For instance the index.wiki beginning could be rewritten from Simple, high-reliability, distributed software configuration management to Simple, high-reliability, distributed software configurat

Re: [fossil-users] looking for interesting new fossil skins

2014-02-17 Thread Samuel Debionne
Hello Stephan, Here is a short patch that removes the use of the element which has never been part of the standard. I have found that it is used solely in stat.c to display the URL stats. The fix is to replace by and add span.nobr { white-space: nowrap; } to the default CSS in style.c. The diff