3.6 Release
[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 (current branch): <a href="freeside-3.6.tar.gz">freeside-3.6.tar.gz</a><br><br>
24
25               Virtual appliance
26                 <ul class="indented">
27                   <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>
28                   <li><b>Freeside-Appliance-3.6.zip</b>&nbsp;(771mb)<br><a href="Freeside-Appliance-3.6.zip">direct&nbsp;download</a> or <a href="Freeside-Appliance-3.6.zip.torrent">bittorrent download</a><br>
29                 </ul>
30                 
31               </td>
32           </tr>
33         </table>
34         <br>
35
36         <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
37           <tr> 
38             <th align="left"> 
39               <h3>DEVELOPERS</h3></th>
40           </tr>
41           <tr> 
42             <td align="left" valign="top">
43               Git
44                 <ul class="indented">
45                   <li>Browse the source tree: <A HREF="/gitlist/freeside.git">gitlist</A> (new!) or <A HREF="/gitweb/?p=freeside.git">gitweb</A> (legacy)
46                   <li><A HREF="git.html">Instructions on accessing the development tree with git</A>
47                   <li><A HREF="/gitstats/">Useless git statistics</A>
48                 </ul>
49               Developer mailing list
50                 <ul class="indented"> 
51                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the developer mailing list-->
52
53                   <li><a href="/pipermail/freeside-devel/">Browse</a> the developer mailing list archive
54                   <li><a href="/cgi-bin/mailman/listinfo/freeside-devel/">Subscribe</a> to the development list (<b>not for user support!</b>) 
55                 </ul>
56               Commits mailing list
57                 <ul class="indented"> 
58                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the commits mailing list-->
59
60                   <li><a href="/pipermail/freeside-commits/">Browse</a> the commits mailing list archive
61                   <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the commits list
62                 </ul>
63               IRC
64                 <ul class="indented">
65                   <li>#freeside on <a href="http://www.oftc.net/">irc.oftc.net</a> 
66                 </ul>
67             </td>
68           </tr>
69         </table>
70
71       </td>
72       <td align="left" valign="top">
73         <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
74           <tr> 
75             <th align="left"> 
76               <h3>COMMUNITY SUPPORT</h3></th>
77           </tr>
78           <tr> 
79             <td align="left" valign="top">
80               Web
81                 <ul class="indented">
82                   <li><a href="/forum">Web forums</A>
83                 </ul>
84               User mailing list
85                 <ul class="indented">
86                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list-->
87                   <li><a href="/pipermail/freeside-users/">Browse</a> the user 
88                   mailing list archive</li>
89                   <li>For basic installation and usage questions concerning the open-source downloads, please remember you are emailing hundreds of busy people and follow some basic <a href="/cgi-bin/wiki.pl?Mailing_List_Guidelines">posting guidelines</a>
90                   <li><a HREF="/cgi-bin/mailman/listinfo/freeside-users/">Subscribe</a> to the user mailng list</li>
91                 </ul>
92               IRC
93                 <ul class="indented">
94                   <li>#freeside on <a href="http://www.oftc.net">irc.oftc.net</a> 
95                 </ul>
96               <br>
97             </td>
98           </tr>
99         </table>
100         <br>
101         <table width="100%" cellpadding="0" cellspacing="0" class="dev">
102           <tr> 
103             <th align="left"> 
104               <h3>DOCUMENTATION</h3></th>
105           </tr>
106           <tr> 
107             <td align="left" valign="top"> <ul class="indented">
108                 <li><a href="/mediawiki/index.php/Main_Page" target="_blank">Main Wiki page</a>
109                 <li>There is still some useful information in the 
110                   <a href="/cgi-bin/wiki.pl" target="_blank">old 
111                   wiki</a> that has not yet been moved over; please feel free 
112                   to help with that.</li>
113               </ul><br></td>
114           </tr>
115         </table></td>
116     </tr>
117     <tr>
118       <td align="center" valign="bottom"><img src="imgs/happyprg.gif"></td>
119     </tr>
120   </table>
121
122 </div>
123
124 { include('elements/footer.html'); }