summaryrefslogtreecommitdiffstats
path: root/collab/chora/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/chora/DETAILS')
-rwxr-xr-xcollab/chora/DETAILS19
1 files changed, 16 insertions, 3 deletions
diff --git a/collab/chora/DETAILS b/collab/chora/DETAILS
index f1e134442d..6af5c4b8e0 100755
--- a/collab/chora/DETAILS
+++ b/collab/chora/DETAILS
@@ -26,9 +26,22 @@ fi
KEYWORDS="cvs horde collab web"
SHORT="Horde CVS source code web viewer"
cat << EOF
-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.
+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.
+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).
+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).
EOF