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> <h2>Documentation</h2>
<a href="/docs/qt3">Qt3 API Index</a> <p>The documentation is divided by the target group for users and for developers,
<BR> and according to the way it is maintained the pages on the web and categories and
<a href="/docs/qt4">Qt4 API Index</a><BR> pages in Wiki.</p>
<a href="/docs/qt4/porting4.html">Qt3 to Qt4 porting guide</a><P>
<a href="/docs/trinity/">Trinity API</a> <h3>For users</h3>
<FORM action="/search/omega" method="get"> <ul>
<DIV> <li><a href="https://wiki.trinitydesktop.org">
<INPUT type="text" name="P"> Wiki pages</a></li>
<INPUT type="hidden" name="DEFAULTOP" value="or"> <li><a href="https://wiki.trinitydesktop.org/Category:Documentation">
<INPUT type="hidden" name="DB" value="qt3"> Category Documentation</a></li>
<INPUT type="hidden" name="FMT" value="qt3"> <li><a href="https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager">
<INPUT type="hidden" name="xDB" value="default"> Installation instructions</a></li>
<INPUT type="submit" value="Search Qt3 API Documentation"> <li><a href="../applications.php">
</DIV> Application information</a></li>
</FORM> <li><a href="../faq/">
Frequently Asked Questions</a></li>
<FORM action="/search/omega" method="get"> </ul>
<DIV>
<INPUT type="text" name="P">
<INPUT type="hidden" name="DEFAULTOP" value="or"> <h3>For developers</h3>
<INPUT type="hidden" name="DB" value="qt4">
<INPUT type="hidden" name="FMT" value="qt4"> <ul>
<INPUT type="hidden" name="xDB" value="default"> <li><a href="https://wiki.trinitydesktop.org/Category:Developers">
<INPUT type="submit" value="Search Qt4 API Documentation"> Category Developers</a></li>
</DIV> <li><a href="../development.php">
</FORM> Development section</a></li>
<li><a href="../apidocs.php">
<FORM action="/search/omega" method="get"> API documentation</a></li>
<DIV> </ul>
<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>
<?php <?php
doFooter(); doFooter();

Loading…
Cancel
Save