mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
- Only system extensions can be loaded for the moment by adding them in the config.php file. - Remove previous system (it will be added properly in the new system in the next step).
16 lines
304 B
Markdown
16 lines
304 B
Markdown
== FreshRSS extensions ==
|
|
|
|
You may place in this directory some custom extensions for FreshRSS.
|
|
|
|
The structure must be:
|
|
|
|
./FreshRSS/extensions/
|
|
./NameOfExtensionAlphanumeric/
|
|
./style.css
|
|
./script.js
|
|
./module.php
|
|
|
|
Each file is optional.
|
|
|
|
The name of non-official extensions should start by an 'x'.
|