mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-20 23:22:00 +01:00
Newspost regarding Official Extensions removal (#1112)
* Newspost regarding Official Extensions removal * Update website/src/news/2024-01-09-extensions-removal.md * Update website/src/news/2024-01-09-extensions-removal.md * Update website/src/news/2024-01-09-extensions-removal.md * Disable lint warning * Fix build error with news dates Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> --------- Co-authored-by: arkon <4098258+arkon@users.noreply.github.com> Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
This commit is contained in:
parent
ed9378f616
commit
709251e0a2
@ -47,7 +47,7 @@ async function generateFeed(config: SiteConfig, hostname: string) {
|
|||||||
link: fullUrl,
|
link: fullUrl,
|
||||||
description: frontmatter.description,
|
description: frontmatter.description,
|
||||||
content,
|
content,
|
||||||
date: frontmatter.date,
|
date: typeof frontmatter.date == 'string' ? new Date(frontmatter.date) : frontmatter.date,
|
||||||
} satisfies Item
|
} satisfies Item
|
||||||
|
|
||||||
feed.addItem(post)
|
feed.addItem(post)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
type: article
|
type: article
|
||||||
title: Updated website
|
title: Updated website
|
||||||
description: We've got a fresh new website we hope will be even easier to use
|
description: We've got a fresh new website we hope will be even easier to use
|
||||||
date: 2023-09-10
|
date: "2023-09-10"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Updated website
|
# Updated website
|
||||||
|
29
website/src/news/2024-01-09-extensions-removal.md
Normal file
29
website/src/news/2024-01-09-extensions-removal.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
type: article
|
||||||
|
title: Extensions list removed
|
||||||
|
description: Due to extenuating circumstances.
|
||||||
|
date: "2024-01-09"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Extensions list removed
|
||||||
|
|
||||||
|
**Dear Tachiyomi Community,**
|
||||||
|
|
||||||
|
Due to extenuating circumstances, we have made the decision to purge our list of extensions to ensure the long-term sustainability of **Tachiyomi**.
|
||||||
|
|
||||||
|
As of now, **Tachiyomi** is transitioning to a fully bring-your-own-content model. What this means is that you can still enjoy **Tachiyomi** for manga reading, but you'll need to source and add your own content.
|
||||||
|
|
||||||
|
To make this transition smoother for our users, we are retaining a select few extensions that support connecting to personal "Plex-like" systems, such as **Komga**.
|
||||||
|
|
||||||
|
> For the complete list of available extensions, please visit [extensions](/extensions/).
|
||||||
|
|
||||||
|
We strongly encourage all users to exercise caution, and avoid utilizing extensions from unknown repositories, as they may contain malware.
|
||||||
|
|
||||||
|
It's important to note that while existing extensions may continue to work, but we cannot guarantee their functionality indefinitely.
|
||||||
|
|
||||||
|
Additionally, please be aware that neither our Discord server nor our GitHub repository's issues page will provide support for unofficial extensions.
|
||||||
|
|
||||||
|
Best regards,
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-next-line MD036 -->
|
||||||
|
*The Tachiyomi Team*
|
Loading…
Reference in New Issue
Block a user