gunnar: server/kolab-webclient/imp/templates/imp-4.3.6	webclient-imp_conf.php.template, NONE,	1.1 webclient-imp_header.php.template, NONE,	1.1 webclient-imp_hooks.php.template, NONE,	1.1 webclient-imp_menu.php.template, NONE,	1.1 webclient-imp_mime_drivers.php.template, NONE,	1.1 webclient-imp_motd.php.template, NONE,	1.1 webclient-imp_prefs.php.template, NONE,	1.1 webclient-imp_servers.php.template, NONE,	1.1 webclient-imp_spelling.php.template, NONE, 1.1 
    cvs at kolab.org 
    cvs at kolab.org
       
    Mon Jan 18 18:44:24 CET 2010
    
        - Previous message: gunnar: server/kolab-webclient/imp .cvsignore, NONE, 1.1 Makefile,	NONE, 1.1 imp.spec, NONE, 1.1 
 
        - Next message: gunnar: server/kolab-webclient/imp/configuration/imp-4.3.6	10-kolab_conf_base.php, NONE, 1.1 10-kolab_hooks_base.php, NONE,	1.1 10-kolab_servers_base.php, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: gunnar
Update of /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6
In directory doto:/tmp/cvs-serv7556/templates/imp-4.3.6
Added Files:
	webclient-imp_conf.php.template 
	webclient-imp_header.php.template 
	webclient-imp_hooks.php.template 
	webclient-imp_menu.php.template 
	webclient-imp_mime_drivers.php.template 
	webclient-imp_motd.php.template 
	webclient-imp_prefs.php.template 
	webclient-imp_servers.php.template 
	webclient-imp_spelling.php.template 
Log Message:
A first draft of the imp package.
--- NEW FILE: webclient-imp_conf.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/conf.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/conf.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_header.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/header.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/header.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_hooks.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/hooks.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/hooks.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_menu.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/menu.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/menu.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_mime_drivers.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/mime_drivers.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/mime_drivers.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_motd.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/motd.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/motd.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_prefs.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/prefs.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/prefs.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_servers.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/servers.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/servers.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
--- NEW FILE: webclient-imp_spelling.php.template ---
KOLAB_META_START
TARGET=@@@imp_confdir@@@/spelling.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@imp_confdir@@@/spelling.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */
    
    
        
	- Previous message: gunnar: server/kolab-webclient/imp .cvsignore, NONE, 1.1 Makefile,	NONE, 1.1 imp.spec, NONE, 1.1 
 
	- Next message: gunnar: server/kolab-webclient/imp/configuration/imp-4.3.6	10-kolab_conf_base.php, NONE, 1.1 10-kolab_hooks_base.php, NONE,	1.1 10-kolab_servers_base.php, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list