summaryrefslogtreecommitdiffstats
path: root/relatedprojects.php
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
commit5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch)
treee2adf4f018d79bce5853d42cdbda6c05c25955fa /relatedprojects.php
downloadwebsite-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz
website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip
Initial import of static files
Diffstat (limited to 'relatedprojects.php')
-rw-r--r--relatedprojects.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/relatedprojects.php b/relatedprojects.php
new file mode 100644
index 0000000..ffa03d1
--- /dev/null
+++ b/relatedprojects.php
@@ -0,0 +1,31 @@
+<?php
+ include("tde-head-and-foot.php");
+ doHeader("Related Projects", "Development", "Related Projects");
+?>
+
+ <p>
+ These are projects related to the Trinity Desktop Environment. They have either been
+ developed specifically for Trinity, or have been patched to work correctly with Trinity.
+ </p>
+
+ <h3>libcaldav</h3>
+ <p>
+ Trinity utilizes a patched version of libcaldav from <a href="http://sourceforge.net/projects/libcaldav/">libcaldav's Sourceforge site.</a><P>
+ libcaldev is a client library that adds support for the CalDAV protocol (rfc4791). The
+ object is to have a library which fully implements the protocol so that it is easy
+ to integrate CalDAV support into any PIM application. The latest patched sources
+ and Debian binaries are available from our GIT system: <a href="https://git.trinitydesktop.org/cgit/libcaldav/">Go there now!</a>
+ </p>
+
+ <h3>libcarddav</h3>
+ <p>
+ Libcarddav is a portable CardDAV client implementation originally developed for the Trinity
+ PIM suite. It incorporates full list, get, add, modify, and delete functionality per the
+ latest CardDAV standards. Build dependencies are minimal, requiring only libcurl. The latest
+ sources and Debian binaries are available on our GIT system:
+ <a href="https://git.trinitydesktop.org/cgit/libcarddav/">Go there now!</a>
+ </p>
+
+<?php
+ doFooter();
+?>