Implementeren zoekfunctionaliteit
This commit is contained in:
parent
55c242d4b6
commit
372746317e
16 changed files with 247 additions and 13 deletions
|
@ -15,6 +15,10 @@
|
|||
mediaType = "text/calendar"
|
||||
baseName = "calendar"
|
||||
|
||||
[SearchIndex]
|
||||
mediatype = "application/json"
|
||||
basename = "searchindex"
|
||||
|
||||
#[outputFormats.XMLEvent]
|
||||
# mediaType = "application/xml"
|
||||
# baseName = "schedule"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Voor de home-page maken we een HTML, RSS en JSON Feed
|
||||
# Secties alleen in HTML en voor pagina's in zowel HTML als CalendarEvent (iCAL) waar het van toepassing is
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
home = ["HTML", "RSS", "JSON", "SearchIndex"]
|
||||
section = ["HTML"]
|
||||
page = ["HTML", "CalendarEvent"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue