As discussed in Scalling Up Cooperation BoF We’d like to try and put together a Git repository and templates for writing up documents that describe how things work on the Fediverse.
This looks really good, I’ll try to write up a spec for our EmojiReact system in that. We can catch up on this tomorrow in a call or just keep discussing things here, i don’t mind either way
Currently FEP is just a Git repository of MarkDown files. I think this is good as it keeps required technology to a minimum.
It would be nice to have a nice interface (web site) for the FEPs. A simple static site generator make pretty HTMLs. There can be multiple websites that provide a pretty interface.
There are some additional meta-data that can be nicely displayed (see next point on Front Matter): related FEPs,
Front Matter
There is some required meta data that may be included in the Markdown file as such:
---
- authors: qfwfq <qfwfq@luna.sol>
- status: DRAFT
- receivedDate: 1970-01-01 # date when proposal became a DRAFT
- finalizedDate: ... # date when proposal becomes FINAL
- withdrawnDate: ... # date when proposal was withdrawn
- relatedFEPs: FEP-abcdef, FEP-abcads
- updatesFEPs: FEP-accdad
- errataOfFEPs: FEP-adfsaf
---
# FEP-011231: How to post a picture of your cat on the Fediverse
...
The two questions are:
what metadata is needed?
how to encode it?
Static site generators seem to be able to parse YAML metadata as in example above. But YAML is not a nice thing. Is there a better way?
Other markup formats (rst, AsciiDoc) natively support such meta-data. Is that worth not using Markdown for?
We could certainly add a dedicated section under #activitypub for FEPs. If you consider the first part in a topic as the canonical version of the FEP, publishing it under /pub/fep-* would make it easy to keep track of. And we could have a crontab somewhere to synchronize with a git repository…
The category can provide a template for new topics. Would someone be interested in working on a category description that describes the prices and on the topic template?
I can issue accounts for interested folks, reach out to me on Fedi (@cj@mastodon.technology). I didn’t want to open up registration because the mailer doesn’t appear to work to do the email verification, and I don’t want to open it up w/o that (spam concerns). However, for me to issue an account manually, I still require an email address though.
I still need to spend more time with the Gitea themes and home page so it doesn’t feel quite so default-y.
Maybe you can enable Authentication/Registration via OpenID? That would allow people to sign-in using their GitLab or GitHub accounts. Gittea seems to have this feature built-in: https://docs.gitea.io/en-us/config-cheat-sheet/#openid-openid. Gittea also seems to support dynamic OpenID registration (allowing users to dynamically authenticate with their own OpenID provider), but I’m having a hard time navigating the Gitea docs to see how this works.
Optimally it would be possible for people to just use their Fediverse account to login, but most services do not act as OpenID providers.
After much “fun” debugging sendmail, I’ve opened up the site to general registration w/ email confirmation flow.
If the email turns out not to be delivered, reach out to me and I’ll manually activate the account. I just don’t want the site to be overrun by spam bots.