summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/xdoc/getinvolved.xml
blob: e406f0022dd8526ebabb7266df0f8eaa1edb5f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?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>