include ("../mhonarc/lambada.inc"); ?>
include ('include/sitemap.php3'); ?>
function IDX ($idx) {
global $ARCHIVE_DIR;
$handle=opendir($ARCHIVE_DIR);
while (($file = readdir($handle)) != false) {
// if ( ereg ("^([0-9]{2})([0-9]{2})$", $file, $month)) {
if ( ereg ("^(200[01])$", $file, $month)) {
echo "[ " . "20". $month[1] ."/" . $month[2]. " ]";
}
}
closedir($handle);
}
?>
$SEARCH_URL = "http://www.linux.org.ua/cgi-bin/wilma/linux "; ?>
include ("include/yellow1.inc"); ?>
include ("include/yellow2.inc"); ?>
Поштов╕ розсилки на @linux.org.ua
include ("include/yellow3.inc"); ?>
include ("tpl/page-standard-view-table.tpl"); ?>
print y_n_black ("Арх╕ви поштових розсилок: "); ?>
$handle=opendir($ARCHIVE_DIR);
while (($file = readdir($handle))!==false) {
// This will work for 2000 - 2009 year
if ( ereg ("^(0[0-9])([01][0-9])$", $file, $month)) {
echo "
" . "20". $month[1] ."/" . $month[2]. "
\n";
} else {
if ( ! ereg ("^\.+$", $file)) {
echo "
" . $file . "
\n";
}
}
}
closedir($handle);
?>
print y_n_black ("На цьому сайт╕ ");
print sitemap('list');
?>
include ("tpl/page-standard-view-vertical-space.tpl"); ?>