Files
racalmas/website/agenda/templates/default/event_file_export.txt
2023-02-25 22:27:47 +01:00

78 lines
3.1 KiB
Plaintext

Content-type:text/plain; charset=utf-8;
$events=[
<TMPL_LOOP NAME=events>
{
'__last__' => q|<TMPL_VAR __last__>|,
'base_url' => q|<TMPL_VAR base_url>|,
'cache_base_url' => q|<TMPL_VAR cache_base_url>|,
'comment_count' => q|<TMPL_VAR comment_count>|,
'.controllers.event' => q|<TMPL_VAR .controllers.event>|,
'.controllers.events' => q|<TMPL_VAR .controllers.events>|,
'.controllers.calendar' => q|<TMPL_VAR .controllers.calendar>|,
'.controllers.comments' => q|<TMPL_VAR .controllers.comments>|,
'.controllers.domain' => q|<TMPL_VAR .controllers.domain>|,
'.controllers.feed' => q|<TMPL_VAR .controllers.feed>|,
'.controllers.ical' => q|<TMPL_VAR .controllers.ical>|,
'counter_1' => q|<TMPL_VAR counter_1>|,
'created_at' => q|<TMPL_VAR created_at>|,
'day' => q|<TMPL_VAR day>|,
'day_of_year' => q|<TMPL_VAR day_of_year>|,
'dtend' => q|<TMPL_VAR dtend>|,
'dtstart' => q|<TMPL_VAR dtstart>|,
'end_date_name' => q|<TMPL_VAR end_date_name>|,
'end_date' => q|<TMPL_VAR end_date>|,
'end_datetime' => q|<TMPL_VAR end_datetime>|,
'end_time_name' => q|<TMPL_VAR end_time_name>|,
'end_time' => q|<TMPL_VAR end_time>|,
'end' => q|<TMPL_VAR end>|,
'event_id' => q|<TMPL_VAR event_id>|,
'event_uri' => q|<TMPL_VAR event_uri>|,
'excerpt' => q|<TMPL_VAR excerpt>|,
'image' => q|<TMPL_VAR image>|,
'is_first_of_day' => q|<TMPL_VAR is_first_of_day>|,
'location_css' => q|<TMPL_VAR location_css>|,
'location' => q|<TMPL_VAR location>|,
'location_mapped' => q|<TMPL_VAR location_mapped>|,
'media_url' => q|<TMPL_VAR media_url>|,
'modified_at' => q|<TMPL_VAR modified_at>|,
'podcast_url' => q|<TMPL_VAR podcast_url>|,
'program' => q|<TMPL_VAR program>|,
'project_label' => q|<TMPL_VAR project_label>|,
'project_title' => q|<TMPL_VAR project_title>|,
'project' => q|<TMPL_VAR project>|,
'rds_title' => q|<TMPL_VAR rds_title>|,
'reference' => q|<TMPL_VAR reference>|,
'recurrence' => q|<TMPL_VAR recurrence>|,
'recurrence_date' => q|<TMPL_VAR recurrence_date>|,
'full_title' => q|<TMPL_VAR full_title>|,
'series_name' => q|<TMPL_VAR series_name>|,
'start_date_name' => q|<TMPL_VAR start_date_name>|,
'start_date' => q|<TMPL_VAR start_date>|,
'start_datetime' => q|<TMPL_VAR start_datetime>|,
'start_time_name' => q|<TMPL_VAR start_time_name>|,
'start_time' => q|<TMPL_VAR start_time>|,
'start_year' => q|<TMPL_VAR start_year>|,
'start_month' => q|<TMPL_VAR start_month>|,
'start_day' => q|<TMPL_VAR start_day>|,
'start_hour' => q|<TMPL_VAR start_hour>|,
'start_minute' => q|<TMPL_VAR start_minute>|,
'start' => q|<TMPL_VAR start>|,
'static_files_url' => q|<TMPL_VAR static_files_url>|,
'title' => q|<TMPL_VAR title>|,
'week_of_year' => q|<TMPL_VAR week_of_year>|,
'weekday_name' => q|<TMPL_VAR weekday_name>|,
'weekday_short_name' => q|<TMPL_VAR weekday_short_name>|,
'weekday' => q|<TMPL_VAR weekday>|,
'time_zone' => q|<TMPL_VAR time_zone>|,
'utc_offset' => q|<TMPL_VAR utc_offset>|,
'start_utc_epoch' => q|<TMPL_VAR start_utc_epoch>|,
'end_utc_epoch' => q|<TMPL_VAR end_utc_epoch>|
}<TMPL_UNLESS __last__>,</TMPL_UNLESS>
</TMPL_LOOP>
];