Updates and changes to Developer Resources section.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 3 years ago
parent 68afea3238
commit 4a3abd7ffc
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -2,44 +2,19 @@
include("tde-head-and-foot.php");
doHeader("Trinity API Documentation", "Development", "API Docs");
?>
<P><P>
<a href="/docs/qt3">Qt3 API Index</a><BR>
<a href="/docs/qt4">Qt4 API Index</a><BR>
<a href="/docs/qt4/porting4.html">Qt3 to Qt4 porting guide</a><P>
<a href="/docs/trinity/">Trinity API</a>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="qt3">
<INPUT type="hidden" name="FMT" value="qt3">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Qt3 API Documentation">
</DIV>
</FORM>
<h3>TQt framework API</h3>
<p><ul>
<li><a href="/docs/qt3/">tqt3</a></li>
</ul></p>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="qt4">
<INPUT type="hidden" name="FMT" value="qt4">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Qt4 API Documentation">
</DIV>
</FORM>
<h3>Trinity API</h3>
<p><ul>
<li><a href="/docs/trinity/tdelibs/">tdelibs</a></li>
<li><a href="/docs/trinity/tdebase/">tdebase</a></li>
<li><a href="/docs/trinity/tdepim/">tdepim</a></li>
</ul></p>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="trinity_api">
<INPUT type="hidden" name="FMT" value="trinity_api">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Trinity API Documentation">
</DIV>
</FORM>
<?php
doFooter();

@ -15,9 +15,6 @@
<h3>Other</h3>
<div>
<a href="https://quickbuild.io/~trinity/+archive/trinity-nightly-builds/+packages?start=0&batch=300" title="Nightly Builds">Nightly Builds</a> <br>
<a href="https://quickbuild.io/~trinity/+archive/ubuntu/trinity-nightly-builds/" title="Nightly Builds Landing Page">Nightly Builds Landing Page</a> <br>
<a href="https://wiki.trinitydesktop.org/Nightly_Builds" title="Nightly Builds Installation Instructions">Nightly Builds Installation Instructions</a> <br>
<a href="https://mirror.git.trinitydesktop.org/gitea/uLab/">uLab GIT</a><br/>
<a href="https://quickbuild.io/~trinity/+archive/ubuntu/ulab">uLab Builds</a><br/>
</div>

@ -8,23 +8,39 @@
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>
<h3>libart-lgpl</h3>
<p>Libart is a library for high-performance 2D graphics. It was used as the antialiased
rendering engine for the Gnome Canvas. But for this purpose was abandoned. TDE team added
patches to resolve crashes and also made conversion to CMake build system. The current
source code was therefore added to our GIT system:
<a href="https://git.trinitydesktop.org/cgit/libart-lgpl/">Go there now!</a></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>
<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>
<h3>libr</h3>
<p>Libr is library to manage resources in ELF binaries. It provide an easy to use
mechanism for embedding, retrieving and deleting resources in ELF binaries. TDE team
maintains compatibility with libbfd API changes in binutils and also made conversion
to CMake build system. The current source code was therefore added to our GIT system:
<a href="https://git.trinitydesktop.org/cgit/libr/">Go there now!</a></p>
<?php
doFooter();

Loading…
Cancel
Save