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:
Soitora 2024-01-09 00:41:24 +01:00 committed by GitHub
parent ed9378f616
commit 709251e0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 2 deletions

View File

@ -47,7 +47,7 @@ async function generateFeed(config: SiteConfig, hostname: string) {
link: fullUrl,
description: frontmatter.description,
content,
date: frontmatter.date,
date: typeof frontmatter.date == 'string' ? new Date(frontmatter.date) : frontmatter.date,
} satisfies Item
feed.addItem(post)

View File

@ -2,7 +2,7 @@
type: article
title: Updated website
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

View 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*