diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-03-22 16:27:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-03-23 03:09:44 +0100 |
commit | 4a3abd7ffc71d76c93516cbb2c839b50c713c0e6 (patch) | |
tree | f7dabe364c9d0c0326fc023e105c3098804d7f07 | |
parent | 68afea32388839796b738109700944c3059eea29 (diff) | |
download | website-core-4a3abd7ffc71d76c93516cbb2c839b50c713c0e6.tar.gz website-core-4a3abd7ffc71d76c93516cbb2c839b50c713c0e6.zip |
Updates and changes to Developer Resources section.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | apidocs.php | 45 | ||||
-rw-r--r-- | devresources.php | 3 | ||||
-rw-r--r-- | relatedprojects.php | 50 |
3 files changed, 43 insertions, 55 deletions
diff --git a/apidocs.php b/apidocs.php index 166aec6..5e08865 100644 --- a/apidocs.php +++ b/apidocs.php @@ -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(); diff --git a/devresources.php b/devresources.php index 88f4aba..daf3f2e 100644 --- a/devresources.php +++ b/devresources.php @@ -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> diff --git a/relatedprojects.php b/relatedprojects.php index ffa03d1..fd0aa4f 100644 --- a/relatedprojects.php +++ b/relatedprojects.php @@ -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(); |