1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-09 05:56:10 +00:00

Update readme and simplify calling ./scripts/create_readme.py

This commit is contained in:
Helge
2023-12-07 15:36:01 +01:00
parent b0af33c017
commit 570825e2c3
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
# Fediverse Enhancement Proposals
<!-- DO NOT EDIT! File automatically generated with scripts/create_readme.py. -->
<!-- DO NOT EDIT! File automatically generated with `./scripts/create_readme.py`. -->
This is the Git repository containing Fediverse Enhancment Proposals (FEPs).
@@ -55,6 +55,7 @@ The FEP Process is an initiative of the [SocialHub](https://socialhub.activitypu
| [FEP-37f2: a policy for calls for consensus on SWICG group decisions](./fep/37f2/fep-37f2.md) | `DRAFT` | [#184](https://codeberg.org/fediverse/fep/issues/184) | 2023-09-28 | - |
| [FEP-2677: Identifying the Application Actor](./fep/2677/fep-2677.md) | `DRAFT` | [#190](https://codeberg.org/fediverse/fep/issues/190) | 2023-10-14 | - |
| [FEP-03c1: Actors without acct-URI](./fep/03c1/fep-03c1.md) | `DRAFT` | [#205](https://codeberg.org/fediverse/fep/issues/205) | 2023-11-10 | - |
| [FEP-ef61: Portable Objects](./fep/ef61/fep-ef61.md) | `DRAFT` | | 2023-12-06 | - |
## Submitting a FEP
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/python
from tools import Readme
with open("README.md", "w") as f1:
+1 -1
View File
@@ -1,6 +1,6 @@
# Fediverse Enhancement Proposals
<!-- DO NOT EDIT! File automatically generated with scripts/create_readme.py. -->
<!-- DO NOT EDIT! File automatically generated with `./scripts/create_readme.py`. -->
This is the Git repository containing Fediverse Enhancment Proposals (FEPs).