stephan: doc/www/src client-features.html.m4, NONE, 1.1 Makefile, 1.6, 1.7 index.html.m4, 1.8, 1.9

cvs at intevation.de cvs at intevation.de
Tue Sep 9 10:30:35 CEST 2003


Author: stephan

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

Modified Files:
	Makefile index.html.m4 
Added Files:
	client-features.html.m4 
Log Message:
Add a new client-features matrix to track the supported features of the
Kolab clients


--- NEW FILE: client-features.html.m4 ---
m4_define(`PAGE_TITLE',`Kolab Clients - Feature Matrix')

m4_include(header.html.m4)

<table cols="4" border="1" cellspacing="0" cellpadding="2" width="100%">
  <thead bgcolor="#ddddff">
  <th width="20%">Category</th><th width="20%">Sub-Category</th><th width="30%">KDE</th><th width="30%">Horde</th>
  </thead>

  <tbody>
    <tr bgcolor="#ececec">
	  <td width="0%">Mail</td>
	  <td width="0%">IMAP</td>
      <td>Disconnected</td>
      <td>Yes</td>
    </tr>
    <tr>
	  <td></td>
	  <td>POP3</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
    <tr bgcolor="#ececec">
	  <td>Groupware (IMAP)</td>
	  <td>Calendar</td>
      <td>Yes</td>
      <td>Partial</td>
    </tr>
    <tr>
	  <td></td>
	  <td>Task List</td>
      <td>Yes</td>
      <td>Yes</td>
    </tr>
    <tr>
	  <td></td>
	  <td>Memos</td>
      <td>Yes</td>
      <td>Yes</td>
    </tr>
    <tr>
	  <td></td>
	  <td>Contacts</td>
      <td>Yes</td>
      <td>Yes</td>
    </tr>
	<tr>
	  <td></td>
	  <td>Meeting Requests (Recv)</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
	<tr>
	  <td></td>
	  <td>Meeting Requests (Send)</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
	<tr>
	  <td></td>
	  <td>Task Requests (Recv)</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
	<tr>
	  <td></td>
	  <td>Task Requests (Send)</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
	<tr>
	  <td></td>
	  <td>Free/Busy View</td>
      <td>Yes</td>
      <td>No</td>
    </tr>
	<tr bgcolor="#ececec">
	  <td>Address Book</td>
	  <td>IMAP</td>
      <td>Yes</td>
      <td>Yes</td>
    </tr>
	<tr>
	  <td></td>
	  <td>LDAP</td>
      <td>Yes</td>
      <td>Yes</td>
    </tr>
	<tr bgcolor="#ececec">
	  <td>Future</td>
	  <td>IMAP IDLE</td>
      <td>No</td>
      <td>No</td>
    </tr>
  </tbody>
</table>

m4_include(footer.html.m4)
Index: Makefile
===================================================================
RCS file: /kolabrepository/doc/www/src/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	24 Jul 2003 06:16:59 -0000	1.6
+++ Makefile	9 Sep 2003 08:30:32 -0000	1.7
@@ -1,5 +1,5 @@
 HTML_FILES=index.html howtos.html cvs-kolab.html \
-documentation.html screenshots.html 
+client-features.html documentation.html screenshots.html 
 
 all:
 	mkdir -p ../html

Index: index.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/index.html.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.html.m4	13 Aug 2003 13:52:10 -0000	1.8
+++ index.html.m4	9 Sep 2003 08:30:33 -0000	1.9
@@ -29,6 +29,7 @@
 
 <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 (KMail Kroupware Branch)</em>
 
 <table>





More information about the commits mailing list