summaryrefslogtreecommitdiffstats
path: root/devresources.php
diff options
context:
space:
mode:
Diffstat (limited to 'devresources.php')
-rw-r--r--devresources.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/devresources.php b/devresources.php
new file mode 100644
index 0000000..88f4aba
--- /dev/null
+++ b/devresources.php
@@ -0,0 +1,33 @@
+<?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://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>
+
+<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();
+?>