From b9997053df63b6e3459c3e515fd50987acb1f817 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 20 Mar 2026 21:30:41 +0000 Subject: [PATCH] readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index b7a0019..6ba2787 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,6 @@ logged in users are presumed to all be admins with distinction only between bein in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private). -# assorted todo - -- add blinkies and stamps sections to member pages -- (require above) add blinkies and stamps upload sections to edit member page -- (require above) add blinkies and stamps link/db cleanup to manage site assets -- page media embeds - video & audio -- how to implement customising pages ?!??!?! i have some ideas. some day - # dev set up (windows) - after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`