diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 19:56:19 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 19:56:19 -0500 |
commit | e050f35261fe453b70294b58bc6c87bfe57cf231 (patch) | |
tree | 86017806a4899670ed9b07869abcecde94eec201 /doc/rcs/bzr.mdwn | |
parent | 4284719464cf2ed24546e87e8b4dfb4f36d8be4c (diff) | |
download | ikiwiki-e050f35261fe453b70294b58bc6c87bfe57cf231.tar ikiwiki-e050f35261fe453b70294b58bc6c87bfe57cf231.tar.gz |
doc updates for bzr
Diffstat (limited to 'doc/rcs/bzr.mdwn')
-rw-r--r-- | doc/rcs/bzr.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rcs/bzr.mdwn b/doc/rcs/bzr.mdwn new file mode 100644 index 000000000..19a7ae395 --- /dev/null +++ b/doc/rcs/bzr.mdwn @@ -0,0 +1,8 @@ +[Bazaar](http://bazaar-vcs.org/) is a distributed revison control +system developed by Canonical Ltd. Ikiwiki supports storing a wiki in a +bzr repository. + +Ikiwiki can run as a post-update hook to update a wiki whenever commits +come in. When running as a [[cgi]] with bzr, ikiwiki automatically +commits edited pages, and uses the bzr history to generate the +[[RecentChanges]] page. |