changes from phpgw to egw dev group

This commit is contained in:
reinerj 2004-01-27 18:19:23 +00:00
parent b01bf986dc
commit 5dbe54beb0
12 changed files with 24 additions and 46 deletions

View File

@ -4,7 +4,7 @@ Command examples are suggestions only. Use your head.
COMMAND SUMMARY
---------------
cp -a /some/path/to/phpgroupware/files /path/to/files
cp -a /some/path/to/egroupware/files /path/to/files
cd /path/to/files
chown -R nobody .
-OR-
@ -15,7 +15,7 @@ http://yourhost.com/setup/ > Setup/Config > Edit Current Configuration
FULL EXPLANATION
----------------
[REQUIRED] Copy phpgroupware/files to where you want to store the files.
[REQUIRED] Copy egroupware/files to where you want to store the files.
THIS SHOULD BE SOMEWHERE NOT INSIDE THE WEBROOT AND NOT ACCESSIBLE TO THE WEB.
Having the files within the webroot is a huge security risk as well as a privacy concern.
The exception to this would be if you WANT the users' and groups' files to be accessible

View File

@ -4,7 +4,7 @@ Note: if you don't know what WebDAV is you probably don't need it. The default
vfs_sql is generally faster and easier to setup.
Filemanager's WebDAV support allows you to store your files online in
phpgroupware, in a way that cooperates well with other web applications (for
egroupware, in a way that cooperates well with other web applications (for
instance, in Windows you can then access your files as a "web folder", and
similarly KDE, Gnome, MacOSX, and amultitude of applications (eg MS Office and
OpenOffice.org) all include some way of browsing files on a WebDAV share)
@ -35,10 +35,10 @@ To install:
RemoveType application/x-httpd-php-source .phps
</Location>
<Files ~ "^\.ht">
#This ensures phpgroupware can modify .htaccess files
#This ensures egroupware can modify .htaccess files
order deny,allow
deny from all
#make sure your phpgroupware server is included here.
#make sure your egroupware server is included here.
allow from localhost .localdomain
</Files>
ServerName files.yourdomain.com
@ -46,7 +46,7 @@ To install:
CustomLog logs/dav_acc combined
</VirtualHost>
2/ On the setup page (phpgroupware/setup/config.php) specify
2/ On the setup page (egroupware/setup/config.php) specify
the WebDAV server URL (eg http://files.yourdomain.com ) in the: "Full path
for users and groups files" text area, and select DAV in the:
"Select where you want to store/retrieve filesystem information"
@ -61,7 +61,7 @@ To install:
/var/files/home/
4/ (OPTIONAL) Ideally you want some kind of authentication on the WebDAV
repository, so that users accessing it directly still need their phpgroupware
repository, so that users accessing it directly still need their egroupware
password.
To enable authentication you must use a third-party Apache authentication
module. Which you use depends on how you have setup authentication in

View File

@ -1,22 +0,0 @@
Module: filemanager
Authors: Jason Wies <zone@phpgroupware.org>, Jonathon Sim <sim@zeald.com> 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.

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* eGroupWare *
* http://www.egroupware.org *
* Written by Joseph Engo <jengo@phpgroupware.org> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Calendar's Sidebox-Menu for idots-template *
* http://www.phpgroupware.org *
* eGroupWare - Calendar's Sidebox-Menu for idots-template *
* http://www.egroupware.org *
* Written by Pim Snel <pim@lingewoud.nl> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - PHPWebHosting *
* http://www.phpgroupware.org *
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* eGroupWare - Setup *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,6 +1,6 @@
<?php
/**************************************************************************\
* eGroupWare - PHP Webhosting *
* eGroupWare - Filemanager *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* eGroupWare - Setup *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* eGroupWare - Setup *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - filemanager *
* http://www.phpgroupware.org *
* eGroupWare - filemanager *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *