public_html/skins

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Apr 6 12:00:34 CEST 2012


 public_html/skins/default/templates/about.html |   51 +++++++++++++++++++++----
 1 file changed, 43 insertions(+), 8 deletions(-)

New commits:
commit b1e25f06eda4e24bba47c39e4455ddf4692728e9
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Apr 6 12:00:22 2012 +0200

    Provide some content on the About page

diff --git a/public_html/skins/default/templates/about.html b/public_html/skins/default/templates/about.html
index 3b00889..48dc9b3 100644
--- a/public_html/skins/default/templates/about.html
+++ b/public_html/skins/default/templates/about.html
@@ -1,14 +1,49 @@
 <div id="task_content">
+    <h1>Kolab Web Administration Panel</h1>
+    <p>
+        This is the Kolab Web Administration Panel client interface for <a href="http://www.kolab.org">Kolab Groupware</a>, developed by <a href="http://www.kolabsys.com">Kolab Systems AG</a>.
+    </p>
 
-<h1>Kolab Web Admin</h1>
+    <p>
+        The Kolab WAP client interface is licensed under the conditions set forth in the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License version 3</a> (AGPLv3) or, at your option, any later version of the GNU Affero GPL license (AGPLv3+).
+    </p>
 
-<p>
-License, Copyright, etc.
-</p>
-
-
-<a onclick="kadm.display_message('Test message', 'notice')">test notice</a> 
-<a onclick="kadm.display_message('Test message', 'error')">test error</a> 
+    <h2>Authors</h2>
+    <p>
+        Authors of the Kolab Groupware Web Administration Panel include;
+    </p>
+    <p>
+        <ul>
+            <li>
+                Aleksander Machniak
+            </li>
+            <li>
+                Jeroen van Meeuwen
+            </li>
+        </ul>
+    </p>
 
+    <h2>Documentation</h2>
+    <p>
+        Documentation for the Kolab Groupware Web Administration Panel and backend API can be found at <a href="http://docs.kolab.org/">the Kolab Groupware documentation site</a>.
+    </p>
 
+    <h2>Feedback</h2>
+    <p>
+        We value your feedback, and would like to offer you the following means of getting in touch with us;
+    </p>
+    <p>
+        <ul>
+            <li>
+                <a href="http://lists.kolab.org/mailman/listinfo/kolab-users">Users mailing list</a>, for help installing, configuring or operating, other general questions and comments. (<a href="mailto:kolab-users-subscribe at kolab.org">subscribe</a>, <a href="http://lists.kolab.org/pipermail/kolab-users/">archives</a>)
+            </li>
+            <li>
+                <a href="http://lists.kolab.org/mailman/listinfo/kolab-devel">Development mailing list</a>, for enhancement requests, compatibility issues and general inquiries. (<a href="mailto:kolab-devel-subscribe at kolab.org">subscribe</a>, <a href="http://lists.kolab.org/pipermail/kolab-devel/">archives</a>)
+            </li>
+            <li>
+                Our <a href="http://issues.kolab.org/">issue tracker</a>.
+            </li>
+        </ul>
+    </p>
 </div>
+





More information about the commits mailing list