Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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