summaryrefslogtreecommitdiffstats
path: root/development.php
blob: cdcf7fc8156c39e45fb456d98752c228c0ecdbc7 (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
31
32
<?php
    include("tde-head-and-foot.php");
    doHeader("Trinity Development", "Development", "_");
?>
<p>This page is a portal to the various resources used in the development of the Trinity Desktop Environment.</p>

<h2/>Resources</h2>

<h3>Repositories</h3>
  <div>
    <a href="https://mirror.git.trinitydesktop.org/gitea/TDE">Official GIT Repository</a> <br>
    <a href="patches/">Commit patches from GIT</a> <br>
    <a href="https://wiki.trinitydesktop.org/Project_GIT_Information#Using_GIT">Obtaining the source code</a> <br>
  </div>

<h3>Web Pages and Documentation</h3>
  <div>
    <a href="https://wiki.trinitydesktop.org/Category:Developers">Developer's Area on the Wiki</a> <br>
    <a href="https://wiki.trinitydesktop.org/Project_RoadMap">Project Roadmap</a> <br>
    <a href="./mailinglist.php">Mailing Lists</a> <br>
    <a href="contributors.php">TDE Team</a><br/>
    <a href="cla/">CLAs</a><br/>
  </div>

<h3>Other</h3>
  <div>
    <a href="devresources.php">Resources</a><br/>
  </div>

<?php
    doFooter();
?>