diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 21:11:40 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 21:11:40 -0800 |
| commit | d5a413382c93efeb1d888daf3216c51cd5f40f75 (patch) | |
| tree | a7d8505a0a1c90050ea6bd33c02f7e8a5b5537e5 /README.md | |
| parent | a7369274ba24298a0449865f147fc65253e992a2 (diff) | |
| download | neko-d5a413382c93efeb1d888daf3216c51cd5f40f75.tar.gz neko-d5a413382c93efeb1d888daf3216c51cd5f40f75.tar.bz2 neko-d5a413382c93efeb1d888daf3216c51cd5f40f75.zip | |
chore: fix lint and type errors to resolve CI failures
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -26,16 +26,17 @@ - [Building](#building) - [Docker](#docker) - [Build from Source](#build-from-source) + - [Development and Testing](#development-and-testing) - [Configuration](#configuration) - [Storage](#storage) - [Usage](#usage) - [Web Interface](#web-interface) + - [Sidebar Variants](#sidebar-variants) - [Add Feed](#add-feed) - [Crawl Feeds](#crawl-feeds) - [Export](#export) - [All Command Line Options](#all-command-line-options) - [Configuration File](#configuration-file) -- [TODO](#todo) - [History](#history) - [Early 2017](#early-2017) - [July 2018 -- v0.2](#july-2018----v02) @@ -65,7 +66,6 @@ Backend is written in `Go` and there is a modern `React/Vite` SPA frontend. * automatically marks items read in an infinite stream of never-ending content (until you run out of content and it ends) * full text search * scrapes full text of pages on demand - * multiple sidebar variants (Glass, Minimal, Swiss/Type, and Playful/Banana) * collapsible sidebar sections for Feeds and Tags ## Screenshots @@ -276,20 +276,6 @@ password: VeryLongRandomStringBecauseSecurityIsFun ``` - -# TODO - - * manually initiate crawl/refresh from web interface (done) - * auto-refresh feeds from web interface (done) - * import (done) - * mark all as read (done) - * rewrite frontend in a modern js framework (done: React/Vite) - * prettify interface (done) - * sidebar variants and personalization (done) - * cross-compilation of binaries for "normal" platforms - * implement Gzip compression (done) - * unit and E2E testing infrastructure (done) - # History ## Early 2017 |
