From 49a85b95ac561123477a62b63c1683a052e2afb4 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sun, 21 Dec 2008 00:02:33 +0000 Subject: [PATCH] Web: Add "Tracker Statistics" to support page --- Web/support/index.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Web/support/index.php b/Web/support/index.php index 8569a48df..41235e8b6 100644 --- a/Web/support/index.php +++ b/Web/support/index.php @@ -1,5 +1,6 @@ printHead('WinMerge: Support', TAB_SUPPORT); @@ -19,6 +20,24 @@ public and free), so that you may get email notifications if we post follow-up q It is not at this time required that you register to post a bug report (although, we do generally give less priority to unregistered bug reports, because it has been our experience that unregistered posters often do not remember to return and check to answer follow-on questions).

+

Tracker Statistics

+set_feed_url('http://sourceforge.net/export/rss2_projsummary.php?group_id=13216'); + $feed->set_cache_location('../engine/simplepie/cache'); + $feed->enable_order_by_date(false); + $feed->init(); + print("\n"); +?> +

Donate

Since WinMerge is an Open Source project, you may use it free of charge. But please consider making a donation to support the continued development of WinMerge.

-- 2.11.0