diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
| commit | 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch) | |
| tree | e2adf4f018d79bce5853d42cdbda6c05c25955fa /apidocs.php | |
| download | website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip | |
Initial import of static files
Diffstat (limited to 'apidocs.php')
| -rw-r--r-- | apidocs.php | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/apidocs.php b/apidocs.php new file mode 100644 index 0000000..ba121ff --- /dev/null +++ b/apidocs.php @@ -0,0 +1,46 @@ +<?php + include("tde-head-and-foot.php"); + doHeader("Trinity API Documentation", "Development", "API Docs"); +?> +<P><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(); +?> |
