Author: chirino
Date: Thu Mar 31 17:19:56 2011
New Revision: 1087376

URL: http://svn.apache.org/viewvc?rev=1087376&view=rev
Log:
website updates to better track releases.

Added:
    
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta1.page
Removed:
    
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0.page.off
Modified:
    activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
    activemq/activemq-apollo/trunk/apollo-website/src/download.page
    activemq/activemq-apollo/trunk/apollo-website/src/versions/index.page

Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala?rev=1087376&r1=1087375&r2=1087376&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Thu Mar 31 
17:19:56 2011
@@ -34,8 +34,10 @@ 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= "1.0-SNAPSHOT"
+  val project_version= "1.0-beta1"
   val project_snapshot_version= "1.0-SNAPSHOT"
+  val project_versions = List(
+        project_version)  
 
   val project_keywords= "messaging,stomp,jms,activemq,apollo"
 

Added: 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta1.page
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta1.page?rev=1087376&view=auto
==============================================================================
--- 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta1.page
 (added)
+++ 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1-0-beta1.page
 Thu Mar 31 17:19:56 2011
@@ -0,0 +1,54 @@
+---
+# 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.
+
+blog_post: true
+title: Apollo 1.0 Beta 1 Released
+author: Hiram Chirino
+author_url: http://hiramchirino.com
+created_at: 2010-04-06 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to 
announce the 
+availability of Apollo 1.0 Beta 1. ActiveMQ Apollo is a faster, more reliable, 
easier 
+to maintain messaging broker built from the foundations of the original 
ActiveMQ. It is
+focused on being the fastest most reliable STOMP 1.1 server available.
+
+This Beta release features:
+
+* [Stomp 1.0](http://stomp.github.com/stomp-specification-1.0.html) Protocol
+  Support
+* [Stomp 1.1](http://stomp.github.com/stomp-specification-1.1.html) Protocol
+  Support
+* [Topics and 
Queues](${website_base_url}/documentation/user-manual.html#Destination_Types)
+* [Queue 
Browsers](${website_base_url}/documentation/user-manual.html#Browsing_Subscriptions)
+* [Durable Subscriptions on 
Topics](${website_base_url}/documentation/user-manual.html#Topic_Durable_Subscriptions)
+* [Reliable 
Messaging](${website_base_url}/documentation/user-manual.html#Reliable_Messaging)
+* Message swapping
+* [Message 
Selectors](${website_base_url}/documentation/user-manual.html#Message_Selectors)
+* [JAAS 
Authentication](${website_base_url}/documentation/user-manual.html#Authentication)
+* [ACL 
Authorization](${website_base_url}/documentation/user-manual.html#Authorization)
+* [SSL/TLS 
Support](${website_base_url}/documentation/user-manual.html#Using_SSL_TLS)
+* REST based management
+
+Further information:
+
+* [Download](http://activemq.apache.org/apollo/download.html)
+* [Documentation](http://activemq.apache.org/apollo/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always welcome! 
+
+
+

Modified: activemq/activemq-apollo/trunk/apollo-website/src/download.page
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/download.page?rev=1087376&r1=1087375&r2=1087376&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/download.page (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/download.page Thu Mar 31 
17:19:56 2011
@@ -24,33 +24,59 @@ Download it today!
 
 --- name:content pipeline:jade
 
+
+.left
+  :markdown
+    # Binary Distributions
+.right
+  :&markdown
+    These are the officially supported prebuilt binary versions of 
#{project_name}.  You just need a JVM installed on your OS to run these 
distributions.
+  - for( version <- project_versions )
+    :&markdown
+      ## [#{project_name} 
#{version}](blog/releases/release-#{version.replace('.','-')}.html)
+      
+      * [Installation 
Instructions](${website_base_url}/versions/#{version}/website/documentation/getting-started.html)
+      * 
[apache-apollo-#{version}-unix-distro.tar.gz](https://repository.apache.org/content/groups/public/org/apache/activemq/apache-apollo/#{version}/apache-apollo-#{version}-unix-distro.tar.gz)
 for Unix/Linux/OS X users.
+      * 
[apache-apollo-#{version}-windows-distro.zip](https://repository.apache.org/content/groups/public/org/apache/activemq/apache-apollo/#{version}/apache-apollo-#{version}-windows-distro.zip)
 for Windows users.
+
 .left
   :markdown
-    # Nightly Snapshots
+    # Nighty Snapshots
 .right
   :&markdown
 
     Want to help stablize the latest and greatest nightly development
     build?  **Warnning**: These builds are extremely bleeding edge!
 
-    ### Binary Distributions
+    ### #{project_name} #{project_snapshot_version}
     
-    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)
 
-        
-    
-    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)
+    * [Installation 
Instructions](${website_base_url}/versions/#{project_snapshot_version}/website/documentation/getting-started.html)
+    * 
[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)
 for Unix/Linux/OS X users.
+    * 
[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)
 for Windows users.
+      
+.left
+  :markdown
+    # Source Code Distributions
 
-    
-    ### Source Code Distributions
+.right
+  :&markdown
+  
+    Some hard core folks prefer to build the binary distributions directly 
from the source code:
 
-    Some hard core folks prefer to [build it](community/building.html) 
themselves from a source code distribution:
-    
-    * 
[apollo-project-#{project_snapshot_version}-source-release.zip](http://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.activemq&a=apollo-project&v=#{project_snapshot_version}&e=zip&c=source-release)
-    * 
[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=apollo-project&v=#{project_snapshot_version}&e=tar.gz&c=source-release)
-    
-    You could have also checked out the source code directly from our [source 
code repository](community/source.html)
+  - for( version <- project_versions )
+    :&markdown
+      ### [#{project_name} 
#{version}](blog/releases/release-#{version.replace('.','-')}.html)
+      
+      * [Build 
Instructions](${website_base_url}/versions/${version}/website/community/building.html)
+      * 
[apollo-project-#{version}-source-release.tar.gz](https://repository.apache.org/content/groups/public/org/apache/activemq/apollo-project/#{version}/apollo-project-#{version}-source-release.tar.gz)
 for Unix/Linux/OS X users.
+      * 
[apollo-project-#{version}source-release.zip](https://repository.apache.org/content/groups/public/org/apache/activemq/apollo-project/#{version}/apollo-project-#{version}-source-release.zip)
 for Windows users.
+
+.left
+  :markdown
+    # Latest Source Code
+
+.right
+  :&markdown
+  
+    The latest source coe should be directly checked out from our [source code 
repository](community/source.html)
 

Modified: activemq/activemq-apollo/trunk/apollo-website/src/versions/index.page
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/versions/index.page?rev=1087376&r1=1087375&r2=1087376&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/versions/index.page 
(original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/versions/index.page Thu 
Mar 31 17:19:56 2011
@@ -18,20 +18,22 @@ title: Website Versions
 in_menu: false
 sort_info: 5
 
---- name:content
+--- name:content pipeline:ssp,jade
 
-# Released Websites
+:markdown
+  # Released Websites
+  
+  We version our website content along with the project so that you
+  can easily get to the documentation that's most appropriate for the 
+  version of the project your using.
+    
+- for( version <- project_versions )
+  :&markdown
+    ### 1.0 Release
 
-We version our website content along with the project so that you
-can easily get to the documentation that's most appropriate for the 
-version of the project your using.
+    * [#{version} 
Website](${website_base_url}/versions/#{version}/website/index.html)
 
-### 1.0 Release
+:markdown
+  # Nightly Development Snapshots
 
-* [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)
-
-# 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)
+  * [${project_snapshot_version} 
Website](${website_base_url}/versions/${project_snapshot_version}/website/index.html)


Reply via email to