Files
FreshRSS/extensions
Marien Fressinaud 86f69ca396 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).
2014-12-04 19:33:29 +01:00
..
2014-10-05 12:14:22 +02:00

== 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'.