wilde: doc/www/src default.css, 1.4, 1.5 header.html.m4, 1.3, 1.4 footer.html.m4, 1.23, 1.24 index.html.m4, 1.43, 1.44

cvs at intevation.de cvs at intevation.de
Fri Mar 11 17:19:13 CET 2005


Author: wilde

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

Modified Files:
	default.css header.html.m4 footer.html.m4 index.html.m4 
Log Message:
Merged in Changes from KOLAB_ORG_BETA branch

Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- default.css	20 Oct 2004 16:25:34 -0000	1.4
+++ default.css	11 Mar 2005 16:19:11 -0000	1.5
@@ -4,7 +4,7 @@
 }
 
 body, td {
-    font: 8pt Verdana, Arial, Helvetica, sans-serif;
+    font: 12px Verdana, Arial, Helvetica, sans-serif;
 }
 
 dt {
@@ -30,6 +30,16 @@
     background: #ccf;
 }
 
+a.navbar {
+    color: #fff;
+    font-weight: normal;
+    text-decoration: none;
+}
+
+a:visited.navbar {
+    color: #fff;
+}
+
 code {
     background-color: white;
 }
@@ -55,10 +65,10 @@
 }
 
 #intro {
-    font-size: 110%;
-    font-style: italic;
-    text-indent: 2em;
+    font-size: 120%;
     margin: 2em;
+    padding-left: 1em;
+    border-left: 0.5em solid #99F;
     /*margin-right: 300px;*/
 }
 
@@ -101,7 +111,7 @@
     position: absolute;
     right: 0;
     margin: 1em;
-    width: 250px;
+    width: 200px;
 }
 
 /* Menu box header */
@@ -121,7 +131,7 @@
     border-bottom: .5em solid #99f;
     background: #fff;
     margin-top: 0;
-    margin-bottom: 20px;
+    margin-bottom: 10px;
     padding: 0.5em;
 }
 
@@ -130,16 +140,26 @@
     position: absolute;
     margin: 1em;
     left: 0;
-    right: 260px;
+    right: 210px;
 }
 
 /* Content box header */
 .cbh {
+    border-top: .5em solid #99f;
+    background: #ffffff;
+    padding-left: 0.5em;
+    padding-top: 5px;
+}
+
+.cbhlogo {
+    float: left;
+}
+
+.cbhtext {
     font-size: 200%;
     font-weight: bold;
-    background: #ddf;
-    padding-left: 0.5em;
-    border-bottom: 0.5em solid #00d;
+    padding-left: 1em;
+    vertical-align: middle;
 }
 
 /* Content box body */

Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- header.html.m4	10 Jun 2004 16:23:00 -0000	1.3
+++ header.html.m4	11 Mar 2005 16:19:11 -0000	1.4
@@ -2,11 +2,16 @@
     PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
 
+m4_define(`LINK',
+    `m4_ifelse($1, NO_LINK_FOR,
+        `<b>» $2 «</b><br />',
+        `<a href="$1">$2</a><br />')')
+
 <html>
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>The Kolab Project :: PAGE_TITLE</title>
+<title>The Kolab Groupware Project :: PAGE_TITLE</title>
 <meta name="description" content="The Kolab Project aims to maintain and enhance a complete Free Software groupware solution for UNIX platforms." />
 <meta name="keywords" content= "kolab,groupware,free software,unix,linux,kde,outlook,kmail,kontact,horde,webmail" />
 <link rel="stylesheet" type="text/css" media="screen" href="default.css" />
@@ -18,6 +23,19 @@
 <!-- Content start -->
 <div id="content">
 
-<div class="cbh">The Kolab Project :: PAGE_TITLE</div>
+<!-- Header bar -->
+<div class="cbh">
+<table>
+<tr><td class="cbhlogo">
+    <a href="index.html"><img title="Homepage"
+       src="images/kolab_logo.small.png"></a>
+    </td>
+    <td class="cbhtext">The Kolab Groupware Project</td>
+</tr>
+</table>
+</div>
+<div style="clear:left;" class="mbh">m4_ifelse(index.html, NO_LINK_FOR,
+        `home',
+        `<a class="navbar" href="index.html">home</a> — PAGE_TITLE')</div>
 <!-- Content box start -->
 <div class="cbox">

Index: footer.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/footer.html.m4,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- footer.html.m4	10 Mar 2005 15:46:39 -0000	1.23
+++ footer.html.m4	11 Mar 2005 16:19:11 -0000	1.24
@@ -1,9 +1,5 @@
 <!-- Content box end -->
 </div>
-m4_define(`LINK',
-    `m4_ifelse($1, NO_LINK_FOR,
-        `<b>» $2 «</b><br />',
-        `<a href="$1">$2</a><br />')')
 <!-- Footer -->
 <div id="footer">
 Generated on: CURRENT_DATE
@@ -19,15 +15,13 @@
 <!-- Menu start -->
 <div id="menu">
 
-<!-- INFO -->
-<div class="mbh">Info</div>
-<div class="mbox" id="logo">
-<a href="index.html"><img title="Homepage" src="images/kolab_logo.small.png"></a>
-<br /><br/>
-<font size=+1>
+<!-- INFORMATION -->
+<div class="mbh">Information</div>
+<div class="mbox">
+LINK(`about-kolab-server.html',`About Kolab Server')
+LINK(`about-kolab-clients.html',`About Kolab Clients')
+LINK(`kolab2-clients.html', `Kolab2 Clients')
 LINK(`screenshots.html', `Screenshots')
-LINK(`documentation.html', `Documentation')
-</font>
 </div>
 
 <!-- INSTALL/DOWNLOAD -->
@@ -36,9 +30,10 @@
 LINK(`mirrors.html',`Mirrors')
 </div>
 
-<!-- WIKI -->
+<!-- DOCUMENTATION/WIKI -->
 <div class="mbh">Documentation / FAQ Wiki</div>
 <div class="mbox">
+LINK(`documentation.html', `Documentation')
 LINK(`http://wiki.kolab.org/',`Wiki')
 <a href="http://eforum.de/">Support Forums</a><br />
 </div>
@@ -63,8 +58,6 @@
 <br />
 LINK(`howtos.html', `HOWTOs')
 <a href="http://kolab.org/cgi-bin/viewcvs-kolab.cgi/doc/raw-howtos/">Mini-Howtows in CVS</a><br />
-<br />
-LINK(`kolab2-clients.html', `Kolab2 Clients')
 </div>
 
 <!-- DEVELOPERS -->

Index: index.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/index.html.m4,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- index.html.m4	10 Mar 2005 13:51:55 -0000	1.43
+++ index.html.m4	11 Mar 2005 16:19:11 -0000	1.44
@@ -3,14 +3,18 @@
 <div id="date">This page was updated on:<br />$Date$</div>
 
 <p id="intro">
-Kolab is a Free Software Groupware Solution.
-The project is about the <strong>Kolab Concept</strong>
-and some software implementing it, like
-the <strong>Kolab Server</strong> and
-several clients, e.g. the <strong>KDE Kolab Client</strong>.
-Kolab builds on software and concepts
-developed during the
-<a href="http://kroupware.kolab.org/">Kroupware Contract</a>.
+Kolab is a Free Software Groupware Solution. From version 2.0
+on it allows full seamless support of mixed clients environments
+(Outlook/KDE/Web). This is because the Kolab-XML storage format
+is fully open and avoids MAPI/TNEF.
+</p>
+
+<p id="intro">
+The Kolab Groupware Project is about the <strong>Kolab Concept</strong>
+and various software products implementing it. These are especially
+the <a href="about-kolab-server.html">Kolab Server</a> and
+several <a href="about-kolab-clients.html">Kolab Clients</a>,
+e.g. Kontact, the KDE Kolab Client.
 </p>
 
 
@@ -114,157 +118,5 @@
 <!-- END NEWS BLOCK -->
 
 <a href="./newsarchive.html">Archived news</a>
-
-<h3>Kolab Clients</h3>
-<ul>
-<li>Check out the Kolab <a href="client-features.html">client feature matrix</a> for a view of supported features</li><br>
-<li><em>KDE Kolab Client</em>
-<br><br>
-
-<table>
-  <tbody>
-    <tr>
-      <td>   </td>
-      <td>KDE's Kontact can be used as Kolab2 Client 
-	providing <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.
-      </td>
-    </tr>
-
-  </tbody>
-</table>
-<br>
-</li>
-
-<li><em>Outlook Plugins</em>
-<br><br>
-<ul>
-<li>There is a seperate page listing
-<a href="kolab-plugins.html">Outlook Plugins for Accessing Kolab Servers</a>.</li>
-</ul>
-<br>
-</li>
-
-
-<li><em>Aethera</em> (from The Kompany)
-<br><br>
-
-<table>
-  <tbody>
-    <tr>
-      <td>   </td>
-      <td>
-      <strong>From the <a href="http://www.thekompany.com/projects/aethera/" name="Aethera">Aethera Site</a>:</strong><br>
-      Aethera is a pim application, i.e. it handles all kinds of personal information: email, contacts, notes,
-      tasks, todos, journals. It has various communication features regarding: send/receive email, send/receive
-      task requests and appointment requests via email. It can help you to know quickly the world's news and weather.
-      <br>
-      It supports both <strong>Microsoft Windows®</strong> and <strong>GNU/Linux</strong> Operating Systems.
-      <br><br>
-      <em>Aethera is a relative newcomer as far as Kolab support is concerned.<br>
-      <a href="http://lists.kde.org/?l=kroupware&m=107477883725343&w=2">Initial feedback</a> seems to indicate that this project still has some stability issues to resolve.</em>
-      </td>
-    </tr>
-
-  </tbody>
-</table>
-</li>
-
-<br>
-<li>Clients Under Development:
-<br><br>
-<ul>
-<li><em>Horde Webmail</em><br>
-Currently part of <a href="http://www.horde.org">Horde</a> 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="/mailman/listinfo/kolab-devel">kolab-devel
-mailing list</a>. All contributions welcome.<br><br>
-Instructions on how to obtain and install the webclient can be found
-<a href="webclient.html">here</a>.
-</li>
-</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="http://kroupware.kolab.org/howto-kolab.html">Installation of the Kolab Server</a>
-    is explained on the <a href="http://kroupware.kolab.org/">Kroupware pages</a>.
-
-    <p>
-    Some of the major components of Kolab Server 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.org/">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/sasl/">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)





More information about the commits mailing list