Add module intformation draft.
authorFlorian Boor <florian@kernelconcepts.de>
Mon, 8 May 2006 16:47:55 +0000 (16:47 +0000)
committerFlorian Boor <florian@kernelconcepts.de>
Mon, 8 May 2006 16:47:55 +0000 (16:47 +0000)
pmo-trunk-r8

html/module.html [new file with mode: 0644]

diff --git a/html/module.html b/html/module.html
new file mode 100644 (file)
index 0000000..5c8bcad
--- /dev/null
@@ -0,0 +1,36 @@
+<HTML>
+<HEAD>
+<TITLE>Modest eMail Client - Modules</TITLE>
+</HEAD>
+<BODY>
+<H2>Module Overview</H2>
+  <P>
+    Information about the software modules Modest consists of, their status and who is working on them.<br>
+    List is still a draft and everything but complete.
+  </P>
+  <P>
+    <TABLE WIDTH=100%>
+       <TR>
+         <TD><B>Module name</B></TD>
+         <TD><B>Namespace</B></TD>
+         <TD><B>Status</B></TD>
+         <TD><B>Involved Developers</B></TD>
+       </TR>
+       <TR>
+       </TR>
+       <TR>
+         <TD>Main Application Framework</TD>
+         <TD>modest-main</TD>
+         <TD>Experimental</TD>
+         <TD>Dirk-Jan Binnema</TD>
+       </TR>
+       <TR>
+         <TD>Account Presets</TD>
+         <TD>modest-account-presets</TD>
+         <TD>Preliminary API defined</TD>
+         <TD>Florian Boor</TD>
+       </TR>
+    </TABLE>
+  </P>
+</BODY>
+</HTML>