Alexandre Alapetite 35a2045d0c Merge SimplePie 1.8.1 (#7067) 1 год назад
..
Minz 15745d42b7 Upgrade code to php 8.1 (#6748) 1 год назад
core-extensions 643a31558c upd: Turkish translations have been completed. Changes have been made to words in previous translations. (#6960) 1 год назад
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 лет назад
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) 1 год назад
phpmailer b84cbce905 Update phpmailer/phpmailer requirement from 6.9.2 to 6.9.3 in /lib (#7046) 1 год назад
simplepie 35a2045d0c Merge SimplePie 1.8.1 (#7067) 1 год назад
.gitignore a792c195d2 Sync SimplePie (#6840) 1 год назад
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) 1 год назад
README.md 882deab455 Allow SimplePie updates with composer (#4374) 1 год назад
composer.json 35a2045d0c Merge SimplePie 1.8.1 (#7067) 1 год назад
favicons.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 год назад
http-conditional.php 2d17c020b6 PHPStan 1.11 + minor update dev dependencies (#6459) 1 год назад
index.html 91624037c7 Apache protect more non-public folders and files (#6881) 1 год назад
lib_date.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 год назад
lib_install.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 год назад
lib_rss.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 год назад

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.