Skip to content

Commit

Permalink
CustomCSS and CustomJS have been promoted to core extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Oct 27, 2024
1 parent 37c6632 commit 5c610a0
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 1,672 deletions.
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

0 comments on commit 5c610a0

Please sign in to comment.