-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathote.config.json
More file actions
20 lines (18 loc) · 1.81 KB
/
Copy pathote.config.json
File metadata and controls
20 lines (18 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"_comment": "Your community's configuration. The central OTE tools (editor, publish, exports) read this file from your fork. Keys starting with '_' are comments — safe to delete.",
"_comment_feed": "Metadata for your published feed (feed.json, ICS, RSS). Replace every value below with your own — they're placeholders telling you what to type, not real defaults to leave in place.",
"_comment_license": "License of your event DATA (not of the events themselves). Recommended: CC0-1.0 (public domain, most permissive — anyone can republish, default) or CC-BY-4.0 (requires attribution). Any SPDX identifier or URL works.",
"_comment_textLanguage": "The language YOUR OWN free text is written in (this feed's title/description, and your events' name/description) — not a locale setting. BCP-47 tag ('es', 'ca', 'en'…). Declared once here so events don't have to repeat it. Optional — leave it out until you're sure; absent means unknown, never English.",
"_comment_organizers": "Who organizes your events, by default. Every event in events/*.json inherits this list unless it declares its own (which then REPLACES it, not merges). Optional, but a feed without it can't be attributed by consumers.",
"feed": {
"title": "<Your community name> events",
"description": "Describe what type of events this feed includes — talks, meetups, workshops, conferences…",
"url": "https://your-community.example",
"license": "CC0-1.0",
"organizers": [
{ "name": "<Your community name>", "url": "https://your-community.example" }
]
},
"_comment_profile": "Which fields the central editor shows. Presets: 'meetup' (no CFP/sponsor fields) | 'conference' | 'all'. Used from phase 2 onwards; harmless until then. Use 'all' if you run both regular meetups and occasional conferences.",
"profile": "meetup"
}