Alexandre Alapetite 469a42d9c3 Rename param specialchars to plaintext (#6809) 1 year ago
..
Minz 469a42d9c3 Rename param specialchars to plaintext (#6809) 1 year ago
core-extensions 99b1d551e6 Add core extensions: UserCSS, UserJS (#6267) 1 year ago
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 years ago
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) 1 year ago
phpmailer 4704c11d17 Update to PHPMailer 6.9.1 (#6022) 2 years ago
simplepie 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago
.gitignore 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago
.htaccess f5fbc0c7f0 Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 6 years ago
README.md 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago
composer.json 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago
favicons.php 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago
http-conditional.php 2d17c020b6 PHPStan 1.11 + minor update dev dependencies (#6459) 1 year ago
lib_date.php a81656c3ed Upgrade to PHP 8.1 (#6711) 1 year ago
lib_install.php d2247221bb Minor update whitespace PHPCS rules (#6666) 1 year ago
lib_rss.php 882deab455 Allow SimplePie updates with composer (#4374) 1 year ago

README.md

Libraries

SimplePie

FreshRSS uses a forked version of SimplePie, with a number of patches.

See the read-me of our fork.

Updating libraries

Some of the libraries in this folder can be updated semi-automatically by invoking:

cd ./FreshRSS/lib/
composer update --no-autoloader

Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to .gitignore (minimal installation), and test before committing.