From edd3ecd30e55b1d5bb96d085a4f84e93f33fd691 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 4 May 2024 22:06:52 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3299fc6..677c2bb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ RSS aggregator for different protocols +See also [alternative branch](https://github.com/YGGverse/Pulsar/tree/fs) to generate static `gemtext` from feeds. + ## Features -* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite ([alternative branch](https://github.com/YGGverse/Pulsar/tree/fs)) +* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite * [ ] `src/cleaner.php` - auto clean deprecated records * [x] `src/server.php` - server launcher for different protocols: * [x] [NEX](https://nightfall.city/nex/info/specification.txt) - based on [Ratchet](https://github.com/ratchetphp/Ratchet) `IoServer` asynchronous socket library