From fab5be44724916b6e3a31a73deac3794a161e256 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Fri, 14 Jan 2011 22:48:33 +0100 Subject: [PATCH] Web: Add News to homepage --- htdocs/index.php | 16 + htdocs/site/css/all.css | 7 + htdocs/site/simplepie/LICENSE.txt | 26 + htdocs/site/simplepie/README.txt | 30 + htdocs/site/simplepie/cache/dummy.txt | 0 htdocs/site/simplepie/simplepie.inc | 15001 ++++++++++++++++++++++++ 6 files changed, 15080 insertions(+) create mode 100644 htdocs/site/simplepie/LICENSE.txt create mode 100644 htdocs/site/simplepie/README.txt create mode 100644 htdocs/site/simplepie/cache/dummy.txt create mode 100644 htdocs/site/simplepie/simplepie.inc diff --git a/htdocs/index.php b/htdocs/index.php index ba49f18cb..1bf96f256 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -64,6 +64,22 @@ Cppcheck as an external tool.

  • Check for uninitialized variables and unused functions
  • +

    News

    +set_feed_url('http://sourceforge.net/export/rss2_projnews.php?group_id=195752'); + $feed->set_cache_location('./site/simplepie/cache'); + $feed->init(); + print("\n"); +?> +

    View all news…

    +

    Support