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