Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Bill Burdick
Yes, markdown (and the JavaScript "pagedown" implementation I use) allows you to include HTML directly. Bill On Sun, Feb 12, 2012 at 7:31 PM, Leo Razoumov wrote: > On Sun, Feb 12, 2012 at 19:15, Bill Burdick > wrote: > > May I recommend my markdown plugin? It's > > here: http://chiselapp.co

Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Leo Razoumov
On Sun, Feb 12, 2012 at 19:15, Bill Burdick wrote: > May I recommend my markdown plugin?  It's > here: http://chiselapp.com/user/zot/repository/fossil-pagedown  It will let > you use markdown as your wiki language and it also supports XML comments. Bill, I cloned the pagedown repo and started web

[fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Matt Welland
I think it may be very useful if it was possible to call tcl scripts stored in the repo db (revision controlled files or wiki pages?) at pre/post commit and other interesting times. I know hooks were previously not accepted since making things consistent between Windows and Linux was difficult. Bu

Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-13 Thread Bill Burdick
I haven't checked into performance, yet, so I'm not sure where, exactly, the slowdown is. I'm sure it can be made a lot faster. This page uses @pagedown, btw: https://chiselapp.com/user/zot/repository/fossil-pagedown/doc/pagedown/README.wikiand it load pretty quickly for me. Bill On Mon, Feb

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Steve Bennett
On 14/02/2012, at 4:22 AM, Matt Welland wrote: > I think it may be very useful if it was possible to call tcl scripts stored > in the repo db (revision controlled files or wiki pages?) at pre/post commit > and other interesting times. I know hooks were previously not accepted since > making th

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Matt Welland
On Mon, Feb 13, 2012 at 1:43 PM, Steve Bennett wrote: > > On 14/02/2012, at 4:22 AM, Matt Welland wrote: > > I think it may be very useful if it was possible to call tcl scripts > stored in the repo db (revision controlled files or wiki pages?) at > pre/post commit and other interesting times. I k

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Steve Bennett
On 14/02/2012, at 7:38 AM, Matt Welland wrote: > > > On Mon, Feb 13, 2012 at 1:43 PM, Steve Bennett wrote: > > On 14/02/2012, at 4:22 AM, Matt Welland wrote: > >> I think it may be very useful if it was possible to call tcl scripts stored >> in the repo db (revision controlled files or wiki

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Joe Mistachkin
The current Fossil trunk is capable of using TH1 and Tcl in tandem. First, during configure, enable Tcl support using: ./configure --with-tcl=/path/to/tcl Then, make sure the "tcl" setting is enabled for the repository (or globally). fossil settings tcl 1 Finally, in the TH1 s

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Gé Weijers
On Mon, Feb 13, 2012 at 1:49 PM, Steve Bennett wrote: > Joe Mistachkin has recently added support for calling TH1 scripts on > certain actions. > See http://www.fossil-scm.org/index.html/info/0b61e3c019 > > In the jimtcl branch, TH1 is replaced with Jim Tcl, so any of these > scripts has the full

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Steve Bennett
On 14/02/2012, at 9:30 AM, Gé Weijers wrote: > > > On Mon, Feb 13, 2012 at 1:49 PM, Steve Bennett wrote: > Joe Mistachkin has recently added support for calling TH1 scripts on certain > actions. > See http://www.fossil-scm.org/index.html/info/0b61e3c019 > > In the jimtcl branch, TH1 is replac

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Nolan Darilek
Maybe make them a config area that must be explicitly pushed, pulled or synced along with skins, users, etc.? (Assuming that isn't how they're already implemented.) On 02/13/2012 05:37 PM, Steve Bennett wrote: On 14/02/2012, at 9:30 AM, Gé Weijers wrote: On Mon, Feb 13, 2012 at 1:49 PM, S

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Leo Razoumov
On Mon, Feb 13, 2012 at 18:30, Gé Weijers wrote: > On Mon, Feb 13, 2012 at 1:49 PM, Steve Bennett > wrote: >> >> Joe Mistachkin has recently added support for calling TH1 scripts on >> certain actions. >> See http://www.fossil-scm.org/index.html/info/0b61e3c019 >> >> In the jimtcl branch, TH1 is

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Matt Welland
On Mon, Feb 13, 2012 at 7:26 PM, Leo Razoumov wrote: > On Mon, Feb 13, 2012 at 18:30, Gé Weijers wrote: > > On Mon, Feb 13, 2012 at 1:49 PM, Steve Bennett > > wrote: > >> > >> Joe Mistachkin has recently added support for calling TH1 scripts on > >> certain actions. > >> See http://www.fossil-s