Skip to content

Commit

Permalink
Update SimplePie to show the news (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerundt authored Aug 7, 2024
1 parent 466431c commit f07467f
Show file tree
Hide file tree
Showing 4 changed files with 17,888 additions and 13,187 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
require './site/simplepie/simplepie.php';

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

<h2 id="documentation">Documentation</h2>
<p>You can read the <a href="manual.pdf">manual</a> or download some
Expand Down
2 changes: 1 addition & 1 deletion site/simplepie/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2007, Ryan Parman and Geoffrey Sneddon.
Copyright (c) 2004-2022, Ryan Parman and Sam Sneddon.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
Expand Down
117 changes: 0 additions & 117 deletions site/simplepie/README.markdown

This file was deleted.

Loading

0 comments on commit f07467f

Please sign in to comment.