Skip to content

Commit f07467f

Browse files
authored
Update SimplePie to show the news (#24)
1 parent 466431c commit f07467f

File tree

4 files changed

+17888
-13187
lines changed

4 files changed

+17888
-13187
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
require './site/simplepie/simplepie.php';
245245

246246
$feed = new SimplePie();
247-
$feed->set_feed_url('http://sourceforge.net/p/cppcheck/news/feed');
247+
$feed->set_feed_url('https://sourceforge.net/p/cppcheck/news/feed');
248248
$feed->set_cache_location('./site/simplepie/cache');
249249
$feed->init();
250250
print("<ul class=\"rssfeeditems\">\n");
@@ -253,7 +253,7 @@
253253
}
254254
print("</ul>\n");
255255
?>
256-
<p><a href="http://sourceforge.net/p/cppcheck/news/">View all news&hellip;</a></p>
256+
<p><a href="https://sourceforge.net/p/cppcheck/news/">View all news&hellip;</a></p>
257257

258258
<h2 id="documentation">Documentation</h2>
259259
<p>You can read the <a href="manual.pdf">manual</a> or download some

site/simplepie/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007, Ryan Parman and Geoffrey Sneddon.
1+
Copyright (c) 2004-2022, Ryan Parman and Sam Sneddon.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are

site/simplepie/README.markdown

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)