ShareByEmail extension: config update (#264)

* show config information in extension config

* i18n EN, DE, FR, TR

* Improve readme

* bump 0.2.3 -> 0.3.0

* Update README.md

* Update README.md

* Whitespace

* Fix attributes

* Simplify with match

* i18n fr

* <code>mail()</code>

* i18n: more fr

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
maTh 2024-12-21 19:06:25 +01:00 committed by GitHub
parent a0164b51a1
commit fb8cde2574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 120 additions and 68 deletions

View file

@ -2,11 +2,18 @@
This FreshRSS extension allows to share articles by email, in a more powerful way than the simple `mailto` solution.
## How to install
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)
## How to configure
After the installation the `Email` sharing service will added to the list of available sharing services. You need to add the `Email` sharing service to your individual sharing service list before it is available in the sharing menu.
You will 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.3.0 detail information about the mail system shown in the extension config
- 0.2.3 Turkish language support added
- 0.1 initial version