Read-me.txt 304 B

123456789101112131415
  1. == FreshRSS extensions ==
  2. You may place in this directory some custom extensions for FreshRSS.
  3. The structure must be:
  4. ./FreshRSS/extensions/
  5. ./NameOfExtensionAlphanumeric/
  6. ./style.css
  7. ./script.js
  8. ./module.php
  9. Each file is optional.
  10. The name of non-official extensions should start by an 'x'.