diff --git a/content/fringe-events.yaml b/content/fringe-events.yaml deleted file mode 100644 index a4422f99..00000000 --- a/content/fringe-events.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -kind: internal -events: - 'CHAOSScon EU 2025': - location: Brussels, Belgium - start: 2025-01-30 - end: 2025-01-30 - cost: $10 - registration: required - website: https://chaoss.community/chaosscon-2025-eu/ - contact: elizabeth@chaoss.community - 'DuckCon #6': - location: Amsterdam, The Netherlands - start: 2025-01-31 - end: 2025-01-31 - cost: free - registration: required - website: https://duckdb.org/2025/01/31/duckcon6 - contact: gabor@duckdb.org - 'Workshop on FOSS license and security compliance tools': - location: Brussels, Belgium - start: 2025-01-31 - end: 2025-01-31 - cost: €0 - €100 - registration: recommended - website: https://pretix.eu/aboutcode/fosdem-2025/ - contact: hello@aboutcode.org - 'Config Management Camp 2025': - location: Ghent, Belgium - start: 2025-02-03 - end: 2025-02-05 - cost: free - registration: required - website: https://cfgmgmtcamp.org - contact: info@cfgmgmtcamp.org - 'OpenEmbedded Workshop 2025': - location: Brussels, Belgium - start: 2025-02-03 - end: 2025-02-03 - cost: €75 - registration: required - website: https://pretalx.com/openembedded-workshop-2025/ - contact: philip@balister.org diff --git a/content/fringe.html b/content/fringe.html index e2e0c98f..417c40b1 100644 --- a/content/fringe.html +++ b/content/fringe.html @@ -1,7 +1,11 @@ --- title: Fringe --- - +<% +file = @site.config.fetch(:pretalx).fetch(:meta_export_file) +pretalx_data = YAML.load_file(file) +fringe = pretalx_data.fetch('fringe', {}) +%>
The FOSDEM Fringe consists of independent events involving free and open source software taking place in the days around the FOSDEM weekend. They are organised independently of FOSDEM so please refer any questions to the contacts listed. @@ -20,15 +24,15 @@
- <% $item_by_id.fetch('/fringe-events/')[:events].to_a.each do |event_name, meta| %> + <% fringe.each do |event_name, meta| %>