Collection of themes/skins for the Fossil SCM

โŒˆโŒ‹ โŽ‡ branch:  Fossil Skins Extra

exempt .not(".line-numbers pre") from syntax highlighting
mario authored 528 days ago last checkin 55998a2e1
๐Ÿ“„ basic.th1 Split up th1x into individual sections (basic control structures, strโ€นโ€บ 3335 days ago
๐Ÿ“„ file_link.th1 Support for real doc/trunk/file.txt browsingโ€นโ€บ 890 days ago
๐Ÿ“„ fossil-stats-table.php Changed *.py colorโ€นโ€บ 1231 days ago
๐Ÿ“„ github.th1 Enable upvar 1 for fx_stats queryโ€นโ€บ 1088 days ago
๐Ÿ“„ hooks.th1 Apply $baseurl to projectname title linkโ€นโ€บ 1231 days ago
๐Ÿ“„ pluginconf-repo.php Generates a "common-repo.json" list from specified files in a fossil โ€นโ€บ 2741 days ago
๐Ÿ“„ sql.th1 Split up th1x into individual sections (basic control structures, strโ€นโ€บ 3335 days ago
๐Ÿ“„ str.th1 Split up th1x into individual sections (basic control structures, strโ€นโ€บ 3335 days ago

features

Feature collections

This folder contains a few *.th1 scripts, formerly combined into th1x:

  • basic.th1 implements some control structures, foreach, switch and while, or aliases ++, eq, isset and ?:
  • 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, /cat and /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:

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.cgi path parts for common multi-fossil cgi setups.