You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2008/06/16 21:34:31 UTC

svn commit: r668269 - in /incubator/couchdb/trunk/share/www: browse/database.html browse/document.html browse/index.html couch_tests.html index.html replicator.html

Author: cmlenz
Date: Mon Jun 16 12:34:31 2008
New Revision: 668269

URL: http://svn.apache.org/viewvc?rev=668269&view=rev
Log:
Change version number in links to static resources from 0.8.0a to 0.8.0.

Modified:
    incubator/couchdb/trunk/share/www/browse/database.html
    incubator/couchdb/trunk/share/www/browse/document.html
    incubator/couchdb/trunk/share/www/browse/index.html
    incubator/couchdb/trunk/share/www/couch_tests.html
    incubator/couchdb/trunk/share/www/index.html
    incubator/couchdb/trunk/share/www/replicator.html

Modified: incubator/couchdb/trunk/share/www/browse/database.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/browse/database.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/browse/database.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/browse/database.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,16 +17,16 @@
   <head>
     <title>Browse Database</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0a"></script>
-    <script src="../script/jquery.couch.js?0.8.0a"></script>
-    <script src="../script/jquery.dialog.js?0.8.0a"></script>
-    <script src="../script/jquery.resizer.js?0.8.0a"></script>
-    <script src="../script/jquery.suggest.js?0.8.0a"></script>
-    <script src="../script/browse.js?0.8.0a"></script>
-    <script src="../script/pprint.js?0.8.0a"></script>
+    <script src="../script/jquery.cookies.js?0.8.0"></script>
+    <script src="../script/jquery.couch.js?0.8.0"></script>
+    <script src="../script/jquery.dialog.js?0.8.0"></script>
+    <script src="../script/jquery.resizer.js?0.8.0"></script>
+    <script src="../script/jquery.suggest.js?0.8.0"></script>
+    <script src="../script/browse.js?0.8.0"></script>
+    <script src="../script/pprint.js?0.8.0"></script>
     <script>
       var page = new CouchDatabasePage();
       if (window != parent) {

Modified: incubator/couchdb/trunk/share/www/browse/document.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/browse/document.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/browse/document.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/browse/document.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,15 +17,15 @@
   <head>
     <title>View Document</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0a"></script>
-    <script src="../script/jquery.couch.js?0.8.0a"></script>
-    <script src="../script/jquery.dialog.js?0.8.0a"></script>
-    <script src="../script/jquery.resizer.js?0.8.0a"></script>
-    <script src="../script/browse.js?0.8.0a"></script>
-    <script src="../script/pprint.js?0.8.0a"></script>
+    <script src="../script/jquery.cookies.js?0.8.0"></script>
+    <script src="../script/jquery.couch.js?0.8.0"></script>
+    <script src="../script/jquery.dialog.js?0.8.0"></script>
+    <script src="../script/jquery.resizer.js?0.8.0"></script>
+    <script src="../script/browse.js?0.8.0"></script>
+    <script src="../script/pprint.js?0.8.0"></script>
     <script>
       var page = new CouchDocumentPage();
       if (window != parent) {

Modified: incubator/couchdb/trunk/share/www/browse/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/browse/index.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/browse/index.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/browse/index.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,14 +17,14 @@
   <head>
     <title>Welcome</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0a"></script>
-    <script src="../script/jquery.couch.js?0.8.0a"></script>
-    <script src="../script/jquery.dialog.js?0.8.0a"></script>
-    <script src="../script/browse.js?0.8.0a"></script>
-    <script src="../script/pprint.js?0.8.0a"></script>
+    <script src="../script/jquery.cookies.js?0.8.0"></script>
+    <script src="../script/jquery.couch.js?0.8.0"></script>
+    <script src="../script/jquery.dialog.js?0.8.0"></script>
+    <script src="../script/browse.js?0.8.0"></script>
+    <script src="../script/pprint.js?0.8.0"></script>
     <script>
       var page = new CouchIndexPage();
       $(document).ready(function() {

Modified: incubator/couchdb/trunk/share/www/couch_tests.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/couch_tests.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/couch_tests.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/couch_tests.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,11 +17,11 @@
   <head>
     <title>Test Suite</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/couch.js?0.8.0a"></script>
-    <script src="script/pprint.js?0.8.0a"></script>
+    <script src="script/couch.js?0.8.0"></script>
+    <script src="script/pprint.js?0.8.0"></script>
     <script>
       $(document).ready(function() {
         $("#toolbar button.load").click(function() {

Modified: incubator/couchdb/trunk/share/www/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/index.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/index.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/index.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,7 +17,7 @@
   <head>
     <title>Apache CouchDB: Futon Utility Client</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
     <style type="text/css">
       html { height: 100%; overflow: hidden; }
       body { background: #fff url(image/bg.png) 100% 0 repeat-y;
@@ -28,7 +28,7 @@
     </style>
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/jquery.couch.js?0.8.0a"></script>
+    <script src="script/jquery.couch.js?0.8.0"></script>
     <script>
       function updateDatabaseList() {
         var list = $("#dbs").empty();

Modified: incubator/couchdb/trunk/share/www/replicator.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/replicator.html?rev=668269&r1=668268&r2=668269&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/replicator.html [utf-8] (original)
+++ incubator/couchdb/trunk/share/www/replicator.html [utf-8] Mon Jun 16 12:34:31 2008
@@ -17,11 +17,11 @@
   <head>
     <title>Replicator</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0a" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/jquery.couch.js?0.8.0a"></script>
-    <script src="script/pprint.js?0.8.0a"></script>
+    <script src="script/jquery.couch.js?0.8.0"></script>
+    <script src="script/pprint.js?0.8.0"></script>
     <script>
       $(document).ready(function() {
         if (window !== parent) parent.updateNavigation();