I spent an hour or so googling "how to use th1 in fossil". I got a ton
of links for the language spec but I could not find a single real, live
example of how to actually use it.
(This is win7 x64)
I downloaded fossil-w32-1.34.zip. I created a project w/ fossil init,
started the ui, set all three tcl options under "settings", and went to
create the "home" wiki page. I tried the following (with all three of
the markdown options on the edit page):
<th1>
puts "Hello, world!\n"
puts [TclExpr date]
</th1>
TH1: date
TH1: TclExpr date
TH1: [TclExpr date]
At this point I'm just trying random stuff.
I looked at http://localhost:8080/admin_th1
I tried "date" and it worked
I did a Ctrl-U to look at the source
It looks like the page just invokes itself but I don't see how the page
is generated to actually run the TH1 statements that I provided.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users