You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemainweb-core/docs/index.php

52 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
// (c) 2014 Trinity Desktop Project
// All Rights Reserved
// Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison
$path = '../';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
include("tde-head-and-foot.php");
doHeader("Trinity Documentation", "Documentation", "_");
?>
<h2>Documentation</h2>
<p>The documentation is divided by the target group for users and for developers,
and according to the way it is maintained the pages on the web and categories and
pages in Wiki.</p>
<h3>For users</h3>
<ul>
<li><a href="https://wiki.trinitydesktop.org">
Wiki pages</a></li>
<li><a href="https://wiki.trinitydesktop.org/Category:Documentation">
Category Documentation</a></li>
<li><a href="https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager">
Installation instructions</a></li>
<li><a href="../applications.php">
Application information</a></li>
<li><a href="../faq/">
Frequently Asked Questions</a></li>
</ul>
<h3>For developers</h3>
<ul>
<li><a href="https://wiki.trinitydesktop.org/Category:Developers">
Category Developers</a></li>
<li><a href="../development.php">
Development section</a></li>
<li><a href="../apidocs.php">
API documentation</a></li>
</ul>
<?php
doFooter();
?>