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