summaryrefslogtreecommitdiffstats
path: root/docs/index.php
blob: 87ea6cab3caf421c7584d1f6a02c7afc4707f9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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", "_");

?>

<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/index.html">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>

<?php
	doFooter();
?>