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 2007/03/14 15:56:48 UTC

svn commit: r518166 - in /db/derby/site/trunk: build/site/papers/derby_htw.html src/documentation/content/xdocs/papers/derby_htw.xml

Author: jta
Date: Wed Mar 14 07:56:47 2007
New Revision: 518166

URL: http://svn.apache.org/viewvc?view=rev&rev=518166
Log:
Add warning to the "How Things Work" page on the derby web site 
(derby_htw.html) that it's really old. Added pointer to the Derby Wiki
and the How It Works page on the Derby wiki.

Modified:
    db/derby/site/trunk/build/site/papers/derby_htw.html
    db/derby/site/trunk/src/documentation/content/xdocs/papers/derby_htw.xml

Modified: db/derby/site/trunk/build/site/papers/derby_htw.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/derby_htw.html?view=diff&rev=518166&r1=518165&r2=518166
==============================================================================
--- db/derby/site/trunk/build/site/papers/derby_htw.html (original)
+++ db/derby/site/trunk/build/site/papers/derby_htw.html Wed Mar 14 07:56:47 2007
@@ -262,6 +262,16 @@
 <h1>How Things Work</h1> 
 
 
+<div class="frame warning">
+<div class="label">Warning</div>
+<div class="content">
+This page is ancient, predating the creating of the
+<a class="external" href="http://wiki.apache.org/db-derby/HowItWorks">Derby Wiki</a>.
+The Wiki <a class="external" href="http://wiki.apache.org/db-derby/HowItWorks">HowItWorks</a>
+page has more current pointers to information.
+</div>
+</div>
+
 <p>
 For a developer just getting started with Derby a logical first step 
 is to browse the <a href="../derby_mail.html">derby-dev@db.apache.org</a> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/derby_htw.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/derby_htw.xml?view=diff&rev=518166&r1=518165&r2=518166
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/derby_htw.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/derby_htw.xml Wed Mar 14 07:56:47 2007
@@ -23,6 +23,12 @@
   </header> 
   <body> 
 
+<warning>
+This page is ancient, predating the creating of the
+<a href="http://wiki.apache.org/db-derby/HowItWorks">Derby Wiki</a>.
+The Wiki <a href="http://wiki.apache.org/db-derby/HowItWorks">HowItWorks</a>
+page has more current pointers to information.
+</warning>
 <p>
 For a developer just getting started with Derby a logical first step 
 is to browse the <a href="../derby_mail.html">derby-dev@db.apache.org</a>