Hiho,

My last mail seems to have been half-swallowed by gmail, which folded the
forwarded response by default and may very well have seemed to be empty to
you other gmail users, so...

New feature: the TH1 "hasfeature" function can be used to determine if SSL,
TCL, and/or JSON are enabled for the current repository:

http://www.fossil-scm.org/index.html/info/2be3a876fd

Example usage:

<th1>
if {[hasfeature json]} {
  html "json"
}
if {[hasfeature tcl]} {
  html "tcl"
}
if {[hasfeature ssl]} {
  html "ssl"
}
</th1>



-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to