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

28 lines
547 B
TOML

# Configuratie tbv exporteerde formaten
# RSS-feed (Atom)
[RSS]
mediatype = "application/xml"
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"
# Index voor zoekfunctionaliteit op de website
[SearchIndex]
mediatype = "application/json"
basename = "searchindex"
#[outputFormats.XMLEvent]
# mediaType = "application/xml"
# baseName = "schedule"
# EOF