Skip to content
Merged
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 @@ -17,6 +17,10 @@ make test-all
composer run-script phpstan-third-party
```

## Core extensions

*Custom CSS* and *Custom JS* are now a part of [core extensions shipped with FreshRSS](https://github.com/FreshRSS/FreshRSS/tree/edge/lib/core-extensions).

## Third-party extensions

There are some FreshRSS extensions out there, developed by community members:
Expand Down
22 changes: 0 additions & 22 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,6 @@
"method": "git",
"directory": "xExtension-Copy2Clipboard"
},
{
"name": "Custom CSS",
"author": "Marien Fressinaud",
"description": "Give possibility to overwrite the CSS with a user-specific rules.",
"version": "0.5.2",
"entrypoint": "CustomCSS",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-CustomCSS"
},
{
"name": "Custom JS",
"author": "Frans de Jonge",
"description": "Apply custom JS.",
"version": "0.5.2",
"entrypoint": "CustomJS",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-CustomJS"
},
{
"name": "Date Format",
"author": "Alexis Degrugillier",
Expand Down
662 changes: 0 additions & 662 deletions xExtension-CustomCSS/LICENSE

This file was deleted.

90 changes: 0 additions & 90 deletions xExtension-CustomCSS/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions xExtension-CustomCSS/configure.phtml

This file was deleted.

Binary file removed xExtension-CustomCSS/desktop_resolution.png
Binary file not shown.
47 changes: 0 additions & 47 deletions xExtension-CustomCSS/extension.php

This file was deleted.

8 changes: 0 additions & 8 deletions xExtension-CustomCSS/i18n/de/ext.php

This file was deleted.

8 changes: 0 additions & 8 deletions xExtension-CustomCSS/i18n/en/ext.php

This file was deleted.

8 changes: 0 additions & 8 deletions xExtension-CustomCSS/i18n/fr/ext.php

This file was deleted.

8 changes: 0 additions & 8 deletions xExtension-CustomCSS/i18n/tr/ext.php

This file was deleted.

8 changes: 0 additions & 8 deletions xExtension-CustomCSS/metadata.json

This file was deleted.

Binary file removed xExtension-CustomCSS/mobile_resolution.png
Binary file not shown.
1 change: 0 additions & 1 deletion xExtension-CustomCSS/static/.gitignore

This file was deleted.

Loading