header("Content-type: text/html; charset=utf-8"); ?>
Gnus Network User ServicesGNUS is the one-stop shopping center dedicated to all things Gnus, the Emacs newsreader. |
![]() |
if (file_exists("/tmp/gnus.git.html")) {
echo "Recent Code Activity"; $fp = fopen("/tmp/gnus.git.html", "r"); if ($fp) { while (! feof($fp)) { $line = fgets($fp, 4096); if (ereg("Commit message", $line)) break; } $lines = 0; while (! feof($fp)) { print ereg_replace("(href|src)='", "\\1='http://git.gnus.org", $line); $line = fgets($fp, 4096); if ($lines++ > 10) break; } echo " | |
Lars Magne Ingebrigtsen