Skip to content

Commit 2cb275e

Browse files
Lukas Geigerclaude
andcommitted
docs: add RSS-BOOKSTORE sibling link, remove internal files
- Add Related Project section linking to RSS-BOOKSTORE - Remove PORTIERUNGSPLAN.md (internal file, not for public repo) - Remove llms.txt from git tracking (not published) - Update CHANGELOG and package description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0d0f36b commit 2cb275e

5 files changed

Lines changed: 13 additions & 159 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
## [Unreleased]
44

55
### Added
6-
- Added `PORTIERUNGSPLAN.md` with a usecase-based platform strategy for browser-store distribution, Firefox feasibility, and explicit non-goals for native desktop/mobile/PWA lines.
7-
- Added `llms.txt` with canonical links, feature summary, developer commands, and search phrases for crawler/LLM discovery.
8-
- Added README links to the live Chrome Web Store listing and GitHub Releases page.
9-
- Added README product screenshot gallery using the existing store screenshots.
106
- Added options-page lifecycle diagnostics for service-worker boot, alarm cadence, and recent update-cycle activity.
117
- Added automated light/dark theme coverage for popup and options CSS variables.
128
- Added a read-only GitHub Actions CI workflow for the Node test suite.
@@ -23,11 +19,10 @@
2319
- Normalized the German locale file to real UTF-8 Umlaute instead of escaped code points.
2420

2521
### Changed
26-
- Clarified README positioning for bookmark-based RSS reader and Chrome Web Store search queries.
2722
- Added repository line-ending rules, explicitly ignored local pytest caches, and updated the README Edge packaging note.
2823

2924
### Verified
30-
- `npm test` now covers 34 dependency-free Node tests, including the 10-feed parser matrix, CDATA cleanup, theme, service-worker scheduling, lifecycle diagnostics, and package-content coverage.
25+
- `npm test` now covers 33 dependency-free Node tests, including the 10-feed parser matrix, CDATA cleanup, theme, service-worker scheduling, lifecycle diagnostics, and package-content coverage.
3126
- `npm run package` creates `dist/RSS-BOOK-v1.1.2-edge.zip` with the Manifest V3 runtime files plus license/privacy docs.
3227

3328
## [1.1.2] — 2026-04-30

PORTIERUNGSPLAN.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@ RSS-BOOK/
163163
`browser bookmark feed reader`, `Manifest V3 RSS`, `OPML import export`,
164164
`privacy-first RSS reader`, `no-account feed reader`, `Edge RSS extension`.
165165

166+
## Related Project / Geschwisterprojekt
167+
168+
| Projekt | Distribution | Sync | Native Messaging |
169+
|---|---|---|---|
170+
| **RSS-BOOK** (dieses Projekt) | Chrome Web Store + GitHub | Einweg (Feeds → Lesezeichen) | Nein |
171+
| [RSS-BOOKSTORE](https://github.com/file-bricks/RSS-BOOKSTORE) | GitHub / Sideloading | Bidirektional (Lesezeichen ↔ Ordner) | Ja |
172+
173+
RSS-BOOKSTORE is the power-user edition: it adds a Native Messaging host and
174+
bidirectional sync between browser bookmarks and a local Windows folder.
175+
It requires a manual sideload installation and a Python runtime.
176+
166177
## License
167178

168179
[MIT](LICENSE)

llms.txt

Lines changed: 0 additions & 42 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.2",
44
"private": true,
55
"type": "module",
6-
"description": "Privacy-first Manifest V3 RSS/Atom reader that saves feed entries as browser bookmarks.",
6+
"description": "Manifest V3 RSS/Atom to bookmarks browser extension.",
77
"scripts": {
88
"package": "node scripts/package-extension.mjs",
99
"test": "node --test tests/*.test.mjs"

0 commit comments

Comments
 (0)