Skip to content

Commit 51a2de9

Browse files
committed
Add a note about third-party plugins.
1 parent f54224a commit 51a2de9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/Content-Filters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ final matching.
3737
all rules match.
3838
- Regular expressions may be matched against several article fields, such
3939
as, title, content, author, etc.
40-
- Do not include delimiters (e.g. <code>/</code>) when writing regular
41-
expressions.
40+
41+
{: .warning }
42+
> Do not include delimiters (e.g. <code>/</code>) when writing regular expressions.
4243
4344
### Matching articles and applying actions
4445

docs/Plugins.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
4242

4343
{: .warning }
4444
> We're not responsible for third party plugins. Use at your own risk.
45-
>
45+
46+
{: .note }
47+
> Third-party plugins may be unmaintained and incompatible with newer tt-rss
48+
> code. Please report plugin-related problems to their developers.
49+
4650
{: .note }
47-
> Third party plugins may be unmaintained and incompatible with newer tt-rss
48-
> code (especially those from the old forums). Please report plugin-related
49-
> problems to their developers.
51+
> This list is old ([related issue](https://github.com/tt-rss/tt-rss.github.io/issues/6)).
52+
> Consider discovering plugins via alternate methods (e.g. <https://github.com/topics/tt-rss-plugin>, <https://github.com/topics/ttrss-plugins>, etc.).
5053
5154
### Sharing plugins
5255

@@ -92,7 +95,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
9295

9396
#### Embed content from Tapastic rss streams
9497

95-
<https://github.com/ldidry/af_tapastic.git>
98+
<https://github.com/ldidry/af_tapastic>
9699

97100
### API plugins
98101

0 commit comments

Comments
 (0)