not yet 3.0
[www.git] / developers.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Open Source</title>
5 { include('elements/header.html'); }
6
7 <div id="content1"> 
8   
9   <h6>Open Source</h6>
10
11   <table width="100%" border="0" cellpadding="0" cellspacing="16" >
12     <tr> 
13       <td align="left" valign="top" rowspan=2>
14
15         <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
16           <tr> 
17             <th align="left"> 
18               <h3>DOWNLOADS</h3></th>
19           </tr>
20           <tr> 
21             <td align="left" valign="top">
22
23 <!--              Source code (beta branch): <a href="freeside-3.0.tar.gz">freeside-3.0.tar.gz</a><br><br>
24 -->
25
26               Source code (stable branch): <a href="freeside-2.3.3.tar.gz">freeside-2.3.3.tar.gz</a><br><br>
27
28               Source code (legacy branch): <a href="freeside-2.1.3.tar.gz">freeside-2.1.3.tar.gz</a></li><br><br>
29
30               Virtual appliance
31                 <ul class="indented">
32                   <li><a href="http://www.vmware.com/download/player/">VMWare player</a> for Windows or Linux or <a href="http://www.vmware.com/products/fusion/">VMWare Fusion</a> for OSX is required (free download)<br>
33 <!--                  <li>Beta: <b>Freeside-Appliance-3.0.zip</b>&nbsp;(XXXmb)<br><a href="Freeside-Appliance-3.0.zip">direct&nbsp;download</a> or <a href="Freeside-Appliance-3.0.zip.torrent">bittorrent download</a><br>
34 -->
35                   <li>Stable: <b>Freeside-Appliance-2.3.3.zip</b>&nbsp;(643mb)<br><a href="Freeside-Appliance-2.3.3.zip">direct&nbsp;download</a> or <a href="Freeside-Appliance-2.3.3.zip.torrent">bittorrent download</a><br>
36                 </ul>
37                 
38               </td>
39           </tr>
40         </table>
41         <br>
42
43         <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
44           <tr> 
45             <th align="left"> 
46               <h3>DEVELOPERS</h3></th>
47           </tr>
48           <tr> 
49             <td align="left" valign="top">
50               Git
51                 <ul class="indented">
52                   <li><A HREF="/gitweb/?p=freeside.git">Browse the source tree via gitweb</A> 
53                   <li><A HREF="git.html">Instructions on accessing the development tree with git</A> 
54                 </ul>
55               Developer mailing list
56                 <ul class="indented"> 
57                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the developer mailing list-->
58
59                   <li><a href="/pipermail/freeside-devel/">Browse</a> the developer mailing list archive
60                   <li><a href="/cgi-bin/mailman/listinfo/freeside-devel/">Subscribe</a> to the development list (<b>not for user support!</b>) 
61                 </ul>
62               Commits mailing list
63                 <ul class="indented"> 
64                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the commits mailing list-->
65
66                   <li><a href="/pipermail/freeside-commits/">Browse</a> the commits mailing list archive
67                   <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the commits list
68                 </ul>
69               IRC
70                 <ul class="indented">
71                   <li>#freeside on <a href="http://www.oftc.net/">irc.oftc.net</a> 
72                 </ul>
73             </td>
74           </tr>
75         </table>
76
77       </td>
78       <td align="left" valign="top">
79         <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
80           <tr> 
81             <th align="left"> 
82               <h3>COMMUNITY SUPPORT</h3></th>
83           </tr>
84           <tr> 
85             <td align="left" valign="top">
86               Web
87                 <ul class="indented">
88                   <li><a href="/forum">Web forums</A>
89                 </ul>
90               User mailing list
91                 <ul class="indented">
92                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list-->
93                   <li><a href="/pipermail/freeside-users/">Browse</a> the user 
94                   mailing list archive</li>
95                   <li><a href="/cgi-bin/wiki.pl?Mailing_List_Guidelines">Posting guidelines</a>
96                   <li><a HREF="/cgi-bin/mailman/listinfo/freeside-users/">Subscribe</a> to the user mailng list</li>
97                 </ul>
98               IRC
99                 <ul class="indented">
100                   <li>#freeside on <a href="http://www.oftc.net">irc.oftc.net</a> 
101                 </ul>
102               <br>
103             </td>
104           </tr>
105         </table>
106         <br>
107         <table width="100%" cellpadding="0" cellspacing="0" class="dev">
108           <tr> 
109             <th align="left"> 
110               <h3>DOCUMENTATION</h3></th>
111           </tr>
112           <tr> 
113             <td align="left" valign="top"> <ul class="indented">
114                 <li><a href="/mediawiki/index.php/Main_Page" target="_blank">Main Wiki page</a>
115                 <li>There is still some useful information in the 
116                   <a href="/cgi-bin/wiki.pl" target="_blank">old 
117                   wiki</a> that has not yet been moved over; please feel free 
118                   to help with that.</li>
119               </ul><br></td>
120           </tr>
121         </table></td>
122     </tr>
123     <tr>
124       <td align="center" valign="bottom"><img src="imgs/happyprg.gif"></td>
125     </tr>
126   </table>
127
128 </div>
129
130 { include('elements/footer.html'); }