From 9f1374e2f52a24ff8829a752e886e949452554a3 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 3 Sep 2000 17:42:00 +0000 Subject: [PATCH] Erfolgreich nach php konvertiert --- src/Infodrom/patches/index.wml | 57 ++++++++++++++++++++++++++++++++ src/Infodrom/patches/submenu.inc | 28 ++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 src/Infodrom/patches/index.wml create mode 100644 src/Infodrom/patches/submenu.inc diff --git a/src/Infodrom/patches/index.wml b/src/Infodrom/patches/index.wml new file mode 100644 index 00000000..b557ef6b --- /dev/null +++ b/src/Infodrom/patches/index.wml @@ -0,0 +1,57 @@ +#include +#include + + + +

Infodrom Oldenburg

+

- Patches -

+ + +In this area you'll find the collection of patches developed at +Infodrom Oldenburg. Some of them were developed for customers, others +ofr free projects or for our own use. Since they are addition to Free +Software, they are published.

+ + +") + or die("Unable to connect to SQL server"); + + pg_exec ($dbh, "SET DateStyle = 'ISO'") or die("Datenbank-Abfrage!"); + + $query = "SELECT * FROM patches ORDER by package,submitted,version"; + $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!"); + + for ($nr=0; $nr < pg_NumRows ($sth); $nr++) { + $row = pg_fetch_array ($sth, $nr); + $date = explode (" ", $row['submitted']); + $date = explode ("-", $date[0]); + $date = sprintf ("%d.%d.%d", $date[2], $date[1], $date[0]); + +?> + + + + + + + + + + + +

+Download: +

+ + + + + +# Local variables: +# mode: html +# mode: auto-fill +# mode: iso-accents +# end: diff --git a/src/Infodrom/patches/submenu.inc b/src/Infodrom/patches/submenu.inc new file mode 100644 index 00000000..61b957f0 --- /dev/null +++ b/src/Infodrom/patches/submenu.inc @@ -0,0 +1,28 @@ +Home
+ +Historie
+ +Ziel
+ +Netzwerk
+ +Services
+ +Policy
+ +Rechner
+ +Beiträge
+ +ffis e.V.
+ + "patches" + Patches + Patches +>
+ +# Local variables: +# mode: indented-text +# mode: auto-fill +# mode: iso-accents +# end: -- 2.20.1