You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2005/05/24 18:29:48 UTC

svn commit: r178201 - in /incubator/derby/site/trunk: build/site/faq.html src/documentation/content/xdocs/faq.xml

Author: jta
Date: Tue May 24 09:29:45 2005
New Revision: 178201

URL: http://svn.apache.org/viewcvs?rev=178201&view=rev
Log:
DERBY-312: added FAQ to clarify where to find the prebuilt Derby documentation.

Modified:
    incubator/derby/site/trunk/build/site/faq.html
    incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml

Modified: incubator/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/faq.html?rev=178201&r1=178200&r2=178201&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/faq.html (original)
+++ incubator/derby/site/trunk/build/site/faq.html Tue May 24 09:29:45 2005
@@ -190,54 +190,59 @@
 <a href="#users">2. Using Derby</a>
 <ul class="minitoc">
 <li>
-<a href="#createdb_OS_X">2.1. 
+<a href="#where_are_docs">2.1. 
+      Where can I find the Derby documentation?
+      </a>
+</li>
+<li>
+<a href="#createdb_OS_X">2.2. 
         Why can't I create a new database or modify an existing database 
 	on Mac OS X?
       </a>
 </li>
 <li>
-<a href="#derby_jar">2.2. 
+<a href="#derby_jar">2.3. 
         Where can I download the Derby jar files?
       </a>
 </li>
 <li>
-<a href="#null_args">2.3. 
+<a href="#null_args">2.4. 
       Why can't my SQL function/procedure pass a NULL INTEGER?
       </a>
 </li>
 <li>
-<a href="#pda">2.4. 
+<a href="#pda">2.5. 
       Can you run Derby on PDAs and phones?
       </a>
 </li>
 <li>
-<a href="#limit">2.5. 
+<a href="#limit">2.6. 
       Does Derby support a LIMIT command? 
       </a>
 </li>
 <li>
-<a href="#clientserv">2.6. 
+<a href="#clientserv">2.7. 
       Can you use Derby for client-server applications?
       </a>
 </li>
 <li>
-<a href="#netclient">2.7. 
+<a href="#netclient">2.8. 
       Does Derby include a client-server ("network") jdbc driver?
       </a>
 </li>
 <li>
-<a href="#db2_jcc_errors">2.8. 
+<a href="#db2_jcc_errors">2.9. 
       How can I get the message text for an error using the DB2 JDBC
       Universal Driver?
       </a>
 </li>
 <li>
-<a href="#schema_exist">2.9. 
+<a href="#schema_exist">2.10. 
       Why do I get the error 'schema does not exist'?
       </a>
 </li>
 <li>
-<a href="#in_memory">2.10. 
+<a href="#in_memory">2.11. 
       Does Derby have a mode that causes it to run entirely in memory?
       </a>
 </li>
@@ -336,8 +341,34 @@
 </div>
 <a name="N10058"></a><a name="users"></a>
 <h3 class="boxed">2. Using Derby</h3>
-<a name="N1005C"></a><a name="createdb_OS_X"></a>
+<a name="N1005C"></a><a name="where_are_docs"></a>
 <h4 class="faq">2.1. 
+      Where can I find the Derby documentation?
+      </h4>
+<div align="right">
+<a href="#where_are_docs-menu">^</a>
+</div>
+<div style="margin-left: 15px">
+<p>
+      Prebuilt documentation for Derby 10.0 is available from
+<a href="http://incubator.apache.org/derby/manuals/">http://incubator.apache.org/derby/manuals/</a>, 
+      which points to documentation in html format at
+      <a href="http://incubator.apache.org/derby/docs/10.0/">http://incubator.apache.org/derby/docs/10.0/</a>.
+      </p>
+<p>
+      Prebuilt documentation for Derby 10.1 is available from
+<a href="http://incubator.apache.org/derby/manuals/">http://incubator.apache.org/derby/manuals/</a>, 
+      which points to documentation in PDF and html format at
+      <a href="http://incubator.apache.org/derby/docs/">http://incubator.apache.org/derby/docs/</a>.
+      </p>
+<p>
+      You can also build the documents yourself; for more information, see
+      the <a href="http://incubator.apache.org/derby/manuals/dita.html">DITA</a>
+      instructions.
+      </p>
+</div>
+<a name="N1007E"></a><a name="createdb_OS_X"></a>
+<h4 class="faq">2.2. 
         Why can't I create a new database or modify an existing database 
 	on Mac OS X?
       </h4>
@@ -357,8 +388,8 @@
 	sync instead of write sync for log writes.
 	</p>
 </div>
-<a name="N1006C"></a><a name="derby_jar"></a>
-<h4 class="faq">2.2. 
+<a name="N1008E"></a><a name="derby_jar"></a>
+<h4 class="faq">2.3. 
         Where can I download the Derby jar files?
       </h4>
 <div align="right">
@@ -370,8 +401,8 @@
 	from the <a href="derby_downloads.html">Derby Downloads</a> page.
 	</p>
 </div>
-<a name="N10078"></a><a name="null_args"></a>
-<h4 class="faq">2.3. 
+<a name="N1009A"></a><a name="null_args"></a>
+<h4 class="faq">2.4. 
       Why can't my SQL function/procedure pass a NULL INTEGER?
       </h4>
 <div align="right">
@@ -389,8 +420,8 @@
       mail list topic.
       </p>
 </div>
-<a name="N10084"></a><a name="pda"></a>
-<h4 class="faq">2.4. 
+<a name="N100A6"></a><a name="pda"></a>
+<h4 class="faq">2.5. 
       Can you run Derby on PDAs and phones?
       </h4>
 <div align="right">
@@ -408,8 +439,8 @@
       mail list topic.
       </p>
 </div>
-<a name="N10094"></a><a name="limit"></a>
-<h4 class="faq">2.5. 
+<a name="N100B6"></a><a name="limit"></a>
+<h4 class="faq">2.6. 
       Does Derby support a LIMIT command? 
       </h4>
 <div align="right">
@@ -421,8 +452,8 @@
       <a class="external" href="http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200411.mbox/%3c41A95632.3010301@debrunners.com%3e">JDBC</a>.
       </p>
 </div>
-<a name="N100A0"></a><a name="clientserv"></a>
-<h4 class="faq">2.6. 
+<a name="N100C2"></a><a name="clientserv"></a>
+<h4 class="faq">2.7. 
       Can you use Derby for client-server applications?
       </h4>
 <div align="right">
@@ -442,8 +473,8 @@
       <a href="papers/DerbyClientSpec.html">Derby Network Client</a>.
       </p>
 </div>
-<a name="N100B8"></a><a name="netclient"></a>
-<h4 class="faq">2.7. 
+<a name="N100DA"></a><a name="netclient"></a>
+<h4 class="faq">2.8. 
       Does Derby include a client-server ("network") jdbc driver?
       </h4>
 <div align="right">
@@ -465,8 +496,8 @@
      provides API descriptions and example usage.
       </p>
 </div>
-<a name="N100C8"></a><a name="db2_jcc_errors"></a>
-<h4 class="faq">2.8. 
+<a name="N100EA"></a><a name="db2_jcc_errors"></a>
+<h4 class="faq">2.9. 
       How can I get the message text for an error using the DB2 JDBC
       Universal Driver?
       </h4>
@@ -483,8 +514,8 @@
       mail list topic.
       </p>
 </div>
-<a name="N100D7"></a><a name="schema_exist"></a>
-<h4 class="faq">2.9. 
+<a name="N100F9"></a><a name="schema_exist"></a>
+<h4 class="faq">2.10. 
       Why do I get the error 'schema does not exist'?
       </h4>
 <div align="right">
@@ -515,8 +546,8 @@
       to create in a particular schema and no explicit CREATE SCHEMA was issued.
       </p>
 </div>
-<a name="N100E8"></a><a name="in_memory"></a>
-<h4 class="faq">2.10. 
+<a name="N1010A"></a><a name="in_memory"></a>
+<h4 class="faq">2.11. 
       Does Derby have a mode that causes it to run entirely in memory?
       </h4>
 <div align="right">

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=178201&r1=178200&r2=178201&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml Tue May 24 09:29:45 2005
@@ -108,6 +108,30 @@
   <faqsection id="users">
     <title>Using Derby</title>
 
+    <faq id="where_are_docs">
+      <question>
+      Where can I find the Derby documentation?
+      </question>
+      <answer>
+      <p>
+      Prebuilt documentation for Derby 10.0 is available from
+<a href="http://incubator.apache.org/derby/manuals/">http://incubator.apache.org/derby/manuals/</a>, 
+      which points to documentation in html format at
+      <a href="http://incubator.apache.org/derby/docs/10.0/">http://incubator.apache.org/derby/docs/10.0/</a>.
+      </p>
+      <p>
+      Prebuilt documentation for Derby 10.1 is available from
+<a href="http://incubator.apache.org/derby/manuals/">http://incubator.apache.org/derby/manuals/</a>, 
+      which points to documentation in PDF and html format at
+      <a href="http://incubator.apache.org/derby/docs/">http://incubator.apache.org/derby/docs/</a>.
+      </p>
+      <p>
+      You can also build the documents yourself; for more information, see
+      the <a href="http://incubator.apache.org/derby/manuals/dita.html">DITA</a>
+      instructions.
+      </p>
+      </answer>
+    </faq>
     <faq id="createdb_OS_X">
       <question>
         Why can't I create a new database or modify an existing database