blob: 1ba67e8741355905bf9e2190e2f52ad3e79ef9b2 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Freeside Developers and Open-Source Community</title>
{ include('elements/header.html'); }
<div id="header3"></div>
<div id="content1">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="left" valign="top"><h6>Developers Welcome!</h6></td>
<td align="left" valign="top"> </td>
<td align="right" valign="bottom"> </td>
</tr>
<tr>
<td width="31%" align="left" valign="top"> <table cellpadding="0" cellspacing="0" class="dev">
<tr>
<th align="left">
<h3>RESOURCES</h3></th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#CCCCCC"> <ul>
<li>
<!--a href="http://pouncequick.420.am:81/rt/"-->
Feature/bug database <i> (temporarily offline)</i>
<!-- <tr><td><ul><li>Feature/bug database (down for relocation until Nov. 18th) -->
<li><A HREF="/cgi-bin/viewcvs.cgi/freeside">Browse the CVS tree
via viewcvs</A>
<li><A HREF="cvs.html">Instructions on accessing the development
tree with CVS</A>
<li>
<!--a href="search-devel-list-archive.html"-->
Search <i> (temporarily offline)</i> or <a href="/pipermail/freeside-devel/">browse</a>
the developer mailing list archive.
<li>Subscribe to the development list (<b>not for user support!</b>)
by sending a blank message to <a href="mailto:freeside-devel-subscribe@sisd.com">freeside-devel-subscribe@sisd.com</a>
<!-- <li>#freeside on <a href="http://openprojects.net/irc_servers.shtml">Open Projects IRC network</a>-->
<li>#freeside on <a href="http://www.oftc.net/oftc/infrastructure/">OFTC</a>
</ul></td>
</tr>
</table>
<br> <table cellpadding="0" cellspacing="0" class="dev">
<tr>
<th align="left">
<h3>DOWNLOADS</h3></th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#CCCCCC"> <ul>
<li>Maintenance: <a href="http://www.sisd.com/freeside/freeside-1.5.8.tar.gz" target="_blank">freeside-1.5.8.tar.gz</a></li>
</ul><br></td>
</tr>
</table>
<br> </td>
<td width="32%" align="left" valign="top"><table cellpadding="0" cellspacing="0" class="dev">
<tr>
<th align="left">
<h3>SUPPORT</h3></th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#CCCCCC"> <ul>
<li><a href="http://www.sisd.com/pipermail/freeside-users/" target="_self">Commercial
support services are available</a>.</li>
<li> <b>New!</b> <a href="/forum">Web forums</A>
<li> <a href="support.html" target="_top">Browse</a> the user
mailing list archive.</li>
<li> Subscribe to the user list: first, <a href="http://www.sisd.com/cgi-bin/wiki.pl?Mailing_List_Guidelines" target="_blank">read
this</a>, then send a blank message to <A HREF="mailto:freeside-users-subscribe@sisd.com">freeside-users-subscribe@sisd.com</A></li>
<li> #freeside on <a href="http://www.oftc.net" target="_blank">OFTC</a>
</li>
</ul><br></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" class="dev">
<tr>
<th align="left">
<h3>DOCUMENTATION</h3></th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#CCCCCC"> <ul>
<li>Current: <a href="http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation" target="_blank">1.7
documentation</a> (now in the wiki)</li>
<li><a href="http://www.sisd.com/mediawiki/index.php/Main_Page" target="_blank">Main
Wiki page</a>. There is still some useful information in the
<a href="http://www.sisd.com/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>
<td width="37%" align="right" valign="bottom"><img src="imgs/happyprg.gif"></td>
</tr>
</table>
</div>
{ include('elements/footer.html'); }
|