This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new daae5a9  Jekyll build from gh-pages:3874f9f
daae5a9 is described below

commit daae5a9267c3aaf5d7e45a9c193994826fdf5d9e
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Apr 26 12:57:39 2018 -0400

    Jekyll build from gh-pages:3874f9f
    
    Add DOAP files for released Fluo projects (#160)
---
 404.html              | 151 --------------------------------------------------
 doap/fluo-recipes.rdf |  72 ++++++++++++++++++++++++
 doap/fluo-yarn.rdf    |  53 ++++++++++++++++++
 doap/fluo.rdf         |  71 ++++++++++++++++++++++++
 feed.xml              |   4 +-
 redirects.json        |   2 +-
 6 files changed, 199 insertions(+), 154 deletions(-)

diff --git a/404.html b/404.html
deleted file mode 100644
index dc7034d..0000000
--- a/404.html
+++ /dev/null
@@ -1,151 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-
-    <link 
href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css"; 
rel="stylesheet" 
integrity="sha384-h21C2fcDk/eFsW9sC9h0dhokq5pDinLNklTKoxIZRUn3+hvmgQSffLLQ4G4l2eEr"
 crossorigin="anonymous">
-    <link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 rel="stylesheet" 
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
 crossorigin="anonymous">
-    <link rel="stylesheet" href="/css/fluo.css">
-    <link rel="canonical" href="https://fluo.apache.org//404.html";>
-    <link rel="icon" type="image/png" href="/resources/favicon.png">
-    
-    <title> Apache Fluo </title>
-
-    <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js";></script>
-    <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"; 
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
 crossorigin="anonymous"></script>
-    <!-- Place your <script> tags here. -->
-
-<!-- Global site tag (gtag.js) - Google Analytics -->
-<script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-55360307-1";></script>
-<script>
-  window.dataLayer = window.dataLayer || [];
-  function gtag(){dataLayer.push(arguments);}
-  gtag('js', new Date());
-
-  gtag('config', 'UA-55360307-1');
-</script>
-
-<script>window.twttr = (function(d, s, id) {
-  var js, fjs = d.getElementsByTagName(s)[0],
-    t = window.twttr || {};
-  if (d.getElementById(id)) return t;
-  js = d.createElement(s);
-  js.id = id;
-  js.src = "https://platform.twitter.com/widgets.js";;
-  fjs.parentNode.insertBefore(js, fjs);
-
-  t._e = [];
-  t.ready = function(f) {
-    t._e.push(f);
-  };
-
-  return t;
-}(document, "script", "twitter-wjs"));</script>
-
-  </head>
-  <body style="padding-top: 100px">
-    <nav id="fluo-nav" class="navbar navbar-default navbar-fixed-top">
-      <div class="container">
-        <div class="navbar-header">
-          <div class="navbar-toggle-wrapper visible-xs">
-            <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".js-navbar-collapse">
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-            </button>
-          </div>
-          <a href="/" class="navbar-brand"><img id="fluo-img" height="40px" 
src="/resources/fluo-logo-dark.png" alt="Apache Fluo"></a>
-        </div>
-        <div class="collapse navbar-collapse js-navbar-collapse" 
style="margin-top: 20px">
-          <ul class="navbar-nav nav">
-            <li><a href="/releases/">Releases</a></li>
-            <li><a href="/tour/">Tour</a></li>
-            <li class="dropdown">
-              <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Docs<span class="caret"></span></a>
-              <ul class="dropdown-menu">
-                <li><a href="/docs/fluo/1.2/">Fluo</a></li>
-                <li><a href="/docs/fluo-recipes/1.2/">Fluo Recipes</a></li>
-              </ul>
-            </li>
-            <li><a href="/api/">API</a></li>
-            <li class="dropdown">
-              <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Community<span class="caret"></span></a>
-              <ul class="dropdown-menu">
-                <li><a href="/contactus/">Contact Us</a></li>
-                <li><a href="/news/">News Archive</a></li>
-                <li><a href="/people/">People</a></li>
-                <li><a href="/related-projects/">Related Projects</a></li>
-                <li><a href="/poweredby/">Powered By</a></li>
-              </ul>
-            </li>
-            <li class="dropdown">
-              <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Contributing<span class="caret"></span></a>
-              <ul class="dropdown-menu">
-                <li><a href="/how-to-contribute/">How To Contribute</a></li>
-                <li><a href="/release-process/">Release Process</a></li>
-              </ul>
-            </li>
-          </ul>
-          <ul class="navbar-nav nav navbar-right">
-            <li class="dropdown">
-              <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Apache Software Foundation<span class="caret"></span></a>
-              <ul class="dropdown-menu">
-                <li><a href="https://www.apache.org";>Apache Homepage</a></li>
-                <li><a href="https://www.apache.org/licenses/";>License</a></li>
-                <li><a 
href="https://www.apache.org/foundation/sponsorship";>Sponsorship</i></a></li>
-                <li><a href="https://www.apache.org/security";>Security</a></li>
-                <li><a 
href="https://www.apache.org/foundation/thanks";>Thanks</a></li>
-                <li><a 
href="https://www.apache.org/foundation/policies/conduct";>Code of 
Conduct</a></li>
-                <li><a 
href="https://www.apache.org/events/current-event.html";>Current Event</a></li>
-              </ul>
-            </li>
-          </ul>
-        </div>
-      </div>
-    </nav>
-    <div class="container">
-      <div class="row">
-          <div class="col-sm-12">
-            <div class="page">
-
-  <header class="post-header">
-    <h2 class="post-title"></h2>
-  </header>
-
-  <article id="page-content">
-    <h1 class="text-center" style="margin-top: 100px; margin-bottom: 
100px;">Sorry, page was not found.</h1>
-
-  </article>
-
-</div>
-
-          </div>
-      </div>
-      <div class="row">
-        <div class="col-sm-12 center-block">
-          <footer>
-            <hr/>
-            <p>
-            <a href="https://www.apache.org/foundation/contributing";><img
-              src="https://www.apache.org/images/SupportApache-small.png";
-              id="asf-logo" height="100" alt="Apache"/></a>
-            </p>
-            <p>
-            Copyright &copy; 2018 <a
-              
href="https://www.apache.org";>The&nbsp;Apache&nbsp;Software&nbsp;Foundation</a>.
-            Licensed under the <a
-              
href="https://www.apache.org/licenses/";>Apache&nbsp;License,&nbsp;Version&nbsp;2.0</a>
-            </p>
-            <p>
-            ApacheĀ®, the names of Apache projects and their logos, and the 
multicolor feather
-            logo are registered trademarks or trademarks of The Apache 
Software Foundation
-            in the United States and/or other countries.
-            </p>
-          </footer>
-        </div>
-      </div>
-    </div>
-  </body>
-</html>
diff --git a/doap/fluo-recipes.rdf b/doap/fluo-recipes.rdf
new file mode 100644
index 0000000..5bcd740
--- /dev/null
+++ b/doap/fluo-recipes.rdf
@@ -0,0 +1,72 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/"; xml:lang="en">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://fluo.apache.org";>
+    <created>2012-03-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Fluo Recipes</name>
+    <homepage rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <description>Apache Fluo Recipes build on the Fluo API to offer additional
+      functionality to developers. They are published separately from Fluo on
+      their own release schedule. This allows Fluo Recipes to iterate and
+      innovate faster than Fluo (which will maintain a more minimal API on a
+      slower release cycle). Fluo Recipes offers code to implement common
+      patterns on top of Fluo's API. It also offers glue code to external
+      libraries like Spark and Kryo.</description>
+    <bug-database 
rdf:resource="https://github.com/apache/fluo-recipes/issues"/>
+    <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
+    <download-page rdf:resource="https://fluo.apache.org/releases/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Fluo Recipes</name>
+        <created>2018-03-06</created>
+        <revision>1.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Fluo Recipes</name>
+        <created>2017-06-22</created>
+        <revision>1.1.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Fluo Recipes</name>
+        <created>2016-10-14</created>
+        <revision>1.0.0-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/fluo-recipes.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo-recipes.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Keith Turner</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
diff --git a/doap/fluo-yarn.rdf b/doap/fluo-yarn.rdf
new file mode 100644
index 0000000..3cd806a
--- /dev/null
+++ b/doap/fluo-yarn.rdf
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/"; xml:lang="en">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://fluo.apache.org";>
+    <created>2012-03-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Fluo YARN</name>
+    <homepage rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <description>Apache Fluo YARN is a tool for running Apache Fluo
+      applications in Apache Hadoop YARN.</description>
+    <bug-database rdf:resource="https://github.com/apache/fluo-yarn/issues"/>
+    <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
+    <download-page rdf:resource="https://fluo.apache.org/releases/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Fluo YARN</name>
+        <created>2018-03-06</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/fluo-yarn.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo-yarn.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Keith Turner</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
diff --git a/doap/fluo.rdf b/doap/fluo.rdf
new file mode 100644
index 0000000..1bccd07
--- /dev/null
+++ b/doap/fluo.rdf
@@ -0,0 +1,71 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/"; xml:lang="en">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://fluo.apache.org";>
+    <created>2012-03-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Fluo</name>
+    <homepage rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <description>Apache Fluo is a distributed processing system that lets users
+      make incremental updates to large data sets. With Apache Fluo, users can
+      set up workflows that execute cross node transactions when data changes.
+      These workflows enable users to continuously join new data into large
+      existing data sets without reprocessing all data. Apache Fluo is built on
+      Apache Accumulo.</description>
+    <bug-database rdf:resource="https://github.com/apache/fluo/issues"/>
+    <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
+    <download-page rdf:resource="https://fluo.apache.org/releases/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Fluo</name>
+        <created>2018-02-26</created>
+        <revision>1.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Fluo</name>
+        <created>2017-06-12</created>
+        <revision>1.1.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Fluo</name>
+        <created>2016-10-14</created>
+        <revision>1.0.0-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/fluo.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Keith Turner</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
diff --git a/feed.xml b/feed.xml
index dc2f7d0..17f5532 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description>Apache Fluo Website</description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml"; rel="self" 
type="application/rss+xml" />
-    <pubDate>Sun, 15 Apr 2018 15:25:04 +0000</pubDate>
-    <lastBuildDate>Sun, 15 Apr 2018 15:25:04 +0000</lastBuildDate>
+    <pubDate>Thu, 26 Apr 2018 16:57:35 +0000</pubDate>
+    <lastBuildDate>Thu, 26 Apr 2018 16:57:35 +0000</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 9b23bc3..71f5eb3 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/1.0.0-alpha-1-release/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/1.0.0-alpha-1-release-notes/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/release-notes/1.0.0-alpha-1/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/stress-test-long-run/":"https://fluo.apache.org//blog/2014/12/30/stress-test-long-run/","/fluo-talk-at-accumulo-summit/":"https://fluo.apache.org//blog/2015/05/22/fluo-talk-at-accumulo-summit/","/1.0.0-beta-1-release/":"https://fluo.a
 [...]
\ No newline at end of file
+{"/1.0.0-alpha-1-release/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/1.0.0-alpha-1-release-notes/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/release-notes/1.0.0-alpha-1/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/stress-test-long-run/":"https://fluo.apache.org//blog/2014/12/30/stress-test-long-run/","/fluo-talk-at-accumulo-summit/":"https://fluo.apache.org//blog/2015/05/22/fluo-talk-at-accumulo-summit/","/1.0.0-beta-1-release/":"https://fluo.a
 [...]
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to