diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 18:03:28 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 18:03:28 -0800 |
commit | 5bac83a77b7d399d76abd7bd08f676333505895c (patch) | |
tree | 38235c4087fe8efae39dc7824121b778e63b5fd9 /developers.html | |
parent | 77aa8bd86cbb22ecf624d0e78ba5a0f8af078fca (diff) |
cvs->git
Diffstat (limited to 'developers.html')
-rw-r--r-- | developers.html | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/developers.html b/developers.html index cbb3b85..1492d5c 100644 --- a/developers.html +++ b/developers.html @@ -20,23 +20,9 @@ <tr> <td align="left" valign="top"> - Source code (development branch) - <ul class="indented"> - <li>CVS snapshot (HEAD): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar">freeside.tar.gz</a></li> - </ul> - - Source code (stable branch) - <ul class="indented"> - <li>Current: <a href="freeside-2.3.1.tar.gz">freeside-2.3.1.tar.gz</a></li> - <li>CVS snapshot (2_3_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_2_3_BRANCH">freeside.tar.gz</a></li> - </ul> - + Source code (stable branch): <a href="freeside-2.3.1.tar.gz">freeside-2.3.1.tar.gz</a><br><br> - Source code (legacy branch) - <ul class="indented"> - <li>Current: <a href="freeside-2.1.3.tar.gz">freeside-2.1.3.tar.gz</a></li> - <li>CVS snapshot (2_1_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_2_1_BRANCH">freeside.tar.gz</a></li> - </ul> + 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"> @@ -57,24 +43,24 @@ </tr> <tr> <td align="left" valign="top"> - CVS + Git <ul class="indented"> - <li><A HREF="/cgi-bin/viewvc.cgi/freeside">Browse the CVS tree via web browser</A> - <li><A HREF="cvs.html">Instructions on accessing the development tree with CVS</A> + <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="/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> - CVS commits mailing list + Commits mailing list <ul class="indented"> - <li><a href="/cgi-bin/search.cgi">Search</a> the CVS commits mailing list + <!--<li><a href="/cgi-bin/search.cgi">Search</a> the commits mailing list--> - <li><a href="/pipermail/freeside-commits/">Browse</a> the CVS commits mailing list archive - <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the CVS commits 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"> @@ -99,7 +85,7 @@ </ul> User mailing list <ul class="indented"> - <li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list + <!--<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> |