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 11dd10e initial commit of landing page
11dd10e is described below
commit 11dd10ea17b8e96d4e8e9b1db7424ef7a5a4f9f3
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Jul 2 19:19:47 2019 -0700
initial commit of landing page
---
.gitignore | 13 ++++++++++
404.html | 24 ++++++++++++++++++
_config.yml | 43 +++++++++++++++++++++++++++++++
css/main.css | 46 +++++++++++++++++++++++++++++++++
index.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 209 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1f9c53a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Jekyll
+_site
+.sass-cache
+.jekyll-metadata
+about.md
+Gemfile
+Gemfile.lock
+_posts/
+
+# Eclipse
+.project
+
+# yml files
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..c472b4e
--- /dev/null
+++ b/404.html
@@ -0,0 +1,24 @@
+---
+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/_config.yml b/_config.yml
new file mode 100644
index 0000000..f91333e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,43 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely edit after that. If you find
+# yourself editing this file very often, consider using Jekyll's data files
+# feature for the data you need to update frequently.
+#
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'bundle exec jekyll serve'. If you change this file, please restart the
server process.
+
+# Site settings
+# These are used to personalize your new site. If you look in the HTML files,
+# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
+# You can create any custom variable you would like, and they will be
accessible
+# in the templates via {{ site.myvariable }}.
+title: Your awesome title
+email: [email protected]
+description: >- # this means to ignore newlines until "baseurl:"
+ Write an awesome description for your new site here. You can edit this
+ line in _config.yml. It will appear in your document head meta (for
+ Google search results) and in your feed.xml site description.
+baseurl: "" # the subpath of your site, e.g. /blog
+url: "" # the base hostname & protocol for your site, e.g. http://example.com
+twitter_username: jekyllrb
+github_username: jekyll
+
+# Build settings
+markdown: kramdown
+theme: minima
+plugins:
+ - jekyll-feed
+
+# Exclude from processing.
+# The following items will not be processed, by default. Create a custom list
+# to override the default setting.
+# exclude:
+# - Gemfile
+# - Gemfile.lock
+# - node_modules
+# - vendor/bundle/
+# - vendor/cache/
+# - vendor/gems/
+# - vendor/ruby/
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..3ef5a34
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,46 @@
+
+html, body {
+ position:relative;
+ height:100%;
+ min-height:100%;
+ height:100%;
+ color:#444;
+ font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+ font-weight: 400;
+ margin:0 20px 20px;
+ word-wrap:break-word;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ font-family: 'Open Sans', Arial, Helvetica, sans-serif;
+ font-weight: 300;
+}
+
+body {
+ background-color: #FFF;
+}
+
+.ds-title {
+ text-align: center;
+}
+
+.ds-text {
+ text-align: left;
+}
+
+a {
+ color: #2576CC;
+}
+
+a:hover, a:focus {
+ color: #b1bac6;
+ text-decoration: none;
+}
+
+li {
+ line-height: 1.7em;
+}
+
+p {
+ line-height: 1.7em;
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b24d37b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,83 @@
+<!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]