diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:25:03 +0000 |
commit | 74baaeba00c90cd7a027e40e2f6d65695341a0e1 (patch) | |
tree | 6439c954ca575ce40bb965745d4cb67bec8f329e /doc/rcs/tla.mdwn | |
parent | 764d91b6befacfca98676519b90a0c257d17f177 (diff) | |
download | ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar ikiwiki-74baaeba00c90cd7a027e40e2f6d65695341a0e1.tar.gz |
reorg all the pages about rcs backends. Fix all links
Diffstat (limited to 'doc/rcs/tla.mdwn')
-rw-r--r-- | doc/rcs/tla.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/rcs/tla.mdwn b/doc/rcs/tla.mdwn new file mode 100644 index 000000000..cafd9b49b --- /dev/null +++ b/doc/rcs/tla.mdwn @@ -0,0 +1,10 @@ +[tla](http://wiki.gnuarch.org/) is an implementation of the +[GNU](http://www.gnu.org/) [Arch](http://www.gnuarch.org/) revision control +system. Ikiwiki supports storing a wiki in tla. + +Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits +come in. When running as a [[cgi]] with tla, ikiwiki automatically +commits edited pages to the Arch repostory, and uses the Arch +log to generate the [[RecentChanges]] page. + +Note that the tla support needs the [[cpan MailTools]] perl module. |