diff options
| author | 2014-12-04 19:33:29 +0100 | |
|---|---|---|
| committer | 2014-12-04 19:33:29 +0100 | |
| commit | 86f69ca396572ca4d7668a33e84cb4f3b523fc4e (patch) | |
| tree | 968d2cebe522ca17c6210583635d9ea7177460e8 /extensions/README.md | |
| parent | 53410887c94157f3d11f2c30d92ff5d3d8a3a9bd (diff) | |
First draft for the new extension feature
- 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).
Diffstat (limited to 'extensions/README.md')
| -rw-r--r-- | extensions/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/README.md b/extensions/README.md new file mode 100644 index 000000000..e7b66d5bc --- /dev/null +++ b/extensions/README.md @@ -0,0 +1,15 @@ +== 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'. |
