The entry page for documentation changed to serve as a signpost.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 3 years ago
parent 6d1d2dd9cf
commit 5fcce6fc40
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -12,46 +12,39 @@ doHeader("Trinity Documentation", "Documentation", "_");
?>
<a href="https://wiki.trinitydesktop.org/Category:Documentation">Roadmaps, tutorials, and other non-API Documentation</a><P>
<a href="/docs/qt3">Qt3 API Index</a>
<BR>
<a href="/docs/qt4">Qt4 API Index</a><BR>
<a href="/docs/qt4/porting4.html">Qt3 to Qt4 porting guide</a><P>
<a href="/docs/trinity/">Trinity API</a>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="qt3">
<INPUT type="hidden" name="FMT" value="qt3">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Qt3 API Documentation">
</DIV>
</FORM>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="qt4">
<INPUT type="hidden" name="FMT" value="qt4">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Qt4 API Documentation">
</DIV>
</FORM>
<FORM action="/search/omega" method="get">
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or">
<INPUT type="hidden" name="DB" value="trinity_api">
<INPUT type="hidden" name="FMT" value="trinity_api">
<INPUT type="hidden" name="xDB" value="default">
<INPUT type="submit" value="Search Trinity API Documentation">
</DIV>
</FORM>
<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();

Loading…
Cancel
Save