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

kturner 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 3e1a59a  Jekyll build from gh-pages:6cd1638
3e1a59a is described below

commit 3e1a59ab0c2d2476e9d47bc1a621730d86bed63d
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Fri Apr 13 13:47:54 2018 -0400

    Jekyll build from gh-pages:6cd1638
    
    Add mixer and remove quickstart (#158)
---
 feed.xml                    | 4 ++--
 related-projects/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/feed.xml b/feed.xml
index 9c85853..0ea450d 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>Wed, 11 Apr 2018 19:49:12 +0000</pubDate>
-    <lastBuildDate>Wed, 11 Apr 2018 19:49:12 +0000</lastBuildDate>
+    <pubDate>Fri, 13 Apr 2018 17:47:48 +0000</pubDate>
+    <lastBuildDate>Fri, 13 Apr 2018 17:47:48 +0000</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     
diff --git a/related-projects/index.html b/related-projects/index.html
index 921e1a5..6f5ecbe 100644
--- a/related-projects/index.html
+++ b/related-projects/index.html
@@ -136,8 +136,8 @@ list, please open an issue or submit a pull request <a 
href="https://github.com/
 <h3 id="example-fluo-applications">Example Fluo applications</h3>
 
 <ul>
-  <li><a href="https://github.com/astralway/quickstart";>Quickstart</a> - 
Enables you to quickly get started writing code that uses Apache Fluo</li>
   <li><a href="https://github.com/astralway/phrasecount";>Phrasecount</a> - 
Example Apache Fluo application that counts phrases in documents</li>
+  <li><a href="https://github.com/keith-turner/mixer";>Mixer</a> - Prototype 
showing how to use Apache Fluo to continuously merge multiple large graphs into 
a single derived one.</li>
   <li><a href="https://github.com/keith-turner/jaccard";>Jaccard</a> - Example 
Apache Fluo application that computes and indexes the Jaccard between all pairs 
in a bipartite graph.</li>
   <li><a href="https://github.com/astralway/webindex";>Webindex</a> - Apache 
Fluo application that creates web index using Common Crawl data</li>
   <li><a href="https://github.com/astralway/stresso";>Stresso</a> - An example 
application designed to stress Apache Fluo</li>

-- 
To stop receiving notification emails like this one, please contact
ktur...@apache.org.

Reply via email to