diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:34:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:34:44 +0000 |
commit | 6a2abf8352a7a1516345f408b6356bd1ace68f19 (patch) | |
tree | 204fc60380425127f1f41366140a245e5cbeabaf /doc | |
parent | f7f3b0bb7d91c74f67023e970cee71ad2ea260da (diff) | |
download | ikiwiki-6a2abf8352a7a1516345f408b6356bd1ace68f19.tar ikiwiki-6a2abf8352a7a1516345f408b6356bd1ace68f19.tar.gz |
cleanup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tla.mdwn | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/tla.mdwn b/doc/tla.mdwn index 4c8f49f3b..31409ee67 100644 --- a/doc/tla.mdwn +++ b/doc/tla.mdwn @@ -1,9 +1,8 @@ -[tla](http://wiki.gnuarch.org/) is an implementation of the [GNU](http://www.gnu.org/) [Arch](http://www.gnuarch.org/) revision control system. While ikiwiki is relatively -independent of the underlying revision control system, and can easily be -used without one, using it with Subversion is recommended since it's how -the author uses it. ([[Git]] is another option.) +[tla](http://wiki.gnuarch.org/) is an implementation of the +[GNU](http://www.gnu.org/) [Arch](http://www.gnuarch.org/) revision control +system. kiwiki 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.
\ No newline at end of file +log to generate the [[RecentChanges]] page. |