mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-01 04:09:29 -04:00
* Add a warning message to the API password section, add a log warning when a client uses GET, use POST in sample curl API usage References #8834. * Apply suggestion from @Inverle Co-authored-by: Inverle <inverle@proton.me> * Apply suggestion from @Inverle (Polish translation) Co-authored-by: Inverle <inverle@proton.me> * French translation * Dutch translation * German * Apply suggestion from @Inverle api via post Co-authored-by: Inverle <inverle@proton.me> * Apply suggestion from @Inverle via POST (French) Co-authored-by: Inverle <inverle@proton.me> * Add user-agent * update translation info in README * avoid phpcs line too long * also trigger on email as suggested by @Inverle * i18n: fr typography * make fix-all --------- Co-authored-by: Inverle <inverle@proton.me> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This is the documentation deployed by GitHub Pages.
To build and serve locally, first install the necessary packages:
bundle install
Then serve:
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
The documentation should be reachable at http://127.0.0.1:4000/FreshRSS/.