Added a join the community link with instructions on basic steps.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/0e3f6618 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/0e3f6618 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/0e3f6618 Branch: refs/heads/master Commit: 0e3f66188e1855c0524d7b88ebc2c625c51baba6 Parents: 1ae2bed Author: Eldon Carman <[email protected]> Authored: Thu Mar 5 16:02:43 2015 -0800 Committer: Preston Carman <[email protected]> Committed: Sun Jun 28 11:39:45 2015 -0700 ---------------------------------------------------------------------- src/site/apt/join_the_community.apt | 61 ++++++++++++++++++++++++++++++++ src/site/site.xml | 3 ++ 2 files changed, 64 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/0e3f6618/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 new file mode 100644 index 0000000..75c6b07 --- /dev/null +++ b/src/site/apt/join_the_community.apt @@ -0,0 +1,61 @@ +~~ 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/0e3f6618/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 41fdd0e..7960df3 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -53,6 +53,9 @@ 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">
