Skip to content

Commit

Permalink
Remove core extensions Google Groups and Tumblr (#5457)
Browse files Browse the repository at this point in the history
* Remove core extensions Google Groups and Tumblr
* Google Groups seems to have remove support for RSS/ATOM #2838 (see e.g. https://www.theregister.com/2021/08/16/google_groups_rss/ )
* Tumblr seems to have fixed their RSS/ATOM post-GDPR #1924

So for both of thems, the extensions have become irrelevant.

* Cleaning
  • Loading branch information
Alkarex committed Jun 12, 2023
1 parent 7a5dd5c commit 2f5ef39
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 52 deletions.
2 changes: 0 additions & 2 deletions config.default.php
Expand Up @@ -189,8 +189,6 @@

# List of enabled FreshRSS extensions.
'extensions_enabled' => [
'Google-Groups' => true,
'Tumblr-GDPR' => true,
],

# Disable self-update,
Expand Down
2 changes: 0 additions & 2 deletions docs/en/admins/15_extensions.md
Expand Up @@ -48,6 +48,4 @@ metadata.json:

See folder: `.lib/core-extensions`

Two system extensions are already pre-installed: `Google-Groups` and `Tumblr-GDPR`.

Important: do not install your chosen extensions here!
3 changes: 0 additions & 3 deletions lib/core-extensions/Google-Groups/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions lib/core-extensions/Google-Groups/extension.php

This file was deleted.

8 changes: 0 additions & 8 deletions lib/core-extensions/Google-Groups/metadata.json

This file was deleted.

4 changes: 0 additions & 4 deletions lib/core-extensions/Tumblr-GDPR/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions lib/core-extensions/Tumblr-GDPR/extension.php

This file was deleted.

8 changes: 0 additions & 8 deletions lib/core-extensions/Tumblr-GDPR/metadata.json

This file was deleted.

0 comments on commit 2f5ef39

Please sign in to comment.