Author: chirino
Date: Fri Nov 5 15:42:04 2010
New Revision: 1031638
URL: http://svn.apache.org/viewvc?rev=1031638&view=rev
Log:
More website tweaks.
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/_navigation.ssp.md
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/building.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/developers.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/index.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/download.page
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/images/module-deps-graph.png
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/_navigation.ssp.md
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/_navigation.ssp.md?rev=1031638&r1=1031637&r2=1031638&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/_navigation.ssp.md
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/_navigation.ssp.md
Fri Nov 5 15:42:04 2010
@@ -1,10 +1,6 @@
* [${project_name} ${project_version}](${uri("/")})
-* [Source](${uri("/community/source.html")})
+* [Developers](${uri("/community/developers.html")})
* [Community](${uri("/community/index.html")})
-* [Support](${uri("/community/support.html")})
-<!--
* [Download](${uri("/download.html")})
-* [Documentation](${uri("/documentation/index.html")})
--->
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/building.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/building.page?rev=1031638&r1=1031637&r2=1031638&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/building.page
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/building.page
Fri Nov 5 15:42:04 2010
@@ -46,10 +46,14 @@ To build ${project_name} maven has to be
mvn install -P download
-The last argument, **-Pdownload**, is optional and typically only used on
+The last argument, **-P download**, is optional and typically only used on
the first build as it adds some extra repos to the project just in case
our dependencies have not quite reached the central Maven repository yet.
+Once the build completes, you will find the binary distribution of
+${project_name} located in the `apollo-distro/target` directory.
+
+
### Doing a Quick Build
The following avoids running all the unit test cases, we just skip the
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=1031638&r1=1031637&r2=1031638&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:42:04 2010
@@ -19,7 +19,7 @@ in_menu: false
--- name:overview
# Developers
-Various links for developers
+Ready to start hacking on ${project_name}?
--- name:content
@@ -30,10 +30,10 @@ Various links for developers
* [Release Guide](release-guide.html)
* [Maven Site Reports](${website_base_url}/versions/${project_version}/maven/)
-# Architecture Nodes
+# Architecture Notes
-* [Performance and Scaling](documentation/performance-scaling.html)
-* [Architecture](documentation/architecture.html)
-* [Module Organization](documentation/module-organization.html)
+* [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/community/index.page
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/index.page?rev=1031638&r1=1031637&r2=1031638&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/index.page
(original)
+++
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/community/index.page
Fri Nov 5 15:42:04 2010
@@ -40,53 +40,40 @@ The ${project_name} community is here to
[contributions](contributing.html). One of the easiest ways to get
involved is to join the community discussions.
- table
- tr
- th List Name
- th Subscribe
- th Unsubscribe
- th Archive
- th Nabble (Online Forums)
- tr
- td #{project_name} User List
- td
- a(href="mailto:[email protected]") Subscribe
- td
- a(href="mailto:[email protected]") Unsubscribe
- td
- a(href="http://mail-archives.apache.org/mod_mbox/activemq-users/")
Archive
- td
- ="nbsp;"
- -# a(title="User Forum" href="user-forum.html") Nabble
- tr
- td #{project_name} Developer List
- td
- a(href="mailto:[email protected]") Subscribe
- td
- a(href="mailto:[email protected]") Unsubscribe
- td
- a(href="http://mail-archives.apache.org/mod_mbox/activemq-dev/")
Archive
- td
- ="nbsp;"
- -# a(title="Developer Forum" href="developer-forum.html") Nabble
- tr
- td #{project_name} Commits List
- td
- a(href="mailto:[email protected]") Subscribe
- td
- a(href="mailto:[email protected]") Unsubscribe
- td
- a(href="http://mail-archives.apache.org/mod_mbox/activemq-commits/")
Archive
- td
- ="nbsp;"
+ ### ${project_name} User List
+
+ This mailing list is end users to ask general questions about
+ ${project_name}
+
+ * [Subscribe](mailto:[email protected])
+ * [Unsubscribe](mailto:[email protected])
+ * [Archive](http://mail-archives.apache.org/mod_mbox/activemq-user/)
+
+ ### ${project_name} Developer List
+
+ This mailing list is for contributor to discuss the bug fixes and
+ and new features being developed for ${project_name}
+
+ * [Subscribe](mailto:[email protected])
+ * [Unsubscribe](mailto:[email protected])
+ * [Archive](http://mail-archives.apache.org/mod_mbox/activemq-dev/)
+
+ ### ${project_name} Commits List
+
+ This mailing list get automatically notified when when the
+ project source code gets updated.
+
+ * [Subscribe](mailto:[email protected])
+ * [Unsubscribe](mailto:[email protected])
+ * [Archive](http://mail-archives.apache.org/mod_mbox/activemq-commits/)
.left
h1 IRC
.right
:markdown
- You can also catch us on IRC to chat via **#activemq** on
- **irc.codehaus.org**.
+ You can also catch us on IRC to chat via the **#activemq** channel on
+ the **irc.codehaus.org** server.
.left
h1 Support
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=1031638&r1=1031637&r2=1031638&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:42:04 2010
@@ -32,15 +32,24 @@ Download it today!
Want to help stablize the latest and greatest nightly development build?
**Warnning**: These builds are extreamly bleeding edge!
- ### For Windows
+ ### Binary Distributions
+
+ 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
+ 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)
- If you find any problems with them, please contact the
[community](community/index.html).
+
+ ### Source Code Distributions
+
+ 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)
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/images/module-deps-graph.png
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/images/module-deps-graph.png?rev=1031638&r1=1031637&r2=1031638&view=diff
==============================================================================
Files
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/images/module-deps-graph.png
(original) and
activemq/activemq-apollo/trunk/apollo-website/src/main/webapp/images/module-deps-graph.png
Fri Nov 5 15:42:04 2010 differ