6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/config/_default/outputformats.toml

27 lines
500 B
TOML
Raw Normal View History

# Configuratie tbv exporteerde formaten
# RSS-feed (Atom)
[RSS]
mediatype = "application/rss"
baseName = "atom"
# JSON Feed, index.json
[JSON]
mediatype = "application/json"
baseName = "feed"
# CalendarEvent genereerd een iCal-bestand voor evenementen
[CalendarEvent]
mediaType = "text/calendar"
baseName = "calendar"
2023-05-18 13:03:01 +02:00
[SearchIndex]
mediatype = "application/json"
basename = "searchindex"
#[outputFormats.XMLEvent]
# mediaType = "application/xml"
# baseName = "schedule"
# EOF