From 39397a489d2213252fcdc4ee432beb2c33e88775 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 21 Feb 2021 00:26:29 +0000 Subject: [PATCH] rearrange readme status list --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ce7394be..04728872 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,24 @@ you may also want these, especially on servers: ## status -* [x] sanic multipart parser -* [x] load balancer (multiprocessing) -* [x] upload (plain multipart, ie6 support) -* [x] upload (js, resumable, multithreaded) -* [x] download -* [x] browser -* [x] media player -* [ ] thumbnails -* [ ] download as zip -* [x] volumes -* [x] accounts -* [x] markdown viewer -* [x] markdown editor -* [x] FUSE client (read-only) +* backend stuff + * ☑ sanic multipart parser + * ☑ load balancer (multiprocessing) + * ☑ volumes (mountpoints) + * ☑ accounts +* upload + * ☑ basic: plain multipart, ie6 support + * ☑ up2k: js, resumable, multithreaded +* download + * ☑ single files in browser + * ✖ folders as zip files + * ☑ FUSE client (read-only) +* browser + * ☑ media player + * ✖ thumbnails +* markdown + * ☑ viewer + * ☑ editor (sure why not) summary: it works! you can use it! (but technically not even close to beta)