blob: e34ec5c02679b7960ae640faa3aa8f3c3de8f3e1 [file] [log] [blame]
<?
function communityList() {
//
$retvalue = array();
$retvalue[] = array("BIRT Exchange", "http://www.birt-exchange.com/", "Community site for Java developers to share code, report designs and ideas.");
$retvalue[] = array("Eclipse Developer Journal", "http://eclipse.sys-con.com/", "An on-line Eclipse magazine hosted by SYS-Con Media.");
$retvalue[] = array("Eclipse Wiki", "http://wiki.eclipse.org", "A wiki with lots of tips, tricks and useful information about Eclipse.");
$retvalue[] = array("EclipseZone", "http://www.eclipsezone.com/", "An online community by and for Eclipse users everywhere - hosted by JavaLobby.");
$retvalue[] = array("IBM developerWorks - Eclipse Resources", "http://www-128.ibm.com/developerworks/opensource/top-projects/eclipse.html", "IBM's developerWorks hosts a variety of tutorials, articles and related information on Eclipse.");
$retvalue[] = array("IBM Research", "http://www.research.ibm.com/eclipse/", "Visit this site to read about Eclipse-related technical projects, programs, workshops and other such activities going on at IBM Research.");
return $retvalue;
}
?>