FreshRSS-Extensions/xExtension-ShareByEmail
Alexis Degrugillier 26be877e7a Fix extension definitions
Before, extensions were missing the definition of mandatory methods.
At the moment, it's not a problem because the coding guidelines are not
enforced by the code. But in the future, it will break.
Now, extensions have all mandatory method definitions.
2021-01-05 11:31:01 -05:00
..
Controllers Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
i18n Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
mailers Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
static Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
views Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
extension.php Fix extension definitions 2021-01-05 11:31:01 -05:00
LICENSE Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00
metadata.json Fix extension definitions 2021-01-05 11:31:01 -05:00
README.md Add "Share By Email" extension (#63) 2020-01-09 09:52:38 +01:00

xExtension-ShareByEmail

This FreshRSS extension allows to share articles by email, in a more powerful way than the simple mailto solution.

To install this extension, you must upload this directory in your ./extensions directory and enable it on the extension panel in FreshRSS.

Youll have to configure the mailing system in FreshRSS. See the documentation

Changelog

  • 0.1 initial version