You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/05/05 14:26:32 UTC

svn commit: r1900589 - in /tinkerpop/site: download.html gremlint/asset-manifest.json gremlint/index.html gremlint/static/js/main.84b08d83.js gremlint/static/js/main.84b08d83.js.LICENSE.txt gremlint/static/js/main.84b08d83.js.map

Author: spmallette
Date: Thu May  5 14:26:32 2022
New Revision: 1900589

URL: http://svn.apache.org/viewvc?rev=1900589&view=rev
Log:
Deploy TinkerPop homepage

Added:
    tinkerpop/site/gremlint/static/js/main.84b08d83.js
    tinkerpop/site/gremlint/static/js/main.84b08d83.js.LICENSE.txt
    tinkerpop/site/gremlint/static/js/main.84b08d83.js.map
Modified:
    tinkerpop/site/download.html
    tinkerpop/site/gremlint/asset-manifest.json
    tinkerpop/site/gremlint/index.html

Modified: tinkerpop/site/download.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/download.html?rev=1900589&r1=1900588&r2=1900589&view=diff
==============================================================================
--- tinkerpop/site/download.html (original)
+++ tinkerpop/site/download.html Thu May  5 14:26:32 2022
@@ -154,7 +154,7 @@ limitations under the License.
                 </div>
                 <div class="row d-flex align-items-center">
                     <div class="col-lg-3 col-md-6 mb-2 mb-lg-0">
-                        <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.6.0</span> (latest, stable) <p class="d-inline-block ms-4 mb-0">10-January-2022</p>
+                        <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.6.0</span> (latest, stable) <p class="d-inline-block ms-4 mb-0">4-April-2022</p>
                     </div>
                      <div class="col-lg-4 col-md-6 mb-2 mb-lg-0">
                         <p class="text-blue mb-0"><a href="https://github.com/apache/tinkerpop/blob/3.6.0/CHANGELOG.asciidoc#release-3-6-0">release notes</a> | <a href="https://tinkerpop.apache.org/docs/3.6.0/upgrade/#_tinkerpop_3_6_0">upgrade</a> | <a href="https://tinkerpop.apache.org/docs/3.6.0/">documentation</a> | <a href="#" data-bs-toggle="modal" data-bs-target="#contributors-3_6_0">contributors</a></p>
@@ -167,7 +167,7 @@ limitations under the License.
                 </div>
                 <div class="row d-flex align-items-center">
                     <div class="col-lg-3 col-md-6 mb-2 mb-lg-0">
-                        <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.5.3</span> (maintenance) <p class="d-inline-block ms-4 mb-0">10-January-2022</p>
+                        <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.5.3</span> (maintenance) <p class="d-inline-block ms-4 mb-0">4-April-2022</p>
                     </div>
                      <div class="col-lg-4 col-md-6 mb-2 mb-lg-0">
                         <p class="text-blue mb-0"><a href="https://github.com/apache/tinkerpop/blob/3.5.3/CHANGELOG.asciidoc#release-3-5-3">release notes</a> | <a href="https://tinkerpop.apache.org/docs/3.5.3/upgrade/#_tinkerpop_3_5_3">upgrade</a> | <a href="https://tinkerpop.apache.org/docs/3.5.3/">documentation</a> | <a href="#" data-bs-toggle="modal" data-bs-target="#contributors-3_5_3">contributors</a></p>

Modified: tinkerpop/site/gremlint/asset-manifest.json
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlint/asset-manifest.json?rev=1900589&r1=1900588&r2=1900589&view=diff
==============================================================================
--- tinkerpop/site/gremlint/asset-manifest.json (original)
+++ tinkerpop/site/gremlint/asset-manifest.json Thu May  5 14:26:32 2022
@@ -1,17 +1,17 @@
 {
   "files": {
     "main.css": "/gremlint/static/css/main.073c9b0a.css",
-    "main.js": "/gremlint/static/js/main.feb0c5b6.js",
+    "main.js": "/gremlint/static/js/main.84b08d83.js",
     "static/js/787.55d9445f.chunk.js": "/gremlint/static/js/787.55d9445f.chunk.js",
     "static/media/gremlint-loading-logo-colored.png": "/gremlint/static/media/gremlint-loading-logo-colored.7e09546375d3e774b6b8.png",
     "static/media/gremlint-loading-logo-grayscale.png": "/gremlint/static/media/gremlint-loading-logo-grayscale.a64db4a49160e73690e4.png",
     "index.html": "/gremlint/index.html",
     "main.073c9b0a.css.map": "/gremlint/static/css/main.073c9b0a.css.map",
-    "main.feb0c5b6.js.map": "/gremlint/static/js/main.feb0c5b6.js.map",
+    "main.84b08d83.js.map": "/gremlint/static/js/main.84b08d83.js.map",
     "787.55d9445f.chunk.js.map": "/gremlint/static/js/787.55d9445f.chunk.js.map"
   },
   "entrypoints": [
     "static/css/main.073c9b0a.css",
-    "static/js/main.feb0c5b6.js"
+    "static/js/main.84b08d83.js"
   ]
 }
\ No newline at end of file

Modified: tinkerpop/site/gremlint/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlint/index.html?rev=1900589&r1=1900588&r2=1900589&view=diff
==============================================================================
--- tinkerpop/site/gremlint/index.html (original)
+++ tinkerpop/site/gremlint/index.html Thu May  5 14:26:32 2022
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/gremlint/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><meta name="google-site-verification" content="8rkkiQkZaBwVUAUBxSY6Nj_EBHqCGPEYnEJmlyXuLnw"/><link rel="apple-touch-icon" href="/gremlint/logo192.png"/><link rel="manifest" href="/gremlint/manifest.json"/><title>React App</title><script defer="defer" src="/gremlint/static/js/main.feb0c5b6.js"></script><link href="/gremlint/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/gremlint/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><meta name="google-site-verification" content="8rkkiQkZaBwVUAUBxSY6Nj_EBHqCGPEYnEJmlyXuLnw"/><link rel="apple-touch-icon" href="/gremlint/logo192.png"/><link rel="manifest" href="/gremlint/manifest.json"/><title>React App</title><script defer="defer" src="/gremlint/static/js/main.84b08d83.js"></script><link href="/gremlint/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
\ No newline at end of file

Added: tinkerpop/site/gremlint/static/js/main.84b08d83.js
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlint/static/js/main.84b08d83.js?rev=1900589&view=auto
==============================================================================
--- tinkerpop/site/gremlint/static/js/main.84b08d83.js (added)
+++ tinkerpop/site/gremlint/static/js/main.84b08d83.js Thu May  5 14:26:32 2022
@@ -0,0 +1,3 @@
+/*! For license information please see main.84b08d83.js.LICENSE.txt */

[... 4 lines stripped ...]
Added: tinkerpop/site/gremlint/static/js/main.84b08d83.js.LICENSE.txt
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlint/static/js/main.84b08d83.js.LICENSE.txt?rev=1900589&view=auto
==============================================================================
--- tinkerpop/site/gremlint/static/js/main.84b08d83.js.LICENSE.txt (added)
+++ tinkerpop/site/gremlint/static/js/main.84b08d83.js.LICENSE.txt Thu May  5 14:26:32 2022
@@ -0,0 +1,59 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/** @license React v0.20.2
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.1
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.2
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.2
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.2
+ * react-jsx-runtime.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v17.0.2
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */

Added: tinkerpop/site/gremlint/static/js/main.84b08d83.js.map
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlint/static/js/main.84b08d83.js.map?rev=1900589&view=auto
==============================================================================
--- tinkerpop/site/gremlint/static/js/main.84b08d83.js.map (added)
+++ tinkerpop/site/gremlint/static/js/main.84b08d83.js.map Thu May  5 14:26:32 2022
@@ -0,0 +1 @@

[... 3 lines stripped ...]