FRE has been in use now at GFDL since January 2003. It became a completely indispensable element in our testing, and a successful element in long production runs where a sustained workflow was important. Some time ago, we went through a process of listing the shortcomings of FRE, especially as a development environment, and presented a talk describing plans for its overhaul. Shortcomings of FRE we listed in that plan include:
We proposed that we would provide a new FRE, designed to offer:
New design elements that we have proposed include:
More details are to be found in the referenced FRE redesign slides. These pages (see the
|
ENDCONTENT;
print $pagecontent;
$url = 'http://cobweb.gfdl.noaa.gov/~vb/weblogs/FRENews.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$subj = 'FRE';
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2009.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2008.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$url = 'http://www.gfdl.noaa.gov/~vb/weblogs/journal2007.rdf';
$rss = fetch_rss($url);
if( $rss ) {
echo "\n";
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
if ( preg_match( "/\b$subj\b/i", $title ) ) {
echo "\n";
}
}
}
$pagecontent = <<
![]() ![]() ENDCONTENT; print $pagecontent; print "last modified: ". date( "d F Y", getlastmod() ); print " this page visited: ".getCount(). " times "; include "/var/www/html/core/partf"; include "/var/www/html/core/partg"; |