From 93e34af9fc7d12cb301f6247a337bd5882a88a5c Mon Sep 17 00:00:00 2001
From: Tim Gerundt
Date: Thu, 3 Feb 2011 20:55:15 +0100
Subject: [PATCH] Web: Add last Trac timeline items to devinfo page
---
htdocs/devinfo/index.php | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php
index dbfeeab23..064f02b89 100644
--- a/htdocs/devinfo/index.php
+++ b/htdocs/devinfo/index.php
@@ -46,6 +46,22 @@ cppcheck git repository. To download it, run the following command:
the latest sources in a zip or tgz archive from the github website.
Recent Commits
+Trac Timeline
+set_feed_url('http://sourceforge.net/apps/trac/cppcheck/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=10&daysback=90&format=rss');
+ $feed->set_cache_location('./site/simplepie/cache');
+ $feed->init();
+ print("\n");
+?>
+View complete Trac timeline…
Doxygen