bad idea
[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               User mailing list
88                 <ul class="indented">
89                   <!--<li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list-->
90                   <li><a href="/pipermail/freeside-users/">Browse</a> the user 
91                   mailing list archive</li>
92                   <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>
93                   <li><a HREF="/cgi-bin/mailman/listinfo/freeside-users/">Subscribe</a> to the user mailng list</li>
94                 </ul>
95               IRC
96                 <ul class="indented">
97                   <li>#freeside on <a href="http://www.oftc.net">irc.oftc.net</a>
98                 </ul>
99               Web
100                 <ul class="indented">
101                   <li>Before it was overrun with spammers, we had a <a href="/forum">web forum</A>.  Current discussion is on the mailing list.
102                 </ul>
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></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'); }