Copied recent site changes back to master.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/563c6b73 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/563c6b73 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/563c6b73 Branch: refs/heads/master Commit: 563c6b73f58aaa947cc06e48016d9c29361b826b Parents: 7310632 Author: Eldon Carman <[email protected]> Authored: Thu Mar 5 19:41:55 2015 -0800 Committer: Eldon Carman <[email protected]> Committed: Wed Apr 1 11:34:54 2015 -0700 ---------------------------------------------------------------------- src/site/apt/developer_get_started.apt | 41 +++++++++++++++++++++++++++++ src/site/apt/development_release.apt | 14 +++++++++- src/site/apt/user_get_started.apt | 35 ++++++++++++++++++++++++ src/site/site.xml | 9 ++++--- 4 files changed, 95 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/563c6b73/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/563c6b73/src/site/apt/development_release.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/development_release.apt b/src/site/apt/development_release.apt index 6071b8e..5c0d83a 100644 --- a/src/site/apt/development_release.apt +++ b/src/site/apt/development_release.apt @@ -153,13 +153,25 @@ $ mvn release:perform * close the staging repository at {{{https://repository.apache.org/}https://repository.apache.org/}} + * Log into the website and look at the "Staging Repositories". + + * Find the VXQuery repository and click the "close" button. + + * Add a message: "Apache VXQuery X.Y-rc#" + * check that the artifacts are available in the repository * send out <<<[VOTE]>>> e-mail on [email protected] * {{{http://mail-archives.apache.org/mod_mbox/vxquery-dev/201409.mbox/%3CCAGZxfJUZDczuZR5jQResE4B7%2Bv4QQgwMpAd%2B-_Kt-U_RjCyReA%40mail.gmail.com%3E}example e-mail}} - * after successful vote promote staging repository {{{https://repository.apache.org/}https://repository.apache.org/}} + * after successful vote release staging repository {{{https://repository.apache.org/}https://repository.apache.org/}} + + * Log into the website and look at the "Staging Repositories". + + * Find the VXQuery repository and click the "release" button. + + * Add a message: "Apache VXQuery X.Y Release" * add new source artifacts (archive + signature + hashes) to svn {{{https://dist.apache.org/repos/dist/release/vxquery}https://dist.apache.org/repos/dist/release/vxquery}} and remove old release dirctory http://git-wip-us.apache.org/repos/asf/vxquery/blob/563c6b73/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/563c6b73/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
