summaryrefslogtreecommitdiffstats
path: root/devresources.php
blob: daf3f2e27bafaba7aae0fcf980be9620de6a3214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
    include("tde-head-and-foot.php");
    doHeader("Trinity Development Resources", "Development", "Resources");
?>

<h2/>Resources</h2>

<h3>Web Pages and Documentation</h3>
  <div>
    <a href="apidocs.php">API Documentation</a><br/>
    <a href="crfe/">Supported RFEs</a><br/>
    <a href="relatedprojects.php">Related projects</a><br/>
    <a href="http://etherpad.trinitydesktop.org">Official Etherpad [a real-time collaboration tool]</a> <br>
  </div>

<h3>Other</h3>
  <div>
    <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>

<h3>External Links</h3>
  <div>
    <a href="https://www.openhub.net/p/tde">Code Stats on OpenHub</a><br/>
    <a href="https://websvn.kde.org/branches/trinity/">Old official SVN on KDE.org</a><br/>
  </div>

<?php
    doFooter();
?>