gunnar: server/kolab-webadmin/admin/docs AUTHORS, NONE, 1.1 ChangeLog, NONE, 1.1 INSTALL, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Aug 17 10:51:28 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/admin/docs
In directory doto:/tmp/cvs-serv14729/docs

Added Files:
	AUTHORS ChangeLog INSTALL 
Log Message:
The web admin will be restructured to get a better distinction between the library and the web application parts. This currently a draft but I wanted to add this early into CVS so that the following changes will be visible.

--- NEW FILE: AUTHORS ---
Originally written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>

  Copyright (c) 2004 - 2007  Steffen Hansen
  Copyright (c) 2004 - 2007  Klaraelvdalens Datakonsult AB

Portions based on work by the following people:

  (c) 2004         Stuart Bingë         <s.binge at codefusion.co.za>
  (c) 2005         Romain Pokrzywka     <romain at kdab.net>
  (c) 2005 - 2006  Marcus Hüwe          <suse-tux at gmx.de>
  (c) 2005 - 2007  Bernhard Reiter      <bernhard at intevation.de>
  (c) 2005 - 2007  Martin Konold        <martin.konold at erfrakon.de>
  (c) 2005 - 2007  Richard Bos          <richard at radoeka.nl>
  (c) 2006 - 2007  Sascha Wilde         <wilde at intevation.de>
  (c) 2006 - 2007  Gunnar Wrobel        <wrobel at pardus.de>
  (c) 2007         Thomas Arendsen Hein <thomas at intevation.de>


Portions based on work by the following companies:

  (c) 2004         Code Fusion cc
  (c) 2005 - 2007  Intevation GmbH
  (c) 2005 - 2007  erfrakon Partnerschaftsgesellschaft
  (c) 2006 - 2007  p at rdus


Contributions by the following people:

  Jean-Michel LACROIX
  


(Established based on the following guidlines:

 People with CVS access and more than two commits are being listed in
 the first list, their corresponding company in the second list. The
 order of appearences is sorted by date of last contribution, longest
 period of contributions and finally based on alphabetical order. The
 listed contributors comitted less than three patches or do not have
 CVS access.)
--- NEW FILE: ChangeLog ---
2007-08-07  Gunnar Wrobel  <p at rdus.de>

	* php/admin/templates/page.tpl.in: 

	fixed  kolab/issue1611 ([webadmin] page.tpl use no valid XHTML)
	https://intevation.de/roundup/kolab/issue1611

	* www/admin/domainmaintainer/domainmaintainer.php.in: 

	fixed  kolab/issue1246 (Permission handling in the webadmin frontend)
	https://intevation.de/roundup/kolab/issue1246

2007-07-13  Gunnar Wrobel  <p at rdus.de>

	* php/admin/include/ldap.class.php: 

	fixed possible PHP notices.

2007-07-12  Gunnar Wrobel  <p at rdus.de>

	* www/admin/domainmaintainer/domainmaintainer.php.in: 
	* www/admin/sharedfolder/sf.php.in: 
	* www/admin/addressbook/addr.php.in: 
	* www/admin/user/user.php.in: 

	fixed kolab/issue932 (Illegal values in webadmin cause LDAP errors)
	https://intevation.de/roundup/kolab/issue932

	Removed code duplications.

2007-07-11  Gunnar Wrobel  <p at rdus.de>

	* www/admin/sharedfolder/sf.php.in: 

	fixed kolab/issue1694 (Unable to modify the folder type of an already created shared folder)
	https://intevation.de/roundup/kolab/issue1694

2007-07-10  Gunnar Wrobel  <p at rdus.de>

	* www/admin/user/user.php.in: 

	fixed kolab/issue1162 (Misplaced title field in webinterface)
	https://intevation.de/roundup/kolab/issue1162

	* php/admin/include/ldap.class.php:

	fixed kolab/issue1845 (incorrect check mailForDn for ldap results)
	https://intevation.de/roundup/kolab/issue1845

2007-07-04  Marcus Hüwe  <suse-tux at gmx.de>

	* Makefile.am:
	
	exclude the generated *.mo files from a tarball which
	is created with "make distcheck". Additionally I added a small
	fix so that "make distcheck" works.

2007-07-03  Thomas Arendsen Hein <thomas at intevation.de>

	* Makefile.am: Include both, .po and .mo files, as the build process
	is not yet capable of generating .mo files for the binary RPM.
	See kolab/issue1797 (kolab-webadmin source package missing PO files)

2007-06-21	Marcus Hüwe  <suse-tux at gmx.de>

	* Makefile.am:

	fixed kolab/issue1797 (kolab-webadmin source package missing PO files).
	Added Makefile dependencies.

	* kolab-webadmin.spec.in:

	Removed "rm -rf $RPM_BUILD_ROOT" from the %install section as this opens
	a possible race condition (see
	http://lists.opensuse.org/opensuse-packaging/2007-02/msg00005.html for
	more information)

2007-05-29  Gunnar Wrobel  <p at rdus.de>

	* www/admin/domainmaintainer/domainmaintainer.php.in: 
	* www/admin/domainmaintainer/index.php.in: 
	* www/admin/maintainer/index.php.in: 
	* www/admin/maintainer/maintainer.php.in: 
	* www/admin/administrator/index.php.in: 

	Committed potential fix for kolab/issue1744 by accident. Probably
	ok, but I still need to test it. Simply typo (kolabDeleteflag).
	https://www.intevation.de/roundup/kolab/issue1744

2007-05-28  Gunnar Wrobel  <p at rdus.de>

	* www/admin/user/user.php.in: 
	* www/admin/maintainer/maintainer.php.in: 
	* www/admin/domainmaintainer/domainmaintainer.php.in: 
	* www/admin/administrator/admin.php.in: 
	* www/admin/addressbook/addr.php.in: 

	Corrected fix for
	kolab/issue1742 (https://intevation.de/roundup/kolab/issue1742)

2007-05-24  Gunnar Wrobel  <p at rdus.de>

	* Makefile.am (WSKOLAB_FILES): 

	Needed to add print.css to the files that should be installed.
	kolab/issue1619 (https://intevation.de/roundup/kolab/issue1619)

	* php/admin/templates/login.tpl: 

	Fixed
	kolab/issue1615 (https://intevation.de/roundup/kolab/issue1615)

	* php/admin/include/form.class.php: 
	
	Fixed
	kolab/issue1610 (https://intevation.de/roundup/kolab/issue1610)

	* php/admin/templates/page.tpl.in: 
	* www/admin/print.css: 
	
	Fixed
	kolab/issue1619 (https://intevation.de/roundup/kolab/issue1619)

	* php/admin/templates/maintainerlistall.tpl: 
	* php/admin/templates/domainmaintainerlistall.tpl: 
	* php/admin/templates/addrlistall.tpl: 

	Fixed
	kolab/issue1618 (https://intevation.de/roundup/kolab/issue1618)

	* php/admin/include/form.class.php: 

	Fixed
	kolab/issue1620 (https://intevation.de/roundup/kolab/issue1620)

	* www/admin/user/user.php.in: 
	* www/admin/maintainer/maintainer.php.in: 
	* www/admin/domainmaintainer/domainmaintainer.php.in: 
	* www/admin/administrator/admin.php.in: 
	* www/admin/addressbook/addr.php.in: 

	Fixed
	kolab/issue1742 (https://intevation.de/roundup/kolab/issue1742)

2007-05-09  Gunnar Wrobel  <p at rdus.de>

	* php/admin/locale/de/LC_MESSAGES/messages.po: 

	Fixed
	kolab/issue1617 (https://intevation.de/roundup/kolab/issue1617)

2007-03-23  Gunnar Wrobel  <p at rdus.de>

	* www/admin/domainmaintainer/domainmaintainer.php.in: 

	Fixed update of the domain name after modification of a domain
	maintainer.

	Fixes
	kolab/issue1670 (https://intevation.de/roundup/kolab/issue1670)
	
2007-03-21  Gunnar Wrobel  <p at rdus.de>

	* www/admin/domainmaintainer/domainmaintainer.php.in: 

	Added check for empty set of selected domains when creating or
	modifying a domain maintainer.

2007-03-16  Gunnar Wrobel  <p at rdus.de>

	* www/admin/user/user.php.in: 
	* www/admin/sharedfolder/sf.php.in: 
	* www/admin/maintainer/maintainer.php.in: 
	* www/admin/domainmaintainer/domainmaintainer.php.in: 
	* www/admin/distributionlist/list.php.in: 
	* www/admin/administrator/admin.php.in: 
	* www/admin/addressbook/addr.php.in: 

	Fixed for the new LDAP overlays introduced in
	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolabd/kolabd/templates/slapd.conf.template.in.diff?r1=1.9&r2=1.10

	Tries to fix the following issues:

	https://intevation.de/roundup/kolab/issue1614
	https://intevation.de/roundup/kolab/issue1652
	https://intevation.de/roundup/kolab/issue1654
	
2007-02-20 Bernhard Reiter <bernhard at intevation.de>

	* php/admin/locale/de/LC_MESSAGES/messages.po: 
	Translated two more strings.

2007-02-20  Gunnar Wrobel  <wrobel at pardus.de>

	* www/admin/user/user.php.in (fill_form_for_modify): 

	Fixed typo (issue 1612;
	https://intevation.de/roundup/kolab/issue1612). This should allow
	to select the user account type again. Patch submitted by TIm
	Gerundt.

2007-02-02  Sascha Wilde  <wilde at intevation.de>

	* php/admin/templates/kolab.tpl: Restrict access to /fbview* to
	save us from attacks against any of the various horde files.
	Fixes issue 1507.  And fixed minor bug in the usage of
	@webserver_web_prefix at .

	* php/admin/templates/kolab.tpl, www/admin/kolab/versions.php.in:
	Corrected version information, fixing last parts of issue 1486.

2007-02-01  Gunnar Wrobel  <wrobel at pardus.de>

	* www/admin/user/user.php.in (inMaintainerDomain): 

	New function to support checking if a given user lies in the
	domains of the current domain-maintainer. Should fix issue 1559
	(https://intevation.de/roundup/kolab/issue1559)
	
2007-01-18  Gunnar Wrobel  <wrobel at pardus.de>

	* php/admin/locale/de/LC_MESSAGES/messages.po: 

	Added the german translation for recent patch to
	systemaliasnagscreen.tpl (http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-webadmin/kolab-webadmin/php/admin/templates/systemaliasnagscreen.tpl.diff?r1=1.1&r2=1.2)

	See issue1539 (https://intevation.de/roundup/kolab/issue1539)
	
	* www/admin/sharedfolder/sf.php.in: 

	Allow modification of the shared folder type.
	
	Fix for issue1479 (https://intevation.de/roundup/kolab/issue1479).

2007-01-10 Marcus Hüwe <suse-tux at gmx.de>
	* php/admin/include/form.class.php: added a __toString() method otherwise
	  it will not work with php 5.2.0 (see issue1558)

2006-12-19 Richard Bos <richard at radoeka.nl>
	* php/admin/templates/service.tpl: spelling error Privileged is correct
	  and removed an inconsistency: non-authorized -> unauthorized.

2006-03-26 Richard Bos <richard at radoeka.nl>
	Patch from Gunnar Wrobel
	* php/admin/include/mysmarty.php.in: make the Smarty prefix
	  configurable, using variable: kolab_php_smarty_prefix

2006-03-22 Marcus Hüwe <suse-tux at gmx.de>
	Patch committed by Richard Bos
	* www/admin/user/user.php.in: replaced $kolab_prefix/etc by
	  @sysconfidir@

2006-03-07 Bernhard Reiter <bernhard at intevation.de>
	* www/admin/user/index.php.in: Renamed Deletages to Email-Delegates
	in $entries['kolabdelegate'] and checkdelegate(). Also improved
	the formating and the comment.

2006-02-05 Richard Bos <richard at radoeka.nl>
	* www/admin/addressbook/addr.php, www/admin/addressbook/index.php,
	  www/admin/administrator/admin.php, www/admin/administrator/index.php,
	  www/admin/distributionlist/index.php,
	  www/admin/distributionlist/list.php,
	  www/admin/domainmaintainer/domainmaintainer.php,
	  www/admin/domainmaintainer/index.php, www/admin/index.php,
	  www/admin/kolab/codefusion.php, www/admin/kolab/erfrakon.php,
	  www/admin/kolab/index.php, www/admin/kolab/intevation.php,
	  www/admin/kolab/kdab.php, www/admin/kolab/kde.php,
	  www/admin/maintainer/index.php, www/admin/maintainer/maintainer.php,
	  www/admin/service/index.php, www/admin/sharedfolder/index.php,
	  www/admin/sharedfolder/sf.php, www/admin/user/deliver.php,
	  www/admin/user/forward.php, www/admin/user/index.php,
	  www/admin/user/vacation.php, php/admin/include/mysmarty.php: removed
	* www/admin/addressbook/addr.php.in, www/admin/addressbook/index.php.in,
	  www/admin/administrator/admin.php.in,
	  www/admin/administrator/index.php.in,
	  www/admin/distributionlist/index.php.in,
	  www/admin/distributionlist/list.php.in,
	  www/admin/domainmaintainer/domainmaintainer.php.in,
	  www/admin/domainmaintainer/index.php.in, www/admin/index.php.in,
	  www/admin/kolab/codefusion.php.in, www/admin/kolab/erfrakon.php.in,
	  www/admin/kolab/index.php.in, www/admin/kolab/intevation.php.in,
	  www/admin/kolab/kdab.php.in, www/admin/kolab/kde.php.in,
	  www/admin/maintainer/index.php.in,
	  www/admin/maintainer/maintainer.php.in,
	  www/admin/service/index.php.in, www/admin/sharedfolder/index.php.in,
	  www/admin/sharedfolder/sf.php.in, www/admin/user/deliver.php.in,
	  www/admin/user/forward.php.in, www/admin/user/index.php.in,
	  www/admin/user/vacation.php.in,
	  php/admin/include/mysmarty.php.in: added.  Use the new build
	  variable: kolab_php_module_prefix variable.
	* Makefile.am: reflect the changes in the above mentioned files.

2006-01-17 Richard Bos <richard at radoeka.nl>
	* Makefile.am: corrected make rule for php/admin/templates/versions.tpl

2006-01-16 Marcus Hüwe <suse-tux at gmx.de>
	Patch committed by Richard Bos
	* www/admin/kolab/versions.php.in: use rpm package name variables for
	  the software package version query's
	* php/admin/templates/versions.tpl: moved to
	  php/admin/templates/versions.tpl.in
	* php/admin/templates/versions.tpl.in: show openpkg information when
	  installed on an openpkg system only.
	* Makefile.am: process php/admin/templates/versions.tpl.in
	* configure.ac: add --with-openpkg cmdline argument

2006-01-15 Marcus Hüwe <suse-tux at gmx.de>
	Patch committed by Richard Bos
	* www/admin/kolab/versions.php: moved to /www/admin/kolab/versions.php.in,
	  replaced "$kolab_prefix/bin/openpkg" with @RPM@
	* Makefile.am: make www/admin/kolab/versions.php.in

2006-01-14 Marcus Hüwe <suse-tux at gmx.de>
	Patch commited by Richard Bos
	* configure.ac: replaced --enable-dist with --with-dist
	  Added dist_conf file check.  If dist_conf file specified with
	  --with-dist is not present fail configure.
	* kolab-webadmin.spec.in: replaced --enable-dist with --with-dist

2006-01-03 Richard Bos <richard at radoeka.nl>
	* Makefile.am: distribute only the files to be distributed
	  from the dist_conf directory
	  Added a distclean-local rule to remove the directory autom4te.cache

2005-12-30 Richard Bos <richard at radoeka.nl>
	* Makefile.am: add webserver_web_prefix so the involved files
	  are installed in the right directory.

2005-12-30 Marcus Hüwe <suse-tux at gmx.de>
	Patch committed by Richard Bos, see issue1049
	* php/admin/include/auth.class.php: moved to
	  php/admin/include/auth.class.php.in
	* php/admin/include/headers.php: moved to
	  php/admin/include/headers.php.in
	* php/admin/templates/page.tpl: moved to php/admin/templates/page.tpl.in
	* www/admin/logout.php: moved to www/admin/logout.php.in
	* www/admin/user/user.php: moved to www/admin/user/user.php.in
	* php/admin/include/auth.class.php.in,
	  php/admin/include/headers.php.in,
	  php/admin/templates/page.tpl.in,
	  www/admin/logout.php.in,
	  www/admin/user/user.php.in: added @webserver_web_prefix@
	* Makefile.am: added some code for the @webserver_web_prefix@

2005-12-22 Richard Bos <richard at radoeka.nl>
	* www/admin/user/deliver.php,
	  www/admin/user/forward.php,
	  www/admin/user/vacation.php: changed $kolab_prefix/bin into @bindir@

2005-12-19 Richard Bos <richard at radoeka.nl>
	* configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
	* ../Makefile: reflected change in configure.ac, to create only bzipped
	  tarbals.  Changed 'make dist' into 'make distcheck'

2005-12-16 Marcus Hüwe <suse-tux at gmx.de>
	* Makefile.am: added dist_ prefix

2005-12-14 Richard Bos <richard at radoeka.nl>
	* NEWS: added with the latest news from: release-notes.txt
	* AUTHORS: added
	* bootstrap: removed the touch on NEWS, AUTHORS and ChangeLog as they
	  are now all part of cvs
	* Makefile.am: The doc files ChangeLog, COPYING, NEWS and AUTHORS
	  are distributed and installed in $(pkgdocdir)/@PACKAGE@
	* php/admin/locale/nl/LC_MESSAGES/messages.po: updated

2005-12-10 Richard Bos <richard at radoeka.nl>
	* php/admin/locale/nl/LC_MESSAGES/messages.po: updated
	* php/admin/include/mysmarty.php: changed Neerlandais to
	  Nederlands

2005-11-15 Richard
	* bootstrap: copy the dist_conf file from kolabd instead of
	  perl-kolab
	* configure.ac: removed the options: --enable-wsdocrootdir,
	  --phpdir and pkgdocdir.  These are all defined in the
	  kolab/dist_conf files
	  Added $srcdir to the distribution assignments
	* Makefile.am: replaced do_subst by @common@ (include the dist_conf
	  file), reflected this change in configure.ac as well
	  Replaced wsdocrootdir by webserver_document_root
	  Renamed wsadmin... to the more appropriate name wskolab...
	  Replaced phpdir by phplibdir2
	  Renamed phpadmin... to the more appropriate name phpkolab 
	  Added prefix dist_ to dist_phplocaleXX_DATA variables so
	  make distcheck completes
	  Removed test -z "$(webserver_usr)" || chown $(webserver_usr)
	  so make distcheck completes.  This should be handled by rpm or
	  an external script.  In case an rpm is build it is very likely
	  that the user used in chown is not present.
	* php/admin/include/config.php.in: changed phpdir to phplibdir2


2004-07-09 07:37  stephan

	* php/admin/templates/en/kolab.tpl: Add appropriate email address
	  as requested

2004-07-08 17:04  bernhard

	* php/admin/templates/en/kolab.tpl: Fixed stupid typo in Codefusion
	  URL. :(

2004-07-08 13:44  steffen

	* php/admin/include/form.class.php, www/admin/kolabsharedfolder/sf.php:
	  new permissions "read anon" and "read hidden" + allow special
	  usernames anyone and anonymous in ACLs

2004-07-07 20:34  martin

	* php/admin/templates/en/kolab.tpl: Martin K.: html syntax and
	  updated email addresses

2004-07-07 18:51  martin

	* www/admin/distributionlist/list.php: Marrtin K.: little typo

2004-07-07 18:01  bernhard

	* php/admin/templates/en/kolab.tpl: Updated contents for Kolab2.
	  Added Codefusion as part of the Kolab group.    Credited
	  Radley for the work on the format, mentioning designed toltec.
	  Link to the OL plug-in list to be more fair.    Added
	  Intevation participants and Stephan and Stuart from Codefusion
		  as they also have CVS write access and actively
	  contribute.  Some Reformating.

2004-07-07 13:45  steffen

	* configure.ac, php/admin/include/ldap.class.php,
	  www/admin/kolabsharedfolder/sf.php: fix for issue215

2004-07-01 01:40  steffen

	* configure.ac, kolab-webadmin.spec.in: update build date
	  automatically

2004-06-30 22:49  steffen

	* php/admin/include/ldap.class.php: use ldap uri for php to support
	  ldaps

2004-06-28 16:00  steffen

	* kolab-webadmin.spec.in, www/admin/kolabsharedfolder/sf.php: fix for
	  issues 204 and 205

2004-06-23 12:26  steffen

	* Makefile.am, configure.ac, kolab-webadmin.spec.in: build spec
	  file with configure

2004-06-21 03:46  steffen

	* configure.ac, www/admin/kolabsharedfolder/index.php,
	  www/admin/kolabsharedfolder/sf.php: shared folder handling + multiple
	  bugfixes

2004-06-18 13:25  steffen

	* Makefile.am: Issue183

2004-06-17 11:14  steffen

	* configure.ac: versions

2004-06-17 11:12  steffen

	* php/admin/include/ldap.class.php,
	  www/admin/distributionlist/list.php, www/admin/user/user.php: fix
	  for issue191 + "kolabdelegate"

2004-06-15 03:59  steffen

	* configure.ac: version

2004-06-15 03:51  steffen

	* php/admin/include/form.class.php,
	  php/admin/templates/en/service.tpl, www/admin/style.css,
	  www/admin/service/index.php: updated version, added list of
	  kolab-servers to servicepage

2004-06-14 04:13  steffen

	* php/admin/include/form.class.php, www/admin/user/user.php: more
	  group stuff

2004-06-08 00:29  steffen

	* ChangeLog, Makefile.am, bootstrap, configure.ac,
	  php/admin/include/mysmarty.php,
	  php/admin/include/mysmarty.php.in: moved kolab-webadmin to
	  autotools (credits to Richard Bos)

2004-06-04 12:46  steffen

	* www/admin/: distributionlist/list.php, user/user.php: bugfixes +
	  availability of dist. lists

2004-06-02 12:11  stuart

	* www/admin/service/service.php: Use alternate control structure
	  syntax for cleaner PHP/HTML separation.

2004-06-02 11:58  stuart

	* www/admin/service/service.php: Changed short opening tags to the
	  proper "<?php" opening tags. We should ideally turn off "short
	  open tag" support in php.ini.

2004-05-28 17:49  steffen

	* php/admin/include/debug.php, www/admin/distributionlist/list.php:
	  anal nameclash checking + bugfixing for dist lists

2004-05-27 17:59  steffen

	* php/admin/include/debug.php, php/admin/include/ldap.class.php,
	  www/admin/user/user.php: thorough duplicate mail address checks
	  for users

2004-05-27 15:24  steffen

	* php/admin/templates/en/service.tpl, www/admin/service/index.php:
	  quota warn level configurable

2004-05-26 01:12  steffen

	* www/admin/user/user.php: removed a bit of debug output and made
	  kolabhomeserver readonly when it should be

2004-05-25 05:25  steffen

	* php/admin/include/debug.php: removed debug output

2004-05-24 13:53  steffen

	* php/admin/include/auth.class.php, www/admin/user/user.php:
	  reasonable default for kolabhomeserver. Check IP address when
	  authenticating to make it more difficult to hijack a session

2004-05-21 15:03  steffen

	* www/admin/: distributionlist/list.php, user/user.php: bugfixes

2004-05-20 00:26  steffen

	* php/admin/templates/en/vacation.tpl, www/admin/user/user.php:
	  kolabhomeserver entry + escaping of vacation text + fix for buggy
	  html-parser in mozilla 1.0

2004-05-19 13:20  steffen

	* php/admin/templates/en/vacation.tpl: typo

2004-05-17 17:24  steffen

	* php/admin/include/Sieve.php, php/admin/include/auth.class.php,
	  php/admin/include/authenticate.php, php/admin/include/debug.php,
	  php/admin/include/form.class.php, php/admin/include/headers.php,
	  php/admin/include/ldap.class.php, php/admin/include/menu.php,
	  php/admin/include/mysmarty.php,
	  php/admin/templates/en/addrdeleted.tpl,
	  php/admin/templates/en/addresslist.tpl,
	  php/admin/templates/en/addrlistall.tpl,
	  php/admin/templates/en/admindeleted.tpl,
	  php/admin/templates/en/adminlistall.tpl,
	  php/admin/templates/en/createuser.tpl,
	  php/admin/templates/en/distlistall.tpl,
	  php/admin/templates/en/erfrakon.tpl,
	  php/admin/templates/en/formcontainer.tpl,
	  php/admin/templates/en/forward.tpl,
	  php/admin/templates/en/intevation.tpl,
	  php/admin/templates/en/kdab.tpl, php/admin/templates/en/kde.tpl,
	  php/admin/templates/en/kolab.tpl,
	  php/admin/templates/en/login.tpl,
	  php/admin/templates/en/maintainerdeleted.tpl,
	  php/admin/templates/en/maintainerlistall.tpl,
	  php/admin/templates/en/page.tpl,
	  php/admin/templates/en/service.tpl,
	  php/admin/templates/en/sflistall.tpl,
	  php/admin/templates/en/userdeleted.tpl,
	  php/admin/templates/en/userlistall.tpl,
	  php/admin/templates/en/vacation.tpl,
	  php/admin/templates/en/welcome.tpl, www/admin/index.php,
	  www/admin/logout.php, www/admin/style.css,
	  www/admin/addressbook/addr.php, www/admin/addressbook/index.php,
	  www/admin/administrator/admin.php,
	  www/admin/administrator/index.php,
	  www/admin/distributionlist/index.php,
	  www/admin/distributionlist/list.php,
	  www/admin/kolab/erfrakon.php, www/admin/kolab/index.php,
	  www/admin/kolab/intevation.php, www/admin/kolab/kdab.php,
	  www/admin/kolab/kde.php, www/admin/maintainer/index.php,
	  www/admin/maintainer/maintainer.php, www/admin/pics/erfrakon.png,
	  www/admin/pics/intevation_logo.png, www/admin/pics/kdab.png,
	  www/admin/pics/kde.jpg, www/admin/pics/kolab_logo.png,
	  www/admin/service/index.php, www/admin/service/service.php,
	  www/admin/kolabsharedfolder/index.php, www/admin/kolabsharedfolder/sf.php,
	  www/admin/user/forward.php, www/admin/user/index.php,
	  www/admin/user/user.php, www/admin/user/vacation.php: new
	  webinterface for the kolab server


--- NEW FILE: INSTALL ---
===========================
 Installing kolab-webadmin
===========================

This document contains instructions for installing the Kolab web
administration frontend on your server. Usually you won't need to do
this manually since it is part of the OpenPKG based installation of
the Kolab Groupware Server. These instructions are only relevant if
you wish to install the web admin on a non-OpenPKG platform.


Obtaining kolab-webadmin
========================

Currently no source packages of kolab-webadmin are being
distributed. You will have to use CVS to check out the source code and
build a package by running

 make dist


Prerequisites
=============

To function properly, kolab-webadmin requires the following:

1. PHP:

   You are advised to use PHP 5

2. The following Horde PEAR packages (They should be availabe if you
   installed horde-framweork):

   a. Horde_Util

   b. Horde_String

3. The following Kolab PEAR packages:

   a. Kolab_Webadmin


Installing kolab-webadmin
=========================

kolab-webadmin is written in PHP, and must be installed in a
web-accessible directory.  The precise location of this directory will
differ from system to system.  Conventionally, kolab-webadmin is
installed in the /admin directory in the webserver's document tree.

Since kolab-webadmin is written in PHP, there is no compilation
necessary; simply expand the distribution where you want it to reside
and rename the root directory of the distribution to whatever you wish
to appear in the URL.  For example, with the Apache webserver's
default document root of ``/usr/local/apache/htdocs``, you would
type::

   cd /usr/local/apache/htdocs/horde
   tar zxvf /path/to/kolab-webadmin-x.y.z.tar.gz

and would then find the web administration frontend at the URL

   http://your-server/admin/


Configuring kolab-webadmin
==========================

You can modify the config.php within the kolab-webadmin base directory
to suit you needs but on a standard Kolab Server installation you will
usually have a configuration template somewhere in your
kolab/templates directory that will get rewritten to the location of
the config.php file.

Make sure the values within that template match your platform.


Obtaining Support
=================

If you encounter problems with kolab-webadmin, help is available!

1. Wiki

   A lot of typical question have been collected in the Kolab wiki at

     http://wiki.kolab.org

   You'll find both a FAQ and a troubleshooting section there.

2. Mailing lists

   The Kolab project also runs a number of mailing lists where you ask
   all the question left unanswered by the wiki.  Information,
   archives, and subscription information can be found at
  
     http://www.kolab.org

3. IRC

   Kolab developers, contributors and users may also be found on IRC,
   on the channel #kolab on the Freenode Network (irc.freenode.net).

4. Commercial support

   Commercial support is available at 

     http://www.kolab-konsortium.com





More information about the commits mailing list