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 rh...@apache.org on 2011/04/08 18:36:45 UTC

svn commit: r1090339 - in /db/derby/code/branches/10.8: ./ java/demo/ java/demo/localcal/src/ java/demo/nserverdemo/ java/demo/simple/ java/demo/simplemobile/ java/demo/toursdb/ java/demo/workingwithderby/

Author: rhillegas
Date: Fri Apr  8 16:36:45 2011
New Revision: 1090339

URL: http://svn.apache.org/viewvc?rev=1090339&view=rev
Log:
DERBY-5180: Port 1090336 from trunk to 10.8 branch.

Modified:
    db/derby/code/branches/10.8/index.html
    db/derby/code/branches/10.8/java/demo/localcal/src/index.html
    db/derby/code/branches/10.8/java/demo/nserverdemo/nserverdemo.html
    db/derby/code/branches/10.8/java/demo/nserverdemo/readme.html
    db/derby/code/branches/10.8/java/demo/nserverdemo/simpleserversample.html
    db/derby/code/branches/10.8/java/demo/readme.html
    db/derby/code/branches/10.8/java/demo/simple/example.html
    db/derby/code/branches/10.8/java/demo/simplemobile/readme.html
    db/derby/code/branches/10.8/java/demo/toursdb/toursdb_readme.html
    db/derby/code/branches/10.8/java/demo/workingwithderby/readme.html

Modified: db/derby/code/branches/10.8/index.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/index.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/index.html (original)
+++ db/derby/code/branches/10.8/index.html Fri Apr  8 16:36:45 2011
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<html>
+<html lang="en">
 <title>Welcome to Apache Derby</title>
 <body>
 <center><a href="http://db.apache.org/derby/">
-        <img src="docs/html/images/logowithtext.jpg" border="0"/></a><br/>
+        <img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" border="0"/></a><br/>
 <h2>Contents</h2>
 <a href="#new">New to Derby?</a><br/>
 <a href="#using">Using Derby</a><br/>

Modified: db/derby/code/branches/10.8/java/demo/localcal/src/index.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/localcal/src/index.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/localcal/src/index.html (original)
+++ db/derby/code/branches/10.8/java/demo/localcal/src/index.html Fri Apr  8 16:36:45 2011
@@ -17,7 +17,7 @@
   limitations under the License.
 -->
 
-<html>
+<html lang="en">
 <head>
   <title>LocalCalendar</title>
   <style type="text/css">

Modified: db/derby/code/branches/10.8/java/demo/nserverdemo/nserverdemo.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/nserverdemo/nserverdemo.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/nserverdemo/nserverdemo.html (original)
+++ db/derby/code/branches/10.8/java/demo/nserverdemo/nserverdemo.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
+<HTML lang="en">
 <HEAD>
 <TITLE>Derby Network Server sample program</TITLE>
 <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">

Modified: db/derby/code/branches/10.8/java/demo/nserverdemo/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/nserverdemo/readme.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/nserverdemo/readme.html (original)
+++ db/derby/code/branches/10.8/java/demo/nserverdemo/readme.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
+<HTML lang="en">
 <HEAD><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <TITLE>Example Programs</TITLE>
 <link rel="stylesheet" type="text/css" href="../csfull.css" title="sample">

Modified: db/derby/code/branches/10.8/java/demo/nserverdemo/simpleserversample.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/nserverdemo/simpleserversample.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/nserverdemo/simpleserversample.html (original)
+++ db/derby/code/branches/10.8/java/demo/nserverdemo/simpleserversample.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<html lang="en">
 
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Modified: db/derby/code/branches/10.8/java/demo/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/readme.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/readme.html (original)
+++ db/derby/code/branches/10.8/java/demo/readme.html Fri Apr  8 16:36:45 2011
@@ -16,13 +16,19 @@
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
 
-<html>
+<html lang="en">
 <head>
     <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <title>Apache Derby demos</title>
 </head>
-<frameset cols="170, *">
-    <frame src="navbar.html" name="navbar" scrolling="Auto" noresize frameborder="0">
-    <frame src="demo.html" name="mainPage" scrolling="Auto" frameborder="0">
+<frameset title="Readme for Demo Programs" cols="170, *">
+    <noframes>
+      <body>
+        <p><a href="demo.html">Go to a non-frames version of
+        this content.</a></p>
+      </body>
+    </noframes>
+    <frame title="Left navigation bar" src="navbar.html" name="navbar" scrolling="Auto" noresize frameborder="0">
+    <frame title="Main page content" src="demo.html" name="mainPage" scrolling="Auto" frameborder="0">
 </frameset>
 </html>

Modified: db/derby/code/branches/10.8/java/demo/simple/example.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/simple/example.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/simple/example.html (original)
+++ db/derby/code/branches/10.8/java/demo/simple/example.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta name="LASTUPDATED" content="2007-11-20 13:04:00 UTC">

Modified: db/derby/code/branches/10.8/java/demo/simplemobile/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/simplemobile/readme.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/simplemobile/readme.html (original)
+++ db/derby/code/branches/10.8/java/demo/simplemobile/readme.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<html lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
     <meta name="LASTUPDATED" content="2007-11-22 14:24:10 CET">

Modified: db/derby/code/branches/10.8/java/demo/toursdb/toursdb_readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/toursdb/toursdb_readme.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/toursdb/toursdb_readme.html (original)
+++ db/derby/code/branches/10.8/java/demo/toursdb/toursdb_readme.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
+<HTML lang="en">
 <HEAD>
 <META http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1">
 <TITLE>toursdb_readme.htm</TITLE>

Modified: db/derby/code/branches/10.8/java/demo/workingwithderby/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/java/demo/workingwithderby/readme.html?rev=1090339&r1=1090338&r2=1090339&view=diff
==============================================================================
--- db/derby/code/branches/10.8/java/demo/workingwithderby/readme.html (original)
+++ db/derby/code/branches/10.8/java/demo/workingwithderby/readme.html Fri Apr  8 16:36:45 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
+<HTML lang="en">
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <META http-equiv="Content-Style-Type" content="text/css">