You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Juneau001 <jun...@us...> - 2007-03-27 10:51:14
|
<http://gather.sourceforge.net> Gather Logo <http://gather.sourceforge.net> *Tips and Tricks #1 * You can change the side box picture(s) from their default Sun and PostgreSQL logos. Simply add a small photo into the \images directory at the root of the website (Path within distribution: Gather\build\web\images) and then change the sidebar.jsp page to use the new photos. Sidebar.jsp resides within the \pages directory at the root of the website. Towards the bottom of the page (line 64), you will find the following code for the sun logo and link: <tr:goLink id="goSun" destination="http://java.sun.com" styleClass="sun-sidebar"> <h:graphicImage id="sunLogo" url="#{request.getContextPath}/images/sunlogo.gif"/> </tr:goLink> Simply change the code as shown below to modify it accordingly. You can even remove the <tr></tr> tags from around the <h:graphicImage> tag if you do not wish to use a web link. <tr:goLink id="rename id if you wish" destination="your link here" styleClass="sun-sidebar"> <h:graphicImage id="rename if you wish" url="#{request.getContextPath}/images/your photo name"/> </tr:goLink> That is it for tip #1...stay tuned for more! |
From: Josh J. <j.j...@mc...> - 2007-01-13 17:51:19
|
The Gather! reunion application now has well over 200 downloads! There = have been many participants in the testing of the Gather! reunion = application and I want to send out a special thanks to all of the = contributers. The first production release of Gather! will be released this weekend. = This is a solid application which has been under development for nearly = 3 years now, and it has been tested and used for the organization of = several reunion events. Look for added product features and support to be offered by = GatherSoftDeluxe (GSD) developers on the coming months. GSD will be = debuting their GatherDeluxe product in the next few weeks. This product = will offer a built-in chatting facility, site slide show, added site = pages, and much more. Feel free to visit the GSD site at = http://reuniteware.com/ for more information. Thanks again from the Gather! development crew! |
From: Josh J. <j.j...@mc...> - 2006-11-22 11:29:22
|
Due to the number of bug fixes and enhancements that have been added to = both applications, we've decided to distribute a release candidate prior = to production. The release candidate will be made available within the = next week. =20 =20 We hope you download and use the new release candidate as there have = been many new features added...including a complete overhaul of the = component framework.=20 =20 Look for RC 1 to be released within the next week!=20 Sincerely- Josh Juneau |
From: Josh J. <j.j...@mc...> - 2006-10-15 19:22:20
|
Beta 2 has been released. I've also uploaded the javadocs for the = Gather project. The Gather codebase is now frozen and only bug fixes will be made to the = code prior to a production release. Production release is tentatively scheduled for mid November. However, = depending up on how many bug fixes will be required this may change. Thanks- Josh |