; rel="hub"'); header('Link: <' . $self . '>; rel="self"', false); $files = glob(__DIR__ . '/articles/*.htm'); $articles = array(); foreach ($files as $file) { $content = file_get_contents($file); $xml = simplexml_load_string($content); $timestamp = strtotime(basename($file, '.htm')); $articles[$timestamp] = (object) array( 'file' => 'articles/' . basename($file), 'title' => basename($file, '.htm'), 'content' => (string) $xml->body->div, 'time' => $timestamp, ); } krsort($articles); ?> PubSubHubbub tester

create new article

Articles

title); ?>

content; ?>

permalink at by Someone