From 4a3abd7ffc71d76c93516cbb2c839b50c713c0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 22 Mar 2021 16:27:52 +0100 Subject: [PATCH] Updates and changes to Developer Resources section. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- apidocs.php | 45 +++++++++------------------------------- devresources.php | 3 --- 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"); ?> -

-Qt3 API Index
-Qt4 API Index
-Qt3 to Qt4 porting guide

-Trinity API -

-
- - - - - - -
-
+

TQt framework API

+

-
-
- - - - - - -
-
+

Trinity API

+

-
-
- - - - - - -
-
Other
- Nightly Builds
- Nightly Builds Landing Page
- Nightly Builds Installation Instructions
uLab GIT
uLab Builds
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.

-

libcaldav

-

- Trinity utilizes a patched version of libcaldav from libcaldav's Sourceforge site.

- 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: Go there now! -

- -

libcarddav

-

- 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: - Go there now! -

+

libart-lgpl

+

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: +Go there now!

+ + +

libcaldav

+

Trinity utilizes a patched version of libcaldav from +libcaldav's Sourceforge site.

+

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: +Go there now!

+ + +

libcarddav

+

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: +Go there now!

+ + +

libr

+

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: +Go there now!

+