[Kolab-devel] doc/www/src Makefile,NONE,1.1 cvs-kolab.html.m4,NONE,1.1 documentation.html.m4,NONE,1.1 footer.html.m4,NONE,1.1 header.html.m4,NONE,1.1 howto-kolab-kde-client.html.m4,NONE,1.1 howto-kolab.html.m4,NONE,1.1 howtos.html.m4,NONE,1.1 index.html.m4,NONE,1.1 screenshots.html.m4,NONE,1.1 by stephan at doto.intevation.de

root at intevation.de root at intevation.de
Thu Jun 12 20:51:06 CEST 2003


Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv23475/src

Added Files:
	Makefile cvs-kolab.html.m4 documentation.html.m4 
	footer.html.m4 header.html.m4 howto-kolab-kde-client.html.m4 
	howto-kolab.html.m4 howtos.html.m4 index.html.m4 
	screenshots.html.m4 
Log Message:
Upload of new website proposal.



--- NEW FILE: Makefile ---
HTML_FILES=index.html howtos.html cvs-kolab.html \
  documentation.html howto-kolab.html howto-kolab-kde-client.html screenshots.html \

all:
	mkdir -p ../html
	if [ ! -d ../html/images ] ; then \
		mkdir ../html/images ; \
	fi
	cp -u images/*.png images/*.gif ../html/images/
	for f in $(HTML_FILES) ; do\
		rm -f ../html/$$f ;\
		m4 -DNO_LINK_FOR=$$f \
			 -DCURRENT_DATE="`export LC_ALL=en_EN ; date`"\
			--prefix-builtins\
			$$f.m4 > ../html/$$f ;\
	done

--- NEW FILE: cvs-kolab.html.m4 ---
m4_define(`PAGE_TITLE',`Kolab Server Development')

m4_include(header.html.m4)

<h3>Build and Install Scripts</h3>

The latest versions of the build system can be downloaded throught these viewcvs links:
<p>

<ul>
 <li> <a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/doc/getpackages.sh?rev=HEAD&content-type=text/x-sh">getpackages.sh</a> retrieves the
latest packages from CVS and OpenPKG.
</li>
<li><a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/doc/buildkolab.sh?rev=HEAD&content-type=text/x-sh">buildkolab.sh</a> uses the getpackages.sh
script to retrieve the latest packages and then build and install Kolab.
</li>

<li><a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/doc/installkolab.sh?rev=HEAD&content-type=text/x-sh">installkolab.sh</a> can be used to
install the files you created during the buildkolab.sh process.
</li>

</ul>

<h3>Anonymous CVS Access</h3>
CVSROOT=<small><tt>:pserver:anonymous at intevation.de:/home/kroupware/jail/kolabrepository</tt></small>
<br>

<h3>Development Branches</h3>
<ul>
<li><strong>Stable</strong><p>
 This is the current release of Kolab and is used for bugfixes.<br>
 To checkout use : <em>cvs checkout -r KOLAB_1_0</em>
 </p>
</li>
<li><strong>Development</strong><p>
 Also know as HEAD this branch is open for development.<br>
 To checkout use : <em>cvs checkout</em>
</p>
</li>
</ul>


<h3>Web CVS Access</h3>
Browse the Source Code <a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi">[ via viewcvs ]</a>

<h3>Report results</h3>
Please report any development issues to the public mailinglist
<a href="mailto:kolab-devel at intevation.org">kolab-devel at intevation.org</a>.

m4_include(footer.html.m4)

--- NEW FILE: documentation.html.m4 ---
m4_define(`PAGE_TITLE',`Documentation')

m4_include(header.html.m4)

<ul>
 <p><li> 
 	<a href="faq/faq.html">FAQ</a>
 	(<a href="faq/faq.txt">Text version</a>)
</ul>

<h2>Architecture Paper</h2>
<ul>
 <li>   <strong>Version 1.1
 <a href="architecture-1.1/index.html">Browse Online</a> 
</strong>
| 
 <a href="architecture-1.1-html.tar.bz2">Download architecture-1.1-html.tar.bz2</a>
 | <a href="architecture-1.1.pdf">Download pdf</a>
 <br>
 <small>
 (20030220)
 </small>

 <li>
	Version 1.0.1

 <a href="concept-1.0.1/index.html">Browse Online</a> | 
 <a href="concept-1.0.1.tar.bz2">Download html concept-1.0.1.tar.bz2</a>
 | <a href="concept-1.0.1.pdf">Download pdf</a>
 <br>
 <small>
 (20020919)
 </small>

 <li>
	Version 1.0

 <a href="konzept-v1.0.html">Browse Online</a> 
 <br> 
 <small>
 ( 20020912
 To publish the document as fast as possible, we did
 	not optimize its HTML formatting yet.)
 	</small>
</ul>

<h2>Technical Description</h2>
<ul>
 <li>
	Version 1.0.1

 <a href="technical-1.0.1-html/index.html">Browse Online</a> | 
 <a href="technical-1.0.1-html.tar.bz2">Download html technical-1.0.1-html.tar.bz2</a>
 | <a href="technical-1.0.1.pdf">Download pdf</a>
 <br>
 <small>
 (20030221)
 </small>
</ul>


<h2>Server Administration</h2>
<ul>
 <li>
	Version 1.0

 <a href="administration-1.0-html/index.html">Browse Online</a> | 
 <a href="administration-1.0-html.tar.bz2">Download html administration-1.0-html.tar.bz2</a>
 | <a href="administration-1.0.pdf">Download pdf</a>
 <br>
 <small>
 (20030220)
 </small>
</ul>

m4_include(footer.html.m4)

--- NEW FILE: footer.html.m4 ---
<!-- END of body content -->

m4_define(`LINK',`m4_ifelse($1, NO_LINK_FOR,`
»$2
',`<a href="$1">$2</a>')')


	</td>
        <td width=2 bgcolor="#eeeeee"> </td>
    </tr>
    <tr valign="top">
        <td bgcolor="#eeeeee" colspan=3> </td>
    </tr>
    </table>
</td>

<!-- Menu Cell -->
<td width="15%" valign=top>
    <table width="100%" border=0 cellspacing=0 cellpadding=0>

    <tr valign="center">
		<td colspan="3"> <a href="index.html"><img src="images/kolab_logo.gif" /></a> </td>
	</tr>

    <!-- Menu Head -->

    <tr valign="center">
        <td width=2 bgcolor="#0000cc"> </td>
	<td bgcolor="#0000cc">

<!-- INFO -->
<!-- The main part of the header -->
		<font color="#ffffff"><b>Info</b></font>

        </td>
	<td width=2 bgcolor="#0000cc"> </td>
    </tr>
    <!-- End Menu Head -->

    <!-- Menu Body -->

    <tr>
        <td width=2 bgcolor="#9999ff" colspan=3> </td>
    <tr>
        <td width=2 bgcolor="#ffffff"> </td>
	<td bgcolor="#ffffff">


<table cellpadding=0 cellspacing=5>
<!-- Links -->
<tr><td>
	LINK(`index.html', `Homepage')
</td></tr>

<tr><td>
	<a href="http://www.kroupware.org">Kroupware</a>
</td></tr>

<tr><td>
	LINK(`screenshots.html', `Screenshots')
</td></tr>

<tr><td>
	LINK(`documentation.html', `Documentation')
</td></tr>

<tr><td>
	<a href="./faq/faq.html">FAQ</a>
</td></tr>


</table>

        </td>
	<td width=2 bgcolor="#ffffff"> </td>
    </tr>
    <tr valign="top" colspan=3>
        <td height=2 bgcolor="#9999ff" colspan=3> </td>
    </tr>
    <!-- End Menu Body -->




    <!-- Space-->
    <tr><td> </td><td> </td><td> </td></tr>

    <!-- Menu Head -->

    <tr valign="center">
        <td width=2 bgcolor="#0000cc"> </td>
	<td bgcolor="#0000cc">

<!-- The main part of the header -->

<!-- HOW TO INSTALL -->
		<font color="#ffffff"><b>How to install</b></font>

        </td>
	<td width=2 bgcolor="#0000cc"> </td>
    </tr>
    <!-- End Menu Head -->

    <!-- Menu Body -->

    <tr>
        <td width=2 bgcolor="#9999ff" colspan=3> </td>
    <tr>
        <td width=2 bgcolor="#ffffff"> </td>
	<td bgcolor="#ffffff">


<table cellpadding=0 cellspacing=5>

<!-- Links -->
<tr><td>
	LINK(`howto-kolab.html', `Kolab Server')
</td></tr>

<tr><td>
	LINK(`howto-kolab-kde-client.html', `KDE Kolab Client')
</td></tr>



</table>

        </td>
	<td width=2 bgcolor="#ffffff"> </td>
    </tr>
    <tr valign="top" colspan=3>
        <td height=2 bgcolor="#9999ff" colspan=3> </td>
    </tr>
    <!-- End Menu Body -->

    <!-- Space-->
    <tr><td> </td><td> </td><td> </td></tr>


    <!-- Menu Head -->

    <tr valign="center">
        <td width=2 bgcolor="#0000cc"> </td>
	<td bgcolor="#0000cc">

<!-- The main part of the header -->

<!-- Administrators and Users-->
		<font color="#ffffff"><b>Administrators and Users</b></font>

        </td>
	<td width=2 bgcolor="#0000cc"> </td>
    </tr>
    <!-- End Menu Head -->

    <!-- Menu Body -->

    <tr>
        <td width=2 bgcolor="#9999ff" colspan=3> </td>
    <tr>
        <td width=2 bgcolor="#ffffff"> </td>
	<td bgcolor="#ffffff">


<table cellpadding=0 cellspacing=5>

<!-- Links -->
<tr><td>
	<a href="http://mail.kde.org/pipermail/kroupware/">Mailing List Archive</a>
</td></tr>

<tr><td>
	<a href=" http://mail.kde.org/mailman/listinfo/kroupware">Mailing List Subscribe/Manage</a>
</td></tr>

<tr><td>
	LINK(`howtos.html', `HOWTOs')
</td></tr>

</table>

        </td>
	<td width=2 bgcolor="#ffffff"> </td>
    </tr>
    <tr valign="top" colspan=3>
        <td height=2 bgcolor="#9999ff" colspan=3> </td>
    </tr>
    <!-- End Menu Body -->

    <!-- Space-->
    <tr><td> </td><td> </td><td> </td></tr>

<!-- Menu Head -->

    <tr valign="center">
        <td width=2 bgcolor="#0000cc"> </td>
	<td bgcolor="#0000cc">

<!-- The main part of the header -->

<!-- DEVELOPERS -->
		<font color="#ffffff"><b>Developers</b></font>

        </td>
	<td width=2 bgcolor="#0000cc"> </td>
    </tr>
    <!-- End Menu Head -->

    <!-- Menu Body -->

    <tr>
        <td width=2 bgcolor="#9999ff" colspan=3> </td>
    <tr>
        <td width=2 bgcolor="#ffffff"> </td>
	<td bgcolor="#ffffff">


<table cellpadding=0 cellspacing=5>
<!-- Links -->

<tr><td>
	<a href="http://intevation.de/mailman/listinfo/kolab-devel">Mailing List Subscribe/Manage</a>
</td></tr>

<tr><td>
	LINK(`cvs-kolab.html', `Kolab Server Development')
</td></tr>

</table>

        </td>
	<td width=2 bgcolor="#ffffff"> </td>
    </tr>
    <tr valign="top" colspan=3>
        <td height=2 bgcolor="#9999ff" colspan=3> </td>
    </tr>
    <!-- End Menu Body -->

    <!-- Space-->
    <tr><td> </td><td> </td><td> </td></tr>


    </table>
</td>
</tr>
</table>


<small>
Last Modification: CURRENT_DATE
 
 
 
<a href="mailto:s.buys at codefusion.co.za">s.buys at codefusion.co.za</a>
<br>
These pages are hosted by
<a href="http://intevation.net/">Intevation GmbH</a>.
</small>

</body>

</html>

--- NEW FILE: header.html.m4 ---
<html>

<head>
	<title>PAGE_TITLE</title>

	<meta	http-equiv="Content-Type"
		content="text/html; charset=ISO-8859-1"
	/>

	<meta	name="keywords"
		content= "Groupware KDE Outlook KMail"
	/>
</head>

<body bgcolor="#CCCCCC" text="#000000" background="images/bg_lines.png">

<style type="text/css">
	a:hover { color: black ; background: #ccccff}
</style>

<table cellpadding="2" width="100%">
<tr>
    <td valign="top" height="100%">
    <table style="width:100%; height:100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#eeeeee">
        <tr valign="bottom">
            <td width="2" height="2" bgcolor="#ddddff"> </td>
            <td width="100%" height="2" bgcolor="#ddddff">
                  <font size="+2"><b>PAGE_TITLE</b></font></td>
            <td width="2" height="7" bgcolor="#ddddff"></td>
        </tr>
		    <tr>
        <td width=2 bgcolor="#0000dd" colspan=3> </td>
    <tr>
	<tr valign="top">
	    <td width="2" height="100%" bgcolor="#eeeeee"> </td>
	    <td>
		<p> </p>

<!-- START body content here -->

--- NEW FILE: howto-kolab-kde-client.html.m4 ---
m4_define(`PAGE_TITLE',`Install Kolab KDE Client')

m4_include(header.html.m4)

<p><em> The following instructions are aimed at the technical advanced
administrator.</em>

<p><strong>Warning:</strong> Remove all of your
"traditional" IMAP accounts before trying KMail/Kroupware or
use a new <code>$KDEHOME</code> or even better: user.
<strong>KMail/kroupware will mangle your traditional IMAP folders!</strong></p>

<p>The KDE kroupware client is KDE 3.1 based.
If you want to try the client as a user or developer, the
3.1 based approach is the only way to run it. 
The situation for CVS HEAD is coordinated through the regular
KDE developer channels.
</p>

<h3>KDE 3.1 based build</h3>

<h4>From Tarballs</h4>
Current (>=beta4) KDE Kolab Client source releases can be downloaded
from:
<a href="ftp://ftp.klaralvdalens-datakonsult.se/pub/kroupware/beta/"
><tt>ftp://ftp.klaralvdalens-datakonsult.se/pub/kroupware/beta/</tt></a>.
<br>
Of course <em>you need to have KDE 3.1</em> as released or from KDE_3_1_BRANCH.
Normal tarball build procedure is
<kbd>./configure --prefix=/to/your/path ;</kbd>
<kbd>make ;</kbd> 
<kbd>make install</kbd>. 

<h4>From CVS</h4>
<p>
Basically follow the instructions to compile KDE 3.1 BRANCH from cvs as available
from
<a href="http://developer.kde.org/build/compile_cvs.html"
>http://developer.kde.org/build/compile_cvs.html</a> (only slightly outdated).
</p>

<p>
We recommend to get a rather complete build of KDE 3.1. arts, kdelibs and kdebase
is the minimum requirement.
<p/>

<p>
We also recommend to create a test user on the system for testing
the kolab client.
</p>

<p>
The only kolab client specific stuff is:
</p>

<pre>
cvs co -r KDE_3_1_BRANCH kdenetwork
cd kdenetwork
cvs upd -dP -r kroupware_branch kmail libkdenetwork ktnef kioslaves doc/kmail
cd ..

cvs co -r KDE_3_1_BRANCH kdepim
cd kdepim
cvs upd -dP -r kroupware_branch libkcal korganizer \
               kaddressbook kpilot/kpilot kabc/kabc2mutt
cd ..

# For the German translations
cvs co -r KDE_3_1_BRANCH kde-i18n/de/messages
cd kde-i18n
cvs upd -r KDE_3_1_BRANCH -l
cd de
cvs upd -r KDE_3_1_BRANCH -l
cd messages
cvs upd -dP -r kroupware_branch kdenetwork kdepim

</pre>

<p>After the checkout, look in the CVS dirs for the contents of the file
named Tag. For the toplevel and all the branched directories this
should read Tkroupware_branch. For all others, this should read
TKDE_3_1_BRANCH.</p>

<p>
Please report any issues to the public mailinglist  
<a href="mailto:kroupware at kde.org">kroupware at kde.org</a>.
</p>


m4_include(footer.html.m4)

--- NEW FILE: howto-kolab.html.m4 ---
m4_define(`PAGE_TITLE',`Install Kolab')

m4_include(header.html.m4)

m4_define(`LINK',`m4_ifelse($1, NO_LINK_FOR,`
»$2
',`<a href="$1">$2</a>')')

<p><em> The following instructions are aimed at the technical advanced
administrator.</em>


<h3>Install current Kolab Server release</h3>

You'll find the current (>=rc1) Kolab Server source releases 
at:

<a href="ftp://ftp.kde.org/pub/kde/unstable/server/kolab"
><tt>ftp.kde.org/pub/kde/unstable/server/kolab</tt></a>.
<br>
Please use one of the 
<a href="http://www.kde.org/ftpmirrors.html"
>KDE ftp mirrors</a>
<p>

Eventually we also publish binary packages there for your convenience.
<br>
<strong>Binary packages are experimental not officially supported.</strong>


<p>
Follow the Quick Installation Manual (QIM) and READMEs. 
<br>
Compare it to the lastest 
<a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi/server/doc/QIM?only_with_tag=KOLAB_1_0"
>QIMs from KOLAB_1_0 CVS-branch</a>.

<h3>Report results</h3>

<p>
Please report any issues to the public mailinglist  
<a href="mailto:kroupware at kde.org">kroupware at kde.org</a>.
<p>

<h3>Development versions via CVS</h3>
Interested developers can check out the

	LINK(`cvs-kolab.html', `Kolab Server Development')

page.<br>

m4_include(footer.html.m4)

--- NEW FILE: howtos.html.m4 ---
m4_define(`PAGE_TITLE',`HOWTOs')

m4_include(header.html.m4)

<em>Have you done something cool with the Kolab server?</em><br>
<em>Please share ;-)</em>
<p>
Items of interest are:
<ul>
<li>Samba Integration into the Kolab LDAP directory.
</li>
<li>Kolab High-Availability work (LDAP replication,etc.)
</li>
<li>Anti-Virus and Anti-Spam integration.
</li>

</ul>

Articles or links can be sent to
<a href="mailto:kolab at codefusion.co.za">kolab at codefusion.co.za</a>
 to be included in this page.

</p>
<p>
Some of these submissions might even find themselves into the latest releases of Kolab!
</p>

m4_include(footer.html.m4)

--- NEW FILE: index.html.m4 ---
m4_define(`PAGE_TITLE',`Kolab Homepage')

m4_include(header.html.m4)

<p>
<font size="+1">
Kolab Server and Client is the result of the efforts of the <a href="http://www.kroupware.org">Kroupware Project</a>
to develop a Free Software groupware solution across Free Software
platforms (GNU/Linux, FreeBSD, etc) and proprietary ones (NT 4, W2000,
etc). The server <em>Kolab</em> runs on a free platform and on
some other Unices.
</font>

<h3>Kolab Clients</h3>
<ul>
<li><em>KDE Kolab Client (KMail Kroupware Branch)</em>

<table>
  <tbody>
  <tr><td>   </td></tr>
    <tr>
      <td>   </td>
      <td>The KDE Kolab Client provides <strong>E-Mail</strong>, <strong>Calendaring</strong>, <strong>Tasks</strong>,
	  <strong>Notes</strong> and <strong>Contacts</strong>
	  which are stored on the Kolab server. You can send and recieve <strong>meeting and task requests</strong> between
	  Microsoft Outlook(tm) and KDE Kolab Client as well as look up your <strong>Free/Busy times</strong> to name
	  but a few things.
	  <br>
	  At this stage the KDE Kolab Client is available through the Kroupware branch in KDE CVS.
	  Work is in progress to add the necesarry functionality to KDE HEAD through KMail, KDE PIM
	  and Kontact.
	  </td>
    </tr>

    <tr>
      <td> </td>
      <td><a href="howto-kolab.html" name="Kolab KDE Instructions">HOWTO Install KDE Kolab Client</a></td>
    </tr>

  </tbody>
</table>
</li>
<br>

<br>
<li>Clients Under Development
<br><br>
<ul>
<li><em>Horde Webmail</em><br>
Currently part of Kolab CVS, this is still under development. It will allow users to access their server
mailboxes and have full groupware functionality available. If you would like to contribute join the
<a href="http://intevation.de/mailman/listinfo/kolab-devel">kolab-devel mailing list</a>. All contributions welcome.

</li>
<br>
<li><em>Kontact (KDE HEAD)</em><br>
Work is underway on a framework called Kontact <a href="http://kontact.kde.org">(http://kontact.kde.org)</a> that
will unify KMail, KOrganizer, KAddressbook and KNotes into one KParts based application. This will become the
standard for KDE based mail and groupware.
</li>
<br>
</ul>
</li>
</ul>


<h3>Kolab Server</h3>
<table>
  <tbody>
    <tr>
      <td>   </td>
      <td>
		Kolab is a secure, scalable and reliable groupware server. <br>
		Some of the major features include:
		<ul>
		<li>A web administration interface
		</li>
		<li>A shared address book with provision for mailbox users as well as contacts
		</li>
		<li>POP3 as well as IMAP4(rev1) access to mail
		</li>
		
        </ul>

      <a href="howto-kolab-kde-client.html" name="Kolab Server Instructions">HOWTO Install Kolab Server</a>

	<br><br>
	Some of the major components of Kolab are:
	<br>
		<table cellspacing="2" cellpadding="3">
  <tbody>
     <tr>
      <td width="110" valign="top"><a href="http://www.openldap.org/">OpenLDAP</a></td>
      <td>LDAP is used as the cornerstone for Kolab. All authentication, be it the web admin interface or
	  POP3/IMAP mailbox access uses LDAP as the password store through SASL. Key configuration parameters
	  are also stored in LDAP and automatically applied to configuration files after a change occurs. When
	  you create a new user in LDAP, the Cyrus mailbox is automatically generated for you.
	  </td>
    </tr>
    <tr>
      <td valign="top"><a href="http://www.postfix.org">Postfix</a></td>
      <td>The mail transfer agent (MTA) for Kolab server. Postfix is easy to configure and has a Sendmail
	  compatibility interface for administrators who are familiar to Sendmail.
	  </td>
    </tr>
    <tr>
      <td valign="top"><a href="http://asg.web.cmu.edu/cyrus/">Cyrus IMAP</a></td>
      <td>Cyrus provides IMAP as well as POP3 access to user mailboxes. It supports key features such as
	  ACL (Access Control Lists) that allows more than one user to share mailboxes and folders and supports
	  the Sieve mail processing language, this allows Auto Actions such as Auto-Forward and Auto-Reply on
	  mailboxes. Cyrus is also highly scalable.<br>

	  </td>
    </tr>

    <tr>
      <td valign="top"><a href="http://www.apache.org/">Apache</a></td>
      <td>Apache is used for the web administration interface as well as to provide WEBDAV access to Free/Busy
	  information for the mail clients. Soon Kolab will be using Apache and PHP to provide webmail access with
	  groupware functionality.
	  </td>
    </tr>
    <tr>
      <td valign="top"><a href="http://www.proftpd.net/">ProFTPd</a>  </td>
      <td>ProFTPd is used by legacy clients to upload Free/Busy information to the Kolab server</td>
    </tr>
	<tr>
      <td valign="top"><a href="http://asg.web.cmu.edu/cyrus/">SASL</a></td>
      <td>SASL (the Simple Authentication and Security Layer) is used by all the components and uses OpenLDAP as
	  the store for Authentication information.
	  </td>
    </tr>
  </tbody>
</table>
	</td>
	</tr>
  </tbody>
</table>



m4_include(footer.html.m4)

--- NEW FILE: screenshots.html.m4 ---
m4_define(`PAGE_TITLE',`Screenshot Gallery')

m4_include(header.html.m4)

Not necessarily showing the latest versions of the software.

<h2>KDE Kolab Client</h2>

<table cellpadding=14 bgcolor=white>
<tr valign=bottom>
<td>
  <a href="images/shot-kde-client-calendar1.png"
  ><img src="images/shot-kde-client-calendar1.small.png" width=200 height=145
  border=0 ><br>Calender View (790x625 50 kByte)</a>
</td>
<td>
  <a href="images/shot-kde-client-edit-contact1.png"
  ><img src="images/shot-kde-client-edit-contact1.small.png" width=200 height=138
  border=0 ><br>Contact edit dialog (711x498 44 kByte)</a>
</td>

<tr valign=bottom>
<td>
  <a href="images/shot-kde-client-edit-event1.png"
  ><img src="images/shot-kde-client-edit-event1.small.png" width=200 height=97
  border=0 ><br>Invite to an event (854x700 44 kByte)</a>
</td>
<td>
  <a href="images/shot-kde-client-edit-task1.png"
  ><img src="images/shot-kde-client-edit-task1.small.png" width=200 height=124
  border=0 ><br>Edit a task (845x770 67 kByte)</a>
</td>

<tr valign=bottom>
<td>
  <a href="images/shot-kde-client-notes1.png"
  ><img src="images/shot-kde-client-notes1.small.png" width=200 height=123
  border=0 ><br>Kmail viewing Notes(858x618 66 kByte)</a>
</td>
</table>

<h2>Kolab Server Web-Admin-Interface</h2>

<table cellpadding=14 bgcolor=white>
<tr valign=bottom>
<td>
  <a href="images/shot-web-admin-users1.png"
  ><img src="images/shot-web-admin-users1.small.png" width=200 height=107
  border=0 ><br>Maintaining users(686x628 72 kByte)</a>
</td>
<td>
  <a href="images/shot-web-services1.png"
  ><img src="images/shot-web-services1.small.png" width=200 height=85
  border=0 ><br>Administrate running services(779x698 61 kByte)</a>
</td>

<tr valign=bottom>
<td>
  <a href="images/shot-web-user-settings1.png"
  ><img src="images/shot-web-user-settings1.small.png" width=200 height=99
  border=0 ><br>My User Settings(658x705 62 kByte)</a>
</td>
</table>

m4_include(footer.html.m4)





More information about the devel mailing list