From 78259d45d52b1ef8d9a634d86aed11743ea4d39c Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Tue, 3 Mar 2020 02:05:54 +0100 Subject: Initial version of the pluto based planet Signed-off-by: Max Magorsch --- archives/planet/index.php | 180 ---------------------------------------------- 1 file changed, 180 deletions(-) delete mode 100644 archives/planet/index.php (limited to 'archives/planet/index.php') diff --git a/archives/planet/index.php b/archives/planet/index.php deleted file mode 100644 index 275b3fd..0000000 --- a/archives/planet/index.php +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Planet Gentoo Archives - - - - - - - - - - - - - - - - - - - - - -
- - -
- - -
-
-
-
-
-
Welcome to the Planet Gentoo archives. Also available for Gentoo Universe.
-

- -insert($item); - } - } - public function compare($b, $a) { - return strcmp($b->getRealpath(), $a->getRealpath()); - } - } - foreach (new SortedFileIterator(new FilesystemIterator('.')) as $entry) { - if (!$entry->isDir()) continue; - $path = $entry->getFileName(); - echo "
$path
"; - foreach (new SortedFileIterator(new FilesystemIterator($entry)) as $file) { - if (!$file->isFile()) continue; - $filename = $file->getFileName(); - $basename = $file->getBaseName('.html'); - echo "\n"; - } - echo "

"; - } - $last_updated = date('F j, Y, H:i T'); -?> - -
-
-
-
-
-
-
-

Gentoo Planet

-
-
- Last Updated:
-
-
- Powered by:
Planet Venus -
-
- Syndicate this Planet
- Blogroll -
-
-
-
-

Questions or comments?

- Please feel free to contact us. -
-
-
-
- -
- -
-
-
- © 2001–2018 Gentoo Foundation, Inc.
- - Gentoo is a trademark of the Gentoo Foundation, Inc. - The contents of this document, unless otherwise expressly stated, are licensed under the - CC-BY-SA-3.0 license. - The Gentoo Name and Logo Usage Guidelines apply. - -
-
-
-
- - - - -- cgit v1.2.3-65-gdbad