-
Notifications
You must be signed in to change notification settings - Fork 3
/
sitemap.html
91 lines (82 loc) · 3.1 KB
/
sitemap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[% WRAPPER html_page
title = 'Site Map'
%]
<ul>
<li><span style="font-weight: bold;">
<a href="[% index_page %]">Homepage</a></span>
</li>
<li><span style="font-weight: bold;">
<a href="[% news_page %]">News</a></span>
<ul>
<li><a href="[% newsfeed_page %]">News RSS Feed</a></li>
</ul>
</li>
<li><span style="font-weight: bold;">
<a href="[% events_page %]">Upcoming and previous events
(Conferences, Workshops and Hackathons)</a></span>
<ul>
<li>Events RSS Feed</a></li>
<li><a href="[% conferences_page %]">Conferences</a>
<ul><li><a href="[% ical_page %]">iCal subscription</a></li></ul>
</li>
<li><a href="[% workshops_page %]">Workshops</a></li>
<li><a href="[% hackathons_page %]">Hackathons</a></li>
</ul>
</li>
<li><span style="font-weight: bold;">
<a href="[% organizers_page %]">Information and services for
event organizers</a></span>
<ul>
<li><a href="[% act_page %]">Act conference management software</li></li>
<li><a href="[% donation_page %]">Getting a donation from
YAPC::Europe Foundation</a>
<ul>
<li><a href="[% contract_donation_page %]">Example donation
contract</a></li>
</ul>
</li>
<li><a href="[% payment_page %]">Using YAPC::Europe Foundation's
payment system for billing attendees</a>
<ul>
<li><a href="[% contract_payment_page %]">Example
payment system contract</a></li>
</ul>
<li><a href="[% ye_org_page %]">Preparing a YAPC::Europe
conference proposal</a>
<ul>
<li><a href="[% old_proposals_page %]">Previous
YAPC::Europe proposals</a></li>
</ul>
</li>
<li><a href="[% workshop_stories_page %]">Stories about
organizing workshops</a></li>
</ul>
</li>
<li><span style="font-weight: bold;">
<a href="[% foundation_page %]">YAPC::Europe Foundation</a></span>
<ul>
<li><a href="[% docs_page %]">Statues, procedures, and
voting records</a></li>
<li><a href="[% finance_page %]">YAPC::Europe Foundation finances</a>
<ul>
<li><a href="[% finance_report_page %]">Financial reports</a></li>
<li><a href="[% conf_cashflow_page %]">Conference cashflow</a></li>
<li><a href="[% donations_from_yef_page %]">Donations by YAPC::Europe Foundation</a></li>
<li><a href="[% donations_to_yef_page %]">Donations to YAPC::Europe Foundation</a></li>
</ul>
</li>
<li><a href="[% donating_page %]">Making a donation to
YAPC::Europe Foundation</a></li>
<li><a href="[% people_page %]">Board members</a></li>
<li><a href="[% venue_page %]">Venue committee</a></li>
</ul>
</li>
<li><span style="font-weight: bold;">
<a href="[% credits_page %]">List of website volunteers</a></span>
</li>
<li><span style="font-weight: bold;">
<a href="[% contact_page %]">Contacting the foundation and
committees; mailing lists</a></span>
</li>
</ul>
[% END %]