phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: chora/doc README.CVSLib,NONE,1.1 README.config,N


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/doc README.CVSLib,NONE,1.1 README.config,NONE,1.1
Date: Wed, 12 Jun 2002 06:14:17 -0400

Update of /cvsroot/phpgroupware/chora/doc
In directory subversions:/tmp/cvs-serv17256/chora/doc

Added Files:
        README.CVSLib README.config 
Log Message:


- Moved documentation files to module/doc directory.
- Renamed phpgroupware/doc/LICENSE in phpgroupware/doc/copyright.gpl


--- NEW FILE ---

This is the start of the CVS package for the CHORA module
of Horde.

CVSLib.php contains three classes at present:

CVSLib is the main one, that spawns all the other
classes.  It is a wrapper to any single CVS Repository, 
and provides interface functions to perform various operations
on it, such as checking out files, diffing revisions, and so
on.

CVSLib_Directory is spawned per directory, to encapsulate 
viewing files and getting information from within it.
It consists of a series of CVSLib_file objects, which can
perform various operations such as retrieving revision
information for that file and so on.

CVSLib_Checkout is returned when checking out a given revision
from the repository for display.  It encapsulates the full
pathname, revision number, MIME type and a filestream pointer
that can output the raw content of the file

CVSLib_Error is returned when the CVSRep has problems
performing an operation.  It exposes HTTP error codes
and more verbose messages.

Disclaimer:  The ideas in this document may not accurately
be reflected in the code :-)

--
Anil Madhavapeddy, <address@hidden>
$Horde: chora/lib/README.CVSLib,v 1.8 2001/01/26 20:37:43 chuck Exp $

--- NEW FILE ---
Note: these files will be going away for phpGroupWare.
Milosch 6-2001

chora/config directory holds all the configuration files for the
CVS module.  If a file ends with .dist, then that is the
file containing the default configuration; copy it to the
relevant file without the .dist extension, and edit that
to suit your site's needs.

config.php   : The main configuration file
mime.php     : The MIME-types configuration file
cvsroots.php : The repositories configuration file

$Horde: chora/config/README,v 1.3 2001/01/16 19:05:18 avsm Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]