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