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