From 202b2c8b3533ab7cbca869bec7c4595e2b4c29c3 Mon Sep 17 00:00:00 2001 From: cottongin Date: Tue, 7 Apr 2026 15:24:37 -0400 Subject: [PATCH] chore: tweak README --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d1caf24..cba055f 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,7 @@ Generates weekly ePub "newspapers" from the [Plymouth Independent](https://www.plymouthindependent.org/) RSS feed, optimized for the Xtreink X4 e-reader (800x480 screen). -[📸 View all screenshots](docs/screenshots.md) | [🖼️ View Interactive Gallery](docs/gallery.html) - -## Screenshots & Gallery - -- **[Interactive HTML Gallery](docs/gallery.html)** - A slide deck view of the app's features. -- **[Markdown Screenshots List](docs/screenshots.md)** - A full page showing all screenshots with descriptions. -- **[Large Mosaic](docs/screenshots/mosaic_large.png)** - A high-resolution 4x2 grid of all screenshots (great for sharing). +[📸 View all screenshots](docs/screenshots.md) | [🖼️ View Interactive Gallery](docs/gallery.html) | [🪟 Large Mosaic](docs/screenshots/mosaic_large.png) ## Quick Start @@ -28,7 +22,7 @@ Open http://localhost:5000 in your browser. - **Periodic RSS fetching** with configurable interval - **Automatic image processing** — downloads, resizes to e-reader constraints, converts to baseline JPEG - **ePub generation** with articles as chapters, table of contents, and embedded images -- **AI-generated covers** via Pollinations.ai (free, no API key) with text fallback +- **Auto-generated covers** Mosaic art formed with each week's article's featured images, with text fallback - **Web UI** accessible from any device on your network - **Scheduled or manual publishing** @@ -36,7 +30,7 @@ Open http://localhost:5000 in your browser. 1. Click **Fetch Now** on the dashboard to pull articles 2. Go to **Publish**, select the target week, toggle articles on/off -3. Choose a cover method (AI or Text) and click **Generate Issue** +3. Choose a cover method (Mosaic or Text) and click **Generate Issue** 4. Download the `.epub` from the **Issues** archive ## Configuration @@ -62,4 +56,4 @@ GRIMMORY_LIBRARY_ID=optional_library_id ## Access from Other Devices -The app binds to `0.0.0.0:5000`, so access it from any device on your network using your Mac's IP address (e.g., `http://192.168.1.x:5000`). +The app binds to `0.0.0.0:5000`, so access it from any device on your network using the server's IP address (e.g., `http://192.168.1.x:5000`).