rcgit

/ karakeep

Commit 6ccaec95

SHA 6ccaec957476957e0eeba41269d427d1a3f1be91
Author Mohamed Bassem <me at mbassem dot com>
Author Date 2024-11-09 16:28 +0000
Committer Mohamed Bassem <me at mbassem dot com>
Commit Date 2024-11-09 16:28 +0000
Parent(s) 0f59cb689f3d (diff)
Tree 57d9b1aa936a

patch snapshot

readme: Add RSS, REST API and video archival to README
File + - Graph
M README.md +3 -1
M docs/docs/01-intro.md +3 -1
2 file(s) changed, 6 insertions(+), 2 deletions(-)

README.md

diff --git a/README.md b/README.md
index fb434359..b6f1a1a4 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,9 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders
 - 🎆 OCR for extracting text from images.
 - 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) and [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/hoarder/) for quick bookmarking.
 - 📱 An [iOS app](https://apps.apple.com/us/app/hoarder-app/id6479258022), and an [Android app](https://play.google.com/store/apps/details?id=app.hoarder.hoardermobile&pcampaignid=web_share).
-- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot.
+- 📰 Auto hoarding from RSS feeds.
+- 🌐 REST API.
+- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. Auto video archiving using [youtube-dl](https://github.com/marado/youtube-dl).
 - ☑️ Bulk actions support.
 - 🔐 SSO support.
 - 🌙 Dark mode support.

docs/docs/01-intro.md

diff --git a/docs/docs/01-intro.md b/docs/docs/01-intro.md
index d35585f8..ea5cd144 100644
--- a/docs/docs/01-intro.md
+++ b/docs/docs/01-intro.md
@@ -19,7 +19,9 @@ Hoarder is an open source "Bookmark Everything" app that uses AI for automatical
 - 🎆 OCR for extracting text from images.
 - 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) and [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/hoarder/) for quick bookmarking.
 - 📱 An [iOS app](https://apps.apple.com/us/app/hoarder-app/id6479258022), and an [Android app](https://play.google.com/store/apps/details?id=app.hoarder.hoardermobile&pcampaignid=web_share).
-- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot.
+- 📰 Auto hoarding from RSS feeds.
+- 🌐 REST API.
+- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. Auto video archiving using [youtube-dl](https://github.com/marado/youtube-dl).
 - ☑️ Bulk actions support.
 - 🔐 SSO support.
 - 🌙 Dark mode support.