summaryrefslogtreecommitdiff
path: root/developers.html
blob: b92221885e2de6c7639a907ef8d13aa06d1e84e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Open Source</title>
{ include('elements/header.html'); }

<div id="content1"> 
  
  <h6>Open Source</h6>

  <table width="100%" border="0" cellpadding="0" cellspacing="16" >
    <tr> 
      <td align="left" valign="top" rowspan=2>

        <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
          <tr> 
            <th align="left"> 
              <h3>DOWNLOADS</h3></th>
          </tr>
          <tr> 
            <td align="left" valign="top">

              Source code
                <ul class="indented">
                  <li>Current branch: <a href="freeside-4.2.tar.gz">freeside-4.2.tar.gz</a>
                  <li>Legacy branch: <a href="freeside-3.92.tar.gz">freeside-3.92.tar.gz</a>
                </ul>

              VMWare virtual appliance
                <ul class="indented">
                  <li><a href="Freeside-Appliance-4.2.zip">Freeside-Appliance-4.2.zip</a>&nbsp;(909M)<br>
                </ul>
                
		Debian Packages:
	        <ul class="indented">
		 <li><a href="/mediawiki/index.php/Freeside:4:Documentation:InstallingOnDebian8">Installing 4.x on Debian 8</a>
		 <li><a href="/mediawiki/index.php/Freeside:3:Documentation:InstallingOnDebian8">Installing 3.x on Debian 8</a>
	  </td>
          </tr>
        </table>
        <br>

        <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
          <tr> 
            <th align="left"> 
              <h3>DEVELOPERS</h3></th>
          </tr>
          <tr> 
            <td align="left" valign="top">
              Git
                <ul class="indented">
                  <li>Browse the source tree: <A HREF="http://git.freeside.biz/cgit/freeside.git">cgit</A> or <A HREF="http://git.freeside.biz/gitweb/?p=freeside.git">gitweb</A>
                  <li><A HREF="git.html">Instructions on accessing the development tree with git</A>
                  <li><A HREF="http://git.freeside.big//gitstats/">Useless git statistics</A>
                </ul>
              Developer mailing list
                <ul class="indented"> 
                  <!--<li><a href="/cgi-bin/search.cgi">Search</a> the developer mailing list-->

                  <li><a href="/pipermail/freeside-devel/">Browse</a> the developer mailing list archive
                  <li><a href="/cgi-bin/mailman/listinfo/freeside-devel/">Subscribe</a> to the development list (<b>not for user support!</b>) 
                </ul>
              Commits mailing list
                <ul class="indented"> 
                  <!--<li><a href="/cgi-bin/search.cgi">Search</a> the commits mailing list-->

                  <li><a href="/pipermail/freeside-commits/">Browse</a> the commits mailing list archive
                  <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the commits list
                </ul>
              IRC
                <ul class="indented">
                  <li>#freeside on <a href="http://www.oftc.net/">irc.oftc.net</a> 
                </ul>
            </td>
          </tr>
        </table>

      </td>
      <td align="left" valign="top">
        <table width="100%" cellpadding="0" cellspacing="0"  class="dev">
          <tr> 
            <th align="left"> 
              <h3>COMMUNITY SUPPORT</h3></th>
          </tr>
          <tr> 
            <td align="left" valign="top">
              User mailing list
                <ul class="indented">
                  <!--<li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list-->
                  <li><a href="/pipermail/freeside-users/">Browse</a> the user 
                  mailing list archive</li>
                  <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="/mediawiki/index.php/Mailing_List_Guidelines">posting guidelines</a>
                  <li><a HREF="/cgi-bin/mailman/listinfo/freeside-users/">Subscribe</a> to the user mailing list</li>
                </ul>
              IRC
                <ul class="indented">
                  <li>#freeside on <a href="http://www.oftc.net">irc.oftc.net</a>
                </ul>
<!--              Web
                <ul class="indented">
                  <li>Before it was overrun with spammers, we had a <a href="/forum">web forum</A>.  Current discussion is on the mailing list.
                </ul>
-->
            </td>
          </tr>
        </table>
        <br>
        <table width="100%" cellpadding="0" cellspacing="0" class="dev">
          <tr> 
            <th align="left"> 
              <h3>DOCUMENTATION</h3></th>
          </tr>
          <tr> 
            <td align="left" valign="top"> <ul class="indented">
                <li><a href="/mediawiki/index.php/Main_Page" target="_blank">Main Wiki page</a>
<!--                <li>There is still some useful information in the 
                  <a href="/cgi-bin/wiki.pl" target="_blank">old 
                  wiki</a> that has not yet been moved over; please feel free 
                  to help with that.</li>
-->
              </ul></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td align="center" valign="bottom"><img src="imgs/happyprg.gif"></td>
    </tr>
  </table>

</div>

{ include('elements/footer.html'); }