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:
parent
483b4664da
commit
7af4d2a58d
12 changed files with 929 additions and 0 deletions
11
xExtension-ShareByEmail/README.md
Normal file
11
xExtension-ShareByEmail/README.md
Normal 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.
|
||||
|
||||
You’ll 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue