phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/doc README,1.1.2.1,1.1.2.1.2.1


From: Jonathon Sim <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/doc README,1.1.2.1,1.1.2.1.2.1
Date: Sun, 29 Jun 2003 20:11:23 -0400

Update of /cvsroot/phpgroupware/filemanager/doc
In directory subversions:/tmp/cvs-serv13548/doc

Modified Files:
      Tag: Version-0_9_16-branch
        README 
Log Message:
Modify the README to include more up-to-date info for the 0.9.16 release

Index: README
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/doc/README,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -C2 -r1.1.2.1 -r1.1.2.1.2.1
*** README      25 Feb 2002 05:44:46 -0000      1.1.2.1
--- README      30 Jun 2003 00:11:20 -0000      1.1.2.1.2.1
***************
*** 1,20 ****
! Module: phpwebhosting
! Author: Jason Wies <address@hidden>
! Comments to: address@hidden, address@hidden
! Description: The file manager for phpGroupWare.  Abilities include all common 
file actions (upload, mkdir, rename, delete, copy, move), creating and editing 
text files, and syncing with the file system.  Per file/directory comments are 
stored, and version history is tracked.  Group sharing and ACL are fully 
supported.
  
! NOTES
! -----
! phpwebhosting replaces filemanger.  phpwebhosting should be used instead of 
filemanager in all new installs.
  
- phpwebhosting will be renamed after 0.9.14, at least in time for 0.9.16, but 
perhaps much sooner.  Most likely it will be renamed to 'filemanager', and the 
current 'filemanager' removed completely.
- 
- phpwebhosting started as an independent (non-phpGroupWare) project, and there 
continues to be a separate stand-alone distribution available at 
http://phpwebhosting.sourceforge.net.  This is also the origin of the name, as 
the code was originally (and still can be) used for public webhosting.
- 
- For installation help, see the INSTALL file in this directory.
  
  DEV NOTES
  ---------
! index.php is depreciated by the inc/class.xxphpwebhosting.inc.php files.  
index.php is still used in the 0.9.14 release, but all future changes should be 
made to the inc/class.xxphpwebhosting.inc.php files (3-tiered).  This includes 
using templates.
  
! See the docs in phpgwapi/doc/vfs for more information on interacting with the 
VFS (Virtual File System).
--- 1,22 ----
! Module: filemanager
! Authors: Jason Wies <address@hidden>, Jonathon Sim <address@hidden> and the 
team at Zeald
  
! Description: The file manager for phpGroupWare.  Abilities include all common
! file actions (upload, mkdir, rename, delete, copy, move), creating and editing
! text files, and syncing with the file system.  Per file/directory comments are
! stored, and version history is tracked.  Group sharing and ACL are fully
! supported.  Files can be stored either as files on the web server, or on a 
remote WebDAV
! repository.  For installation notes see the file INSTALL in this directory - 
at minimum
! you will probably need to set some file permissions.
  
  
  DEV NOTES
  ---------
! index.php is depreciated by the inc/class.xxphpwebhosting.inc.php files.
! index.php is still used in the 0.9.16 release, but all future changes should 
be
! made to the inc/class.xxphpwebhosting.inc.php files in CVS (3-tiered).  This 
includes
! using templates. See the docs in phpgwapi/doc/vfs for more information on
! interacting with the VFS (Virtual File System).
  
! There are some simple unit tests in the tests directory : they mainly test the
! functionality of the VFS classes.
\ No newline at end of file





reply via email to

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