Change naming from collections to curated publications 62.md

This commit is contained in:
limina1 2024-11-22 19:23:48 -05:00 committed by GitHub
parent 9662559ba8
commit 855b39dbc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
62.md
View File

@ -1,23 +1,23 @@
NIP-62 NIP-62
====== ======
Collections Curated Publication
---------- ----------
`draft` `optional` `draft` `optional`
This NIP defines the minimum specification for collections - ordered, optionally-hierarchical assemblies of nostr events. Collections provide a standard way to organize and present related content, similar to how books organize chapters or journals organize articles. This NIP defines the minimum specification for curated publication - ordered, optionally-hierarchical assemblies of nostr events. Collections provide a standard way to organize and present related content, similar to how books organize chapters or journals organize articles.
## Event Kinds ## Event Kinds
This NIP defines two primary event kinds: This NIP defines two primary event kinds:
- `30040`: Collection Index - `30040`: Publication Index
- `30041`: Collection Section - `30041`: Publication Content
## kind 30040: Collection Index ## kind 30040: Publication Index
A collection index defines the structure and metadata of a collection. It serves as a table of contents that references the actual content sections. A publication index defines the structure and metadata of a collection. It serves as a table of contents that references the actual content sections.
### Requirements ### Requirements
@ -61,9 +61,9 @@ A collection index defines the structure and metadata of a collection. It serves
} }
``` ```
## 30041: Collection Section ## 30041: Publication Content
Sections (also known as zettels, episodes, or chapters) contain the actual content that makes up a collection. Also known as sections, zettels, episodes, or chapters contain the actual content that makes up a collection.
### Requirements ### Requirements