From 4eb785b6ad18b2c9a586ab26563d3387186f8789 Mon Sep 17 00:00:00 2001 From: "Moon.eth" Date: Wed, 29 Jul 2026 17:22:24 +0900 Subject: [PATCH] provenance --- CONTRIBUTING.md | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 10 ++++++++++ 2 files changed, 50 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..62581a3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,40 @@ +# Contributing to plspace + +Contributions are welcome when they follow all of the rules below. By submitting +a contribution, you agree to these requirements. + +## Be nice + +Be nice to everyone, no matter who they are. Harassment, hostility, personal +attacks and discriminatory behavior are not acceptable in project discussions, +reviews or any other project space. + +## Project governance + +The original author retains sole discretion over the project. They may accept or +reject contributions and include or exclude anyone from project participation +or maintainer-managed project spaces using any criteria they choose. + +This governance rule does not limit anyone's rights to use, modify or distribute +the released software under its license. + +## LLM assistance is required + +You are required to use a large language model (LLM) to at least partially write +and test every contribution. The LLM must assist with both implementation and +testing; merely asking it a general question does not satisfy this requirement. + +In your contribution description, briefly identify the LLM or LLM-powered tool +you used and explain how it assisted with the implementation and tests. You +remain responsible for reviewing the generated work and for the correctness, +security and licensing of everything you submit. + +## License + +All contributions must be licensed under the same license as the original +project: the GNU Affero General Public License, version 3 (AGPLv3), as provided +in [`LICENSE.txt`](LICENSE.txt). + +Only submit work that you have the right to contribute under that license. +Third-party code, assets and dependencies must also be compatible with the +project's license. diff --git a/README.md b/README.md index 9f51f70..b1012cb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,20 @@ A static, client-side frontend for Pleroma that looks and behaves like MySpace circa 2005. +This is a 100% Claude and ChatGPT vibe-coded application. + Point it at your server. It talks to that server's REST API directly from the browser — there is no plspace backend, and `dist/` is a folder of static files you can host anywhere. +## Repository + +The canonical repository is hosted on Radicle: +`rad://z2gAKC6ESt5ZBV419uVPf2vFtEHCT`. + +The backup mirror is +[`https://git.shipoclu.com/moon/plspace.git`](https://git.shipoclu.com/moon/plspace.git). + ## What it looks like | MySpace | plspace |