This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 36f08c4 remove 404 and index html from master
36f08c4 is described below
commit 36f08c497d3cf8846aed6e0c924f9019c07d88be
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Oct 20 14:57:32 2019 -0700
remove 404 and index html from master
---
404.html | 24 ------------------
index.html | 83 --------------------------------------------------------------
2 files changed, 107 deletions(-)
diff --git a/404.html b/404.html
deleted file mode 100644
index c472b4e..0000000
--- a/404.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: default
----
-
-<style type="text/css" media="screen">
- .container {
- margin: 10px auto;
- max-width: 600px;
- text-align: center;
- }
- h1 {
- margin: 30px 0;
- font-size: 4em;
- line-height: 1;
- letter-spacing: -1px;
- }
-</style>
-
-<div class="container">
- <h1>404</h1>
-
- <p><strong>Page not found :(</strong></p>
- <p>The requested page could not be found.</p>
-</div>
diff --git a/index.html b/index.html
deleted file mode 100644
index b24d37b..0000000
--- a/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<title>Apache DataSketches (incubating)</title>
-<link
href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700'
rel='stylesheet' type='text/css'>
-<link rel="stylesheet" href="/css/main.css">
-
-</head>
-<body>
-
-<div class="ds-title">
- <p><b><h1>Apache DataSketches (Incubating)</h1></b></p>
- <p><b><h2>A software library of stochastic streaming algorithms</h2></b></p>
-</div>
-<div class="ds-text">
- <p>Apache DataSketches is an open source, high-performance library of
stochastic streaming algorithms commonly called "sketches" in the data
sciences. Sketches are small, stateful programs that process massive data as a
stream and can provide approximate answers, with mathematical guarantees, to
computationally difficult queries orders-of-magnitude faster than traditional,
exact methods.</p>
- <p>After 8 years of development and 5 years as in Open Source, we have
begun the important migration from a stand-alone GitHub site to being a member
of the Apache Software Foundation community. While we undergo this migration,
we beg your patience.</p>
-</div>
-
-<div>
-<ul>
-<li>Please continue to use <a
href="http://datasketches.github.io">DataSketches.GitHub.io</a> for all
overview documentation and access to online-javadocs for the time being.</li>
-
-<li>Please continue to use our <a
href="https://groups.google.com/forum/#!forum/sketches-user">Google-groups
Forum</a> or the GitHub-issues on the specific repositories to bring issues or
questions to our attention.</li>
-
-<li>Please continue to use the <a
href="https://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%20com.yahoo.datasketches">Maven
Central GroupID = "com.yahoo.datasketches"</a> to locate current and past
release Jars until we have formal releases under Apache.</li>
-
-<li>The <a href="https://datasketches.apache.org">datasketches.apache.org</a>
website will be a placeholder until we have migrated our current community
website from
- <a href="http://datasketches.github.io">DataSketches.GitHub.io</a>. For
detailed project information, please continue to visit
- <a href="http://datasketches.github.io">DataSketches.GitHub.io</a>.</li>
-
-<li>As the repositories under GitHub.io/DataSketches migrate they will
disapear from the the GitHub.com/DataSketches organization page. Please refer
to this list be directed to the proper locations.</li>
-
-<li>Web Sites
- <ul>
- <li><a href="http://datasketches.github.io">Original Website</a></li>
- <li><a href="http://datasketches.apache.org">New Website (not yet
active)</a></li>
- <li><a
href="https://github.com/DataSketches/DataSketches.github.io">Original Website
Source</a></li>
- <li><a href="https://github.com/apache/incubator-datasketches">New Website
Source</a></li>
- </ul>
-</li>
-
-<li>Java
- <ul>
- <li><a href="https://github.com/DataSketches/memory">memory</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-core">sketches-core</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-hive">sketches-hive</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-pig">sketches-pig</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-vector">sketches-vector</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-misc">sketches-misc</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-android">sketches-android</a></li>
- <li><a
href="https://github.com/DataSketches/characterization">characterization</a></li>
- <li><a
href="https://github.com/DataSketches/experimental">experimental</a></li>
- </ul>
-</li>
-
-<li>C++
- <ul>
- <li><a
href="https://github.com/DataSketches/sketches-core-cpp">sketches-core-cpp</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-postgres">sketches-postgres</a></li>
- <li><a
href="https://github.com/DataSketches/characterization-cpp">characterization-cpp</a></li>
- <li><a
href="https://github.com/DataSketches/experimental-cpp">experimental-cpp</a></li>
- </ul>
-</li>
-
-<li>Command Line
- <ul>
- <li><a
href="https://github.com/DataSketches/homebrew-sketches-cmd">homebrew-sketches-cmd</a></li>
- <li><a
href="https://github.com/DataSketches/sketches-cmd">sketches-cmd</a></li>
- <li><a
href="https://github.com/DataSketches/homebrew-sketches">homebrew-sketches</a></li>
- </ul>
-</li>
-</ul>
-</div>
-
-<hr>
-
-<div style="margin-bottom:40px;">
- <p><i>Disclaimer:</i> Apache DataSketches is an effort undergoing incubation
at <a href="https://www.apache.org/">The Apache Software Foundation (ASF)</a>,
sponsored by the <a href="https://incubator.apache.org/">Apache Incubator</a>.
Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status [...]
-</div>
-
-</body>
-</html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]