You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2016/08/03 20:41:55 UTC

[3/5] incubator-fluo-website git commit: cleaned up Fluo wqbranding issues w/ external sites

cleaned up Fluo wqbranding issues w/ external sites


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/commit/d455f78d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/tree/d455f78d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/diff/d455f78d

Branch: refs/heads/gh-pages
Commit: d455f78d1035a28889f74a94eaff2f97c8e0dd61
Parents: 6ec27f6
Author: Keith Turner <kt...@apache.org>
Authored: Wed Aug 3 15:31:02 2016 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Wed Aug 3 15:31:02 2016 -0400

----------------------------------------------------------------------
 pages/getinvolved.md      |  2 +-
 pages/related-projects.md | 42 ++++++++++++++++++++----------------------
 2 files changed, 21 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/blob/d455f78d/pages/getinvolved.md
----------------------------------------------------------------------
diff --git a/pages/getinvolved.md b/pages/getinvolved.md
index 4ca251f..59ee3ef 100644
--- a/pages/getinvolved.md
+++ b/pages/getinvolved.md
@@ -30,7 +30,7 @@ Contributions are welcome to all Apache Fluo projects! All projects follow a [re
 [w]: https://github.com/fluo/fluo-io.github.io
 [fi]: https://github.com/apache/fluo/issues
 [ri]: https://github.com/apache/fluo-recipes/issues
-[wi]: https://github.com/fluo/fluo-io.github.io/issues
+[wi]: https://github.com/apache/incubator-fluo-website/issues
 [fnf]: irc://chat.freenode.net/fluo
 [fn]: https://freenode.net/
 [htc]: /how-to-contribute/

http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/blob/d455f78d/pages/related-projects.md
----------------------------------------------------------------------
diff --git a/pages/related-projects.md b/pages/related-projects.md
index 099fd35..e123c82 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -4,34 +4,32 @@ title: Related Projects
 permalink: /related-projects/
 ---
 
-While the [Apache Software Foundation][asf] hosts the primary Fluo repositories ([Fluo], [Fluo Recipes], [Fluo Website]), there are several notable Fluo-related repos that exist outside of the ASF and are listed below.
+This page list external projects that build on Apache Fluo and may be useful.
+These projects are not affiliated with or endorsed by the 
+[Apache Software Foundation][asf]. If you would like to add a project to this 
+list, please open an issue or submit a pull request [on Github][web-ghr].
 
-### Tools for running Fluo
+### Tools for running Apache Fluo
 
-* [Zetten] - Deploys Fluo/Accumulo to cluster (optionally launched in Amazon EC2)
-* [Fluo-dev] - Runs Fluo on a single machine for development
+* [Uno] - Runs Apache Hadoop+Zookeeper+Accumulo+Fluo on a single machine for development and testing.
+* [Muchos] - Deploys Apache Hadoop+Zookeeper+Accumulo+Fluo to a cluster (optionally launched in Amazon EC2) for development and testing.
 
 ### Example Fluo applications
 
-* [Webindex] - Fluo application that creates web index using Common Crawl data
-* [Fluo-stress] - An example application designed to stress Fluo
-* [Phrasecount] - Example Fluo application that counts phrases in documents
-* [Fluo-quickstart] - A simple Fluo example thats easy to run
-
-### Shared libraries for building Fluo projects
-
-* [fluo-io-parent] - Parent pom for Fluo projects
-* [resources] - Fluo build resources
+* [Quickstart] - Enables you to quickly get started writing code that uses Apache Fluo
+* [Phrasecount] - Example Apache Fluo application that counts phrases in documents
+* [Jaccard] - Example Apache Fluo application that computes and indexes the Jaccard between all pairs in a bipartite graph.
+* [Webindex] - Apache Fluo application that creates web index using Common Crawl data
+* [Stresso] - An example application designed to stress Apache Fluo
 
 [asf]: https://www.apache.org/
 [Fluo]: https://github.com/apache/incubator-fluo
 [Fluo Recipes]: https://github.com/apache/incubator-fluo-recipes
-[Fluo Website]: https://github.com/fluo/fluo-io.github.io
-[Zetten]: https://github.com/fluo-io/zetten
-[Fluo-dev]: https://github.com/fluo-io/fluo-dev
-[Webindex]: https://github.com/fluo-io/webindex
-[Fluo-stress]: https://github.com/fluo-io/fluo-stress
-[Phrasecount]: https://github.com/fluo-io/fluo-phrasecount
-[Fluo-quickstart]: https://github.com/fluo-io/fluo-quickstart
-[fluo-io-parent]: https://github.com/fluo-io/fluo-io-parent
-[resources]: https://github.com/fluo-io/resources
+[Muchos]: https://github.com/astralway/muchos
+[Uno]: https://github.com/astralway/uno
+[Webindex]: https://github.com/astralway/webindex
+[Stresso]: https://github.com/astralway/stresso
+[Quickstart]: https://github.com/astralway/quickstart
+[Phrasecount]: https://github.com/astralway/phrasecount
+[Jaccard]: https://github.com/keith-turner/jaccard
+[web-ghr]: https://github.com/apache/incubator-fluo-website