diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-21 07:41:39 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-21 07:41:39 +0000 |
commit | cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc (patch) | |
tree | 3bdc2949d6e67fc3752207d792c66aa4b855fc5d /branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml | |
parent | 6567a1b3dac163c281c8f90665c484a9c49f45b0 (diff) |
Moving site branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml')
-rw-r--r-- | branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml b/branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml deleted file mode 100644 index e406f0022d..0000000000 --- a/branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable. - - Licensed 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. - --> -<document url="getinvolved.xml"> - - <properties> - <author email="mgmarum@us.ibm.com">Tuscany Developer</author> - <title>Apache Tuscany - Get Involved</title> - </properties> - - <body> - <section name="Getting Involved with Apache Tuscany"> - <p> - You can get involved in Apache Tuscany in many different ways. The following are a few suggestions: - <ul> - <li> - Contribute new ideas/requirements that are based on real business experiences to the mailing list to improve Tuscany as a solution for SOA. - </li> - <li> - Answer questions posted to the <a href="mail-lists.html">mailing lists</a>. - </li> - <li> - Contribute to the <a href="faq.html">FAQ</a> or to - <script type="text/javascript">linkNewWindow('http://wiki.apache.org/ws/Tuscany','Wiki');</script> - </li> - <li> - Contribute to user or developer <a href="documentation.html">Documentations</a>. - </li> - <li> - Investigate - <script type="text/javascript">linkNewWindow('http://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310210','issues');</script> - that have been reported and provide patches. - </li> - <li> - Help with development. Check for roadmap on the Wiki. - </li> - <li> - Help with - <script type="text/javascript">linkNewWindow('samples/java/GettingStarted.htm','Tuscany Samples');</script> - to demonstrate Tuscany's value and help new users understand Tuscany - </li> - </ul> - </p> - - <p> - Before you start, join <a href="mail-lists.html">Tuscany mailing list</a>. At the moment we only have one mailing list that handles both developer and user questions. - <ul> - <li> - Subscription: Send a blank email to tuscany-dev-subscribe@ws.apache.org - </li> - <li> - Posting questions to the list: Send your question to tuscany-dev@ws.apache.org - </li> - </ul> - </p> - - <p> - You should also review <script type="text/javascript">linkNewWindow('http://www.apache.org/foundation/how-it-works.html','How Apache works');</script>. - </p> - - <p> - Tuscany holds weekly IRC chats. IRC chats are held weekly on <b>Mondays 15:30 GMT for an hour</b>. The IRC server is <code><b>irc.freenode.net</b></code> and the channel is <code><b>#tuscany</b></code> - <script type="text/javascript">linkNewWindow('http://www.irchelp.org/','Internet Relay Chat (IRC) Help');</script> - is a good source of - information on understanding IRC chats.<br/> - The following are some IRC chat clients: - <table> - <tbody> - <tr> - <td> - mIRC - </td> - <td> - <script type="text/javascript">linkNewWindow('http://www.mirc.com/','http://www.mirc.com/');</script> - </td> - </tr> - <tr> - <td> - Trillian - </td> - <td> - <script type="text/javascript">linkNewWindow('http://www.ceruleanstudios.com/','http://www.ceruleanstudios.com/');</script> - - </td> - </tr> - </tbody> - </table> - - </p> - - - </section> - <section name="How to get involved"> - <p> Apache Tuscany source code, documentation and web site are managed under version control using Subversion in - <script type="text/javascript">linkNewWindow('https://svn.apache.org/repos/asf/incubator/tuscany','Tuscany Subversion Repository');</script>. - In this repository structure you will find two main directories - <ol> - <li> CPP directory holds SCA and SDO C++ source code. </li> - <li> Java directory holds SCA, SDO and DAS source code.</li> - </ol> - We welcome your help with any of the sub projects. You can learn more about how to setup your development environment on <a href="projectjava.html" >Java project page </a> or - <a href="projectc++.html">C++ project page</a>. - - </p> - </section> - - </body> - -</document> |