diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-27 01:12:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-27 01:12:56 +0000 |
commit | f2b1a16f46845a29a69565772999e1f934840c37 (patch) | |
tree | 37d0ee45a75d1b753e79379931dab7b6956810b5 /net-www/horde-chora | |
parent | mmm metadata (diff) | |
download | gentoo-2-f2b1a16f46845a29a69565772999e1f934840c37.tar.gz gentoo-2-f2b1a16f46845a29a69565772999e1f934840c37.tar.bz2 gentoo-2-f2b1a16f46845a29a69565772999e1f934840c37.zip |
update metadata ... make em useful
Diffstat (limited to 'net-www/horde-chora')
-rw-r--r-- | net-www/horde-chora/metadata.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/net-www/horde-chora/metadata.xml b/net-www/horde-chora/metadata.xml index 68c78dd23817..2155b71b4600 100644 --- a/net-www/horde-chora/metadata.xml +++ b/net-www/horde-chora/metadata.xml @@ -3,6 +3,27 @@ <pkgmetadata> <herd>web-apps</herd> <maintainer> -<email>vapier@gentoo.org</email> + <email>vapier@gentoo.org</email> </maintainer> +<longdescription> +Chora is our tool for viewing code repositories that are managed using +the CVS source control system. It aims to provide a high degree of +integration with CVS and the other Horde web-based tools. + +Right now, Chora comes close to matching existing CVS-Web scripts +feature for feature, and provides a solid base for future development. +Some exciting new features include a visual branch viewing tool, which +intelligently displays the branch history of a given file. Branches have +traditionally been a source of confusion when using CVS, and this +feature aims to make it a bit clearer and easier to use. + +Chora is designed from the ground-up with customisability in mind, since +CVS is used in a variety of different ways. Because of this, all the CVS +manipulation logic is abstracted away in our CVSLib library module. The +main PHP scripts are simple HTML rendering scripts, while the complex +RCS logic is hidden away in the library. This library can be used for a +variety of other uses, such as searching for commits, graph generation, +change collation, etc (all features planned for eventual inclusion into +Chora). +</longdescription> </pkgmetadata> |