commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5366 - trunk/www/web/developers


From: jcater
Subject: r5366 - trunk/www/web/developers
Date: Thu, 18 Mar 2004 23:31:56 -0600 (CST)

Author: jcater
Date: 2004-03-18 23:31:51 -0600 (Thu, 18 Mar 2004)
New Revision: 5366

Added:
   trunk/www/web/developers/index.php
Log:
added placeholder page

Added: trunk/www/web/developers/index.php
===================================================================
--- trunk/www/web/developers/index.php  2004-03-19 04:41:19 UTC (rev 5365)
+++ trunk/www/web/developers/index.php  2004-03-19 05:31:51 UTC (rev 5366)
@@ -0,0 +1,24 @@
+<?php $BASEDIR=".";
+      $MODULE="developers";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+<h1>Core Developer's Center</h1>
+<p>This area will provide information for those wishing to work on
+the core GNUe tools.</p>
+
+<p>It is still under development. But for now, here are some links to 
automatically generated API docs for our tools:</p>
+<ul>
+<li><a href="../tools/common/docs/api/">Common API</a></li>
+<li><a href="../tools/forms/docs/api/">Forms API</a></li>
+<li><a href="../tools/reports/docs/api/">Reports API</a></li>
+<li><a href="../tools/appserver/docs/api/">AppServer API</a></li>
+<li><a href="../tools/designer/docs/api/">Designer API</a></li>
+<li><a href="../tools/navigator/docs/api/">Navigator API</a></li>
+</ul>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]