Author: chirino
Date: Fri Nov 5 15:41:51 2010
New Revision: 1031635
URL: http://svn.apache.org/viewvc?rev=1031635&view=rev
Log:
Updating website doco.
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/scala/Website.scala
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/index.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/versions/index.page
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/scala/Website.scala
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/scala/Website.scala?rev=1031635&r1=1031634&r2=1031635&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/main/scala/Website.scala
(original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/main/scala/Website.scala
Fri Nov 5 15:41:51 2010
@@ -34,8 +34,8 @@ object Website {
val project_forums_url=
"http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html"
val project_wiki_url=
"https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index"
val project_logo= "/images/project-logo.png"
- val project_version= "6.0-SNAPSHOT"
- val project_snapshot_version= "6.0-SNAPSHOT"
+ val project_version= "1.0-SNAPSHOT"
+ val project_snapshot_version= "1.0-SNAPSHOT"
val project_keywords= "messaging,stomp,jms,activemq,apollo"
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page?rev=1031635&r1=1031634&r2=1031635&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page
Fri Nov 5 15:41:51 2010
@@ -28,9 +28,12 @@ Various links for developers
* [Building](building.html)
* [Contributing](contributing.html)
* [Release Guide](release-guide.html)
-
-<!--
* [Maven Site Reports](${website_base_url}/versions/${project_version}/maven/)
+# Architecture Nodes
+
+* [Performance and Scaling](documentation/performance-scaling.html)
+* [Architecture](documentation/architecture.html)
+* [Module Organization](documentation/module-organization.html)
+
Looking for the website documentation of a different ${project_name}
[version](${website_base_url}/versions/index.html)?
--->
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page?rev=1031635&r1=1031634&r2=1031635&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page
(original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page
Fri Nov 5 15:41:51 2010
@@ -26,32 +26,21 @@ Download it today!
.left
:markdown
- # Download
+ # Nightly Snapshots
.right
- :markdown
-
- No downloads available right now.
- <!--
- You can download **${project_name}** from the [Maven
- Repository](https://repository.apache.org/content/groups/public/)
- in the [${project_name}
-
area](https://repository.apache.org/content/groups/public/org/apache/activemq/).
- -->
- <!--
- ## Releases
-
- ...
+ :&markdown
- ## Snapshots
-
- ...
- -->
+ Want to help stablize the latest and greatest nightly development build?
**Warnning**: These builds are extreamly bleeding edge!
+ ### For Windows
+
+ *
[apache-apollo-#{project_snapshot_version}-windows-distro.zip](https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.activemq&a=apache-apollo&v=#{project_snapshot_version}&e=zip&c=windows-distro)
+ *
[apollo-project-#{project_snapshot_version}-source-release.zip](http://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.activemq&a=apache-apollo&v=#{project_snapshot_version}&e=zip&c=source-release)
+
+ ### For Unix/Linux/OS X
+
+ *
[apache-apollo-#{project_snapshot_version}-unix-distro.tar.gz](http://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.activemq&a=apache-apollo&v=#{project_snapshot_version}&e=tar.gz&c=unix-distro)
+ *
[apollo-project-#{project_snapshot_version}-source-release.tar.gz](http://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.activemq&a=apache-apollo&v=#{project_snapshot_version}&e=tar.gz&c=source-release)
-.left
- :markdown
- # Source Distribution
-.right
- :markdown
- If you prefer you can try building from [the source
code](community/source.html) and [building it](community/building.html)
+ If you find any problems with them, please contact the
[community](community/index.html).
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/index.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/index.page?rev=1031635&r1=1031634&r2=1031635&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/index.page
(original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/index.page
Fri Nov 5 15:41:51 2010
@@ -45,10 +45,8 @@ to extend.
* REST based management
* [Stomp 1.1](http://stomp.github.com/stomp-specification-1-1.html) Protocol
Support
-## Project Notes:
+## Guides
- * [Performance and Scaling](documentation/performance-scaling.html)
- * [Architecture](documentation/architecture.html)
- * [Module Organization](documentation/module-organization.html)
+ * [Getting Started Guide](documentation/getting-started.html)
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/versions/index.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/versions/index.page?rev=1031635&r1=1031634&r2=1031635&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/versions/index.page
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/versions/index.page
Fri Nov 5 15:41:51 2010
@@ -26,13 +26,13 @@ Website Versions
# Released Websites
+Apollo has not been released yet.
+
<!--
* [1.0 Website](${website_base_url}/versions/1.0/website/index.html)
* [1.0 Maven Report](${website_base_url}/versions/1.0/maven/index.html)
-->
-# Under Development
+# Nightly Development Snapshots
-<!--
* [${project_snapshot_version}
Website](${website_base_url}/versions/${project_snapshot_version}/website/index.html)
* [${project_snapshot_version} Maven
Report](${website_base_url}/versions/${project_snapshot_version}/maven/index.html)
- -->