diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-05 00:23:25 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-05 00:23:25 +0800 |
commit | a0ab25944060cea8d8c2fbe5103b0a27b973b7cf (patch) | |
tree | 215148fdfb52495f7b4fe821cced037118cd9f73 /README.md | |
parent | LICENSE (diff) | |
download | forge-a0ab25944060cea8d8c2fbe5103b0a27b973b7cf.tar.gz forge-a0ab25944060cea8d8c2fbe5103b0a27b973b7cf.tar.zst forge-a0ab25944060cea8d8c2fbe5103b0a27b973b7cf.zip |
README.md: Add section "Organization"
Diffstat (limited to '')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c77dd2d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Lindenii Forge + +## Organization + +URLs are like `https://forge.example.org/category/module`. The `category` may +represent a project on an organization's forge, or perhaps one particular user +on a multi-user public forge. The `module` is similar to a repository on +Forgejo, and may contain any non-empty subset of all available modules. + +The available modules are: +* Version-controlled repository hosting +* Patch review +* Mailing list +* Ticket tracker +* Wiki + +This is potentially subject to change. |