diff options
Diffstat (limited to 'content/forge/_index.md')
-rw-r--r-- | content/forge/_index.md | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/content/forge/_index.md b/content/forge/_index.md index 4998133..6e65d12 100644 --- a/content/forge/_index.md +++ b/content/forge/_index.md @@ -10,24 +10,25 @@ primarily designed for self-hosting by small organizations and individuals. The Lindenii project itself [runs an instance](https://forge.lindenii.runxiyu.org/), where the -[official source repository of Lindenii Forge](https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/) +[official source repository of Lindenii Forge](https://forge.lindenii.runxiyu.org/forge/-/repos/server/) is located. ## Organization Misc URLs (for hosting stylesheets, scripts, the login page, etc.) are like -`https://forge.example.org/:/functionality...`. +`https://forge.example.org/-/functionality...`. Contentful URLs are like -`https://forge.example.org/group_name/subgroup_name.../:/module_type/module_name`. +`https://forge.example.org/group_name/subgroup_name.../-/module_type/module_name`. The available `module_type`s are: -* `repos` for version control +* `repos` for version control (the only one implemented so far) * `tickets` for ticket trackers * `discuss` for discussions +* `decisions` for requests for comments and collective decision-making -Group and subgroup names may not be `:`. +Group and subgroup names may not be `-`. While this syntax looks a bit odd, it makes it possible to unambiguously identify where subgroups end and modules begin, without needing to touch the @@ -95,6 +96,19 @@ far future. It should be possible to associate tickets with MRs. +### Requests for comments and decisions + +Requests for comments (RFCs) and decisions are similar to tickets, but +specifically designed for collective decision-making. + +In general, there will be two or more sides to a question, and people may use +commentaries to express their opinions. Group voting is supported for RFC +trackers that choose so; others may use dictatorial voting. At the end of +decisions, there shall be a final rationale, and users may submit concurring or +dissenting opinions. + +It should be possible to associate RFCs with MRs too. + ### Discussions Discussions are basically mailing lists that could also be used from a Web @@ -143,7 +157,7 @@ This plan is subject to change. We are currently using the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html). -The forge software serves its own source at `/:/source/`. +The forge software serves its own source at `/-/source/`. ## Support and development @@ -157,7 +171,7 @@ The forge software serves its own source at `/:/source/`. since our own ticket tracking system is not ready yet. Please submit patches by pushing to `contrib/...` in the official repo. * We have several Git repo mirrors on a few places: - * [Lindenii Forge itself](https://forge.lindenii.runxiyu.org/lindenii/:/repos/forge/) + * [Lindenii Forge itself](https://forge.lindenii.runxiyu.org/forge/-/repos/forge/) * [The Lindenii Project's cgit](https://git.lindenii.runxiyu.org/forge.git/) * [SourceHut](https://git.sr.ht/~runxiyu/forge/) * [Codeberg](https://codeberg.org/lindenii/forge/) |