Update of "features"
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | 621e44073cc110efde3c678ce436bbe4411aa283 |
|---|---|
| Page Name: | features |
| Date: | 2015-02-09 21:12:16 |
| Original User: | mario |
| Mimetype: | text/x-markdown |
| Parent: | 2f09b1163401f9932286aa14c49373e3c76a0d00 (diff) |
| Next | 441e05174cd953d1944036b706891d7b483368ce |
Content
Feature collections
This folder contains a few *.th1 scripts, formerly combined into th1x:
- basic.th1 implements some control structures,
foreach,switchandwhile, or aliases++,eq,issetand?: - github.th1 is used by the github template. It's too large to be crammed into the header.
- hooks.th1 provides a few TH1-Hooks like
/changelog,/catand/uri-list - sql.th1 a few convenience functions for checking file/dir or wiki page existence.
- str.th1 adds some string functions.
You can rejoin and directly insert them into a fossil setup using fossil setting th1-setup "$(cat *.th1)"
External tools:
- fossil-stats-table.php creates a
fx_statsin *.fossil repositories for later display.
Further Howtos/Attachments across the Wiki:
Code highlighting shows how to apply Google-code-prettify (also used by Stackoverflow)
PrefixFree describes how to get rid of
repo.cgipath parts for common multi-fossil cgi setups.