Author:
Hash:
Timestamp:
+13 -3 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
3bf16c36ff7ff91ba48da883ebf0b94907e6aa19
Wed, 18 Jun 2025 14:11:37 +0000 (4 months ago)
| 1 | diff --git a/README.md b/README.md |
| 2 | index d9b5f78..9ea082c 100644 |
| 3 | --- a/README.md |
| 4 | +++ b/README.md |
| 5 | @@ -1,6 +1,17 @@ |
| 6 | - # Public Website of [forge-feed.org](https://forge-feed.org) |
| 7 | + # ForgeFeed Specification |
| 8 | |
| 9 | - ## Usage |
| 10 | + NOTE: This specification is a W.I.P and should not yet be implemented anywhere. |
| 11 | + |
| 12 | + ForgeFeed is a collection of specifications and recommendations which when |
| 13 | + implemented can enhance interoperability and content discovery of different |
| 14 | + [code forges](https://en.wikipedia.org/wiki/Forge_(software)) |
| 15 | + across the internet. |
| 16 | + |
| 17 | + The specifications in markdown can be found [here](./content). |
| 18 | + |
| 19 | + ## Public Website of [forge-feed.org](https://forge-feed.org) |
| 20 | + |
| 21 | + ### Usage |
| 22 | |
| 23 | You'll need to install [zola](https://www.getzola.org). |
| 24 | |
| 25 | diff --git a/content/project-atom-feed.md b/content/project-atom-feed.md |
| 26 | index 4f55b97..3816681 100644 |
| 27 | --- a/content/project-atom-feed.md |
| 28 | +++ b/content/project-atom-feed.md |
| 29 | @@ -1,6 +1,5 @@ |
| 30 | --- |
| 31 | title: Atom Feed |
| 32 | - date: 2023-11-17 |
| 33 | --- |
| 34 | |
| 35 | # Atom Feeds |