You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/03/16 22:51:04 UTC

svn commit: r1735314 - in /storm/branches/bobby-versioned-site/releases/0.10.0: Powered-By.md Project-ideas.md Serialization-(prior-to-0.6.0).md Storm-multi-language-protocol-(versions-0.7.0-and-below).md index.md

Author: bobby
Date: Wed Mar 16 21:51:04 2016
New Revision: 1735314

URL: http://svn.apache.org/viewvc?rev=1735314&view=rev
Log:
Deleted things that were not needed and updated 0.10.0 index

Removed:
    storm/branches/bobby-versioned-site/releases/0.10.0/Powered-By.md
    storm/branches/bobby-versioned-site/releases/0.10.0/Project-ideas.md
    storm/branches/bobby-versioned-site/releases/0.10.0/Serialization-(prior-to-0.6.0).md
    storm/branches/bobby-versioned-site/releases/0.10.0/Storm-multi-language-protocol-(versions-0.7.0-and-below).md
Modified:
    storm/branches/bobby-versioned-site/releases/0.10.0/index.md

Modified: storm/branches/bobby-versioned-site/releases/0.10.0/index.md
URL: http://svn.apache.org/viewvc/storm/branches/bobby-versioned-site/releases/0.10.0/index.md?rev=1735314&r1=1735313&r2=1735314&view=diff
==============================================================================
--- storm/branches/bobby-versioned-site/releases/0.10.0/index.md (original)
+++ storm/branches/bobby-versioned-site/releases/0.10.0/index.md Wed Mar 16 21:51:04 2016
@@ -13,57 +13,46 @@ Storm is a distributed realtime computat
 
 ### Documentation
 
-* [Documentation Index](doc-index.html)
 * [Manual](Documentation.html)
 * [Javadoc](javadocs/index.html)
 * [FAQ](FAQ.html)
-
-### Getting help
-
-__NOTE:__ The google groups account storm-user@googlegroups.com is now officially deprecated in favor of the Apache-hosted user/dev mailing lists.
-
-#### Storm Users
-Storm users should send messages and subscribe to [user@storm.apache.org](mailto:user@storm.apache.org).
-
-You can subscribe to this list by sending an email to [user-subscribe@storm.apache.org](mailto:user-subscribe@storm.apache.org). Likewise, you can cancel a subscription by sending an email to [user-unsubscribe@storm.apache.org](mailto:user-unsubscribe@storm.apache.org).
-
-You can view the archives of the mailing list [here](http://mail-archives.apache.org/mod_mbox/storm-user/).
-
-#### Storm Developers
-Storm developers should send messages and subscribe to [dev@storm.apache.org](mailto:dev@storm.apache.org).
-
-You can subscribe to this list by sending an email to [dev-subscribe@storm.apache.org](mailto:dev-subscribe@storm.apache.org). Likewise, you can cancel a subscription by sending an email to [dev-unsubscribe@storm.apache.org](mailto:dev-unsubscribe@storm.apache.org).
-
-You can view the archives of the mailing list [here](http://mail-archives.apache.org/mod_mbox/storm-dev/).
-
-#### Which list should I send/subscribe to?
-If you are using a pre-built binary distribution of Storm, then chances are you should send questions, comments, storm-related announcements, etc. to [user@storm.apache.org](user@storm.apache.org). 
-
-If you are building storm from source, developing new features, or otherwise hacking storm source code, then [dev@storm.apache.org](dev@storm.apache.org) is more appropriate. 
-
-#### What will happen with storm-user@googlegroups.com?
-All existing messages will remain archived there, and can be accessed/searched [here](https://groups.google.com/forum/#!forum/storm-user).
-
-New messages sent to storm-user@googlegroups.com will either be rejected/bounced or replied to with a message to direct the email to the appropriate Apache-hosted group.
-
-#### IRC
-You can also come to the #storm-user room on [freenode](http://freenode.net/). You can usually find a Storm developer there to help you out.
-
-
-
-### Related projects
-
-* [storm-contrib](https://github.com/nathanmarz/storm-contrib)
-* [storm-deploy](http://github.com/nathanmarz/storm-deploy): One click deploys for Storm clusters on AWS
-* [Spout implementations](Spout-implementations.html)
-* [DSLs and multilang adapters](DSLs-and-multilang-adapters.html)
+* [Acking](Acking-framework-implementation.html)
+* [Clojure DSL](Clojure-DSL.html)
+* [Command Line](Command-line-client.html)
+* [Common Patterns](Common-patterns.html)
+* [Concepts](Concepts.html)
+* [Configuration](Configuration.html)
+* [Contributing](Contributing-to-Storm.html)
+* [Multi-lang](DSLs-and-multilang-adapters.html)
+* [Non-JVM DSls](Defining-a-non-jvm-language-dsl-for-storm.html)
+* [Distribute RPC](Distributed-RPC.html)
+* [Fault Tolerance](Fault-tolerance.html)
+* [Guaranteed Processing](Guaranteeing-message-processing.html)
+* [Hooks](Hooks.html)
+* [Implementation](Implementation-docs.html)
+* [Native Dependencies](Installing-native-dependencies.html)
+* [Kestrel](Kestrel-and-Storm.html)
+* [Topology Lifecycle](Lifecycle-of-a-topology.html)
+* [Local Mode(Testing)](Local-mode.html)
+* [Maven](Maven.html)
+* [Message Passing](Message-passing-implementation.html)
+* [Metrics](Metrics.html)
+* [Multlang Protocol](Multilang-protocol.html)
+* [Running in Production](Running-topologies-on-a-production-cluster.html)
+* [Serialization](Serialization.html)
 * [Serializers](Serializers.html)
+* [Cluster Setup](Setting-up-a-Storm-cluster.html)
+* [Eclipse](Setting-up-a-Storm-project-in-Eclipse.html)
+* [Spout Implementations](Spout-implementations.html)
+* [Codebase](Structure-of-the-codebase.html)
+* [non-java languages](Support-for-non-java-languages.html)
+* [Transactional topologies](Transactional-topologies.html)
+* [Trident API](Trident-API-Overview.html)
+* [Trident Spouts](Trident-spouts.html)
+* [Trident State](Trident-state.html)
+* [Trident Tutorial](Trident-tutorial.html)
+* [Troubleshooting](Troubleshooting.html)
+* [Parallelism](Understanding-the-parallelism-of-a-Storm-topology.html)
+* [more non-JVM languages](Using-non-JVM-languages-with-Storm.html)
 
-### Contributing to Storm
-
-* [Contributing to Storm](Contributing-to-Storm.html)
-* [Project ideas](Project-ideas.html)
-
-### Powered by Storm
 
-[Companies and projects powered by Storm](Powered-By.html)