summaryrefslogtreecommitdiffstats
path: root/handbooks.php
blob: 84c2d39fbdeb47ca0f95280e1a6d2d535b9d9d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
    include("tde-head-and-foot.php");
    doHeader("Trinity Handbooks", "Documentation", "Handbooks");
?>
<P>The handbooks are the primary help files provided with Trinity.  Browse the most recent versions
on-line here:
<P><A HREF="">Welcome to Trinity</A>
<BR><A HREF="">Trinity Users' Manual</A>
<BR><A HREF="">Application Manuals</A>
<BR><A HREF="">Applet Manuals</A>
<BR><A HREF="">Control Center Modules</A>
<BR><A HREF="">Ioslaves</A>
<BR><A HREF="">Konqueror Plugins</A>
<BR><A HREF="">Tutorials</A>

<?php
    doFooter();
?>