Skip to content

Commit

Permalink
templates/schedule: mention frab xml and frab json export
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Aug 14, 2024
1 parent c499dca commit d41b13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions templates/schedule/line-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ <h2>Line-up</h2>
<p>You can also get this list as an <a href="{{ url_for('.schedule_ical', year=event_year) }}">iCal feed</a>
for your calendar, and a <a href="{{ url_for('.schedule_json', year=event_year) }}">json feed</a> for your giant robot.
</p>
<p>If you use an app for viewing the schedule, you might be looking for a
<a href="{{ url_for('.schedule_frab_json', year=year) }}">Frab JSON</a> or
<a href="{{ url_for('.schedule_frab_xml', year=year) }}">Frab XML</a> feed.
</p>
{% endif %}
{% else %}
<div class="alert alert-info">
Expand Down
3 changes: 2 additions & 1 deletion templates/schedule/user_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<strong>Schedule feeds:</strong>
<a href="{{ url_for('.schedule_json', year=year) }}">JSON</a> |
<a href="{{ url_for('.schedule_ical', year=year) }}">iCal</a> |
<a href="{{ url_for('.schedule_frab', year=year) }}">Frab</a>
<a href="{{ url_for('.schedule_frab_json', year=year) }}">Frab JSON</a> |
<a href="{{ url_for('.schedule_frab_xml', year=year) }}">Frab XML</a>
</p>
{% endblock %}
{% block foot %}
Expand Down

0 comments on commit d41b13b

Please sign in to comment.