Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ There are some FreshRSS extensions out there, developed by community members:

* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface.

### By [@wogong](https://github.com/wogong)

* [Article Translation & Summary](https://github.com/wogong/freshrss-translate-summary): Translate and summarize FreshRSS entry content into Chinese using an OpenAI-compatible API.

### By [@Niehztog](https://github.com/Niehztog)

* [Article Full Text](https://github.com/Niehztog/freshrss-af-readability): Fetches full article contents and adds them to feed items by using [Fivefilters Readability.php library](https://github.com/fivefilters/readability.php) (no docker containers required).
Expand Down
11 changes: 11 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
"method": "git",
"directory": "."
},
{
"name": "Article Translation & Summary",
"author": "wogong",
"description": "Translate and summarize FreshRSS entry content into Chinese using an OpenAI-compatible API.",
"version": "0.1.0",
"entrypoint": "TranslateSummary",
"type": "user",
"url": "https://github.com/wogong/freshrss-translate-summary",
"method": "git",
"directory": "."
},
{
"name": "Auto Refresh",
"author": "Essa AlAwadi",
Expand Down
3 changes: 3 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
}, {
"url": "https://github.com/LiangWei88/xExtension-ArticleSummary",
"type": "git"
}, {
"url": "https://github.com/wogong/freshrss-translate-summary",
"type": "git"
}, {
"url": "https://github.com/Niehztog/freshrss-af-readability",
"type": "git"
Expand Down