mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
provenance
This commit is contained in:
@@ -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.
|
||||||
@@ -5,10 +5,20 @@
|
|||||||
A static, client-side frontend for Pleroma that looks and behaves like MySpace
|
A static, client-side frontend for Pleroma that looks and behaves like MySpace
|
||||||
circa 2005.
|
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
|
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
|
browser — there is no plspace backend, and `dist/` is a folder of static files
|
||||||
you can host anywhere.
|
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
|
## What it looks like
|
||||||
|
|
||||||
| MySpace | plspace |
|
| MySpace | plspace |
|
||||||
|
|||||||
Reference in New Issue
Block a user