Updated the join community section to be in both user and developer sections.


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/c8141f7f
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/c8141f7f
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/c8141f7f

Branch: refs/heads/master
Commit: c8141f7ff9495d9b4f6c95ddb4df598095a6a302
Parents: 2cffe27
Author: Eldon Carman <[email protected]>
Authored: Thu Mar 5 19:27:13 2015 -0800
Committer: Eldon Carman <[email protected]>
Committed: Thu Mar 5 19:27:13 2015 -0800

----------------------------------------------------------------------
 src/site/apt/developer_get_started.apt | 41 +++++++++++++++++++
 src/site/apt/join_the_community.apt    | 61 -----------------------------
 src/site/apt/user_get_started.apt      | 35 +++++++++++++++++
 src/site/site.xml                      |  9 +++--
 4 files changed, 82 insertions(+), 64 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/c8141f7f/src/site/apt/developer_get_started.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer_get_started.apt 
b/src/site/apt/developer_get_started.apt
new file mode 100644
index 0000000..7a93d66
--- /dev/null
+++ b/src/site/apt/developer_get_started.apt
@@ -0,0 +1,41 @@
+~~ 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.
+
+Get Started as a VXQuery Developer
+
+  The following steps outline how to get up to speed with VXQuery developer 
community.
+  These steps will connect you with the community and give you a place to 
start with developing for VXQuery.
+
+  * Go through the community member steps.
+
+    * {{{http://vxquery.apache.org/user_get_started.html}Community steps}}.
+ 
+  * Setup your eclipse development environment.
+ 
+    * {{{http://vxquery.apache.org/development_eclipse_setup.html}Setup 
instructions}}.
+
+  * XQuery has a test suite to verify XQuery specifications.
+
+    * Run the test suite for XQTS.
+
+      * {{{http://vxquery.apache.org/user_running_tests.html}Testing 
instructions}}.
+
+    * Review the test structure.
+
+      * Code is found in the "VXQuery XTest" module. 
+
+  * Review open issues for the project.
+ 
+    * {{{http://vxquery.apache.org/issue-tracking.html}Issues list}}.

http://git-wip-us.apache.org/repos/asf/vxquery/blob/c8141f7f/src/site/apt/join_the_community.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/join_the_community.apt 
b/src/site/apt/join_the_community.apt
deleted file mode 100644
index 75c6b07..0000000
--- a/src/site/apt/join_the_community.apt
+++ /dev/null
@@ -1,61 +0,0 @@
-~~ 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.
-
-Joining the Apache VXQuery Community
-
-  The following steps are here to help new Apache VXQuery developer get up to 
speed.
-  These steps will connect you with the community and give you a place to 
start.
-
-* Community Member
-
- * Sign up for the mailing list: [email protected]
- 
- * Download the latest release and run a few queries.
- 
-   * {{{http://vxquery.apache.org/user_installation.html}Installation 
instructions}}.
-   
-   * {{{http://vxquery.apache.org/user_query.html}Execute a query}}.
-   
- * If you want more information on XQuery:
- 
-   * Go through the {{{http://www.w3schools.com/xquery/}W3Schools XQuery 
tutorial}}.
-   
-   * Review the {{{http://www.w3.org/TR/xquery/}XQuery specification}}.
-
-* Developer 
-
- * Go through the community member steps.
- 
- * Setup your eclipse development environment.
- 
-   * {{{http://vxquery.apache.org/development_eclipse_setup.html}Setup 
instructions}}.
-
- * XQuery has a test suite to verify XQuery specifications.
-
-   * Run the test suite for XQTS.
-
-     * {{{http://vxquery.apache.org/user_running_tests.html}Testing 
instructions}}.
-
-   * Review the test structure.
-
-     * Code is found in the "VXQuery XTest" module. 
-
- * Review open issues for the project.
- 
-   * {{{http://vxquery.apache.org/issue-tracking.html}Issues list}}.
-
-
-
-

http://git-wip-us.apache.org/repos/asf/vxquery/blob/c8141f7f/src/site/apt/user_get_started.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/user_get_started.apt 
b/src/site/apt/user_get_started.apt
new file mode 100644
index 0000000..f84c5e2
--- /dev/null
+++ b/src/site/apt/user_get_started.apt
@@ -0,0 +1,35 @@
+~~ 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.
+
+Get Started with the VXQuery Community
+
+  The following steps outline how to get involved with Apache VXQuery 
community.
+  These steps will connect you with the community and give you a place to 
start with XQuery.
+
+  * Sign up for the dev mailing list.
+ 
+    * {{{http://vxquery.apache.org/mail-lists.html}Mailing list}}
+ 
+  * Download the latest release and run a few queries.
+ 
+    * {{{http://vxquery.apache.org/user_installation.html}Installation 
instructions}}.
+   
+    * {{{http://vxquery.apache.org/user_query.html}Execute a query}}.
+   
+  * If you want more information on XQuery:
+ 
+    * Go through the {{{http://www.w3schools.com/xquery/}W3Schools XQuery 
tutorial}}.
+   
+    * Review the {{{http://www.w3.org/TR/xquery/}XQuery specification}}.

http://git-wip-us.apache.org/repos/asf/vxquery/blob/c8141f7f/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index fab70dc..3d10b94 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,13 +53,13 @@ limitations under the License.
             <item
                 name="Download"
                 href="http://www.apache.org/dyn/closer.cgi/vxquery/"; />
-            <item
-                name="Join the Community"
-                href="join_the_community.html" />
         </menu>
 
         <menu name="For Users">
             <item
+                name="Get Started"
+                href="user_get_started.html" />
+            <item
                 name="Installation"
                 href="user_installation.html" />
             <item
@@ -72,6 +72,9 @@ limitations under the License.
 
         <menu name="For Developers">
             <item
+                name="Get Started"
+                href="developer_get_started.html" />
+            <item
                 name="Data Handling"
                 href="development_data_handling.html" />
             <item

Reply via email to