From 7717fad58dd81284359ff3c28b0aa77d04ac757b Mon Sep 17 00:00:00 2001 From: Tangent Date: Mon, 3 Aug 2026 19:10:25 -0600 Subject: [PATCH] Add ReadMe.md --- ReadMe.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..79c5a7e --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,21 @@ +# lipu-sitelen +Small, simple, blogging platform. The goal is to share writing and have some kind of community around it. + +## Initial Thoughts +Critical features include +- [ ] Markdown support, +- [ ] import/export of all data through JSON, +- [ ] comment support + - [ ] with captchas + - [ ] and moderation features (not requiring an account). +- [ ] Backup feature. +- [ ] Automatic update feature. +- [ ] HTML in Markdown allowed without exception since it should ONLY be trusted content. + - [ ] Gotta make it very clear that it assumes anyone with posting permission is trustworthy.. + - [ ] though maybe make HTML content a trust-level permissions thing. + +WordPress forces stylization on you that I hate, is a monolith with old code, security issues, problems, etc.. and is owned and run by an organization that keeps making decisions that are destructive to sharing writing online. So fuck it, I'm making my own, and keeping it simple and easy. + +--- + +I briefly thought about calling it lipu pona, but I'll reserve using that name for something better.