Add "Share By Email" extension (#63)

This is a very old request (november 2013!) to be able to share an
article directly from FreshRSS. I don't think it should be within the
core of FRSS, so I played a bit with the extension system. I keep it
very simple for now, just to try to see what was possible with the
current system. I just needed to add a new placeholder `(~ID~)` to
FreshRSS_Share.

It relies on the mailing system introduced for the "email validation"
feature.

Reference: https://github.com/FreshRSS/FreshRSS/pull/2707

Closes https://github.com/FreshRSS/FreshRSS/issues/300
This commit is contained in:
Marien Fressinaud 2020-01-09 09:52:38 +01:00 committed by GitHub
parent 483b4664da
commit 7af4d2a58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 929 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# 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](https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server)
## Changelog
- 0.1 initial version