blob: 0b1892883be4ebe4035e14ae8f9d1717348e4de0 (
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
|
<!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 (beta branch): <a href="freeside-3.0.tar.gz">freeside-3.0.tar.gz</a><br><br>
-->
Source code (stable branch): <a href="freeside-2.3.3.tar.gz">freeside-2.3.3.tar.gz</a><br><br>
Source code (legacy branch): <a href="freeside-2.1.3.tar.gz">freeside-2.1.3.tar.gz</a></li><br><br>
Virtual appliance
<ul class="indented">
<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>
<!-- <li>Beta: <b>Freeside-Appliance-3.0.zip</b> (XXXmb)<br><a href="Freeside-Appliance-3.0.zip">direct download</a> or <a href="Freeside-Appliance-3.0.zip.torrent">bittorrent download</a><br>
-->
<li>Stable: <b>Freeside-Appliance-2.3.3.zip</b> (643mb)<br><a href="Freeside-Appliance-2.3.3.zip">direct download</a> or <a href="Freeside-Appliance-2.3.3.zip.torrent">bittorrent download</a><br>
</ul>
</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><A HREF="/gitweb/?p=freeside.git">Browse the source tree via gitweb</A>
<li><A HREF="git.html">Instructions on accessing the development tree with git</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">
Web
<ul class="indented">
<li><a href="/forum">Web forums</A>
</ul>
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><a href="/cgi-bin/wiki.pl?Mailing_List_Guidelines">Posting guidelines</a>
<li><a HREF="/cgi-bin/mailman/listinfo/freeside-users/">Subscribe</a> to the user mailng list</li>
</ul>
IRC
<ul class="indented">
<li>#freeside on <a href="http://www.oftc.net">irc.oftc.net</a>
</ul>
<br>
</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><br></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" valign="bottom"><img src="imgs/happyprg.gif"></td>
</tr>
</table>
</div>
{ include('elements/footer.html'); }
|