Manage events in a single file

This commit is contained in:
Saivann 2014-11-15 18:41:02 -05:00
parent b154db2c94
commit 1db1455703
22 changed files with 155 additions and 180 deletions

View file

@ -193,18 +193,16 @@ Any change in the English text can be done through a pull request on GitHub. If
### Events ### Events
Events should be placed in `_events/YYYY-MM-DD-SHORTTITLE.md` and adhere to this format: Events should be placed in `_events.yml` and adhere to this format:
``` ```
--- - date: 2014-02-21
date: 2014-02-21
title: "2014 Texas Bitcoin Conference" title: "2014 Texas Bitcoin Conference"
venue: "Circuit of the Americas™ - Technology and Conference Center" venue: "Circuit of the Americas™ - Technology and Conference Center"
address: "9201 Circuit of the Americas Blvd" address: "9201 Circuit of the Americas Blvd"
city: "Austin, TX" city: "Austin, TX"
country: "United States" country: "United States"
link: "http://texasbitcoinconference.com/" link: "http://texasbitcoinconference.com/"
---
``` ```
### Release Notes ### Release Notes

144
_events.yml Normal file
View file

@ -0,0 +1,144 @@
- date: 2014-11-18
title: "Cryptocurrencies: The Challenges & Opportunities Ahead"
venue: swissnex Boston
address: 420 Broadway
city: Cambridge, MA
country: United States
link: http://goo.gl/EdzG2r
- date: 2014-11-20
title: "Inside Bitcoins Paris"
venue: "Espaces Cap 15"
address: "1/13 Quai de Grenelle, 75015 PARIS"
city: "Paris"
country: "France"
link: "http://insidebitcoins.fr/?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibpar"
- date: 2014-11-21
title: "Bangkok Bitcoin Expo"
venue: "Queen Sirikit National Convention Center (QSNCC)"
address: "60 New Rachadapisek Road, Klongtoey,
Bangkok 10110, Thailand"
city: "Bangkok"
country: "Thailand"
link: "http://bangkok-bitcoin-expo.com/"
- date: 2014-11-22
title: "Bitcoin - Evoluzione in corso | Tecnologie all'orizzonte e presentazione ATM opensource"
venue: "Working Capital Accelerator - Bologna"
address: "Via Guglielmo Oberdan, 22"
city: "Bologna"
country: "Italy"
link: "http://smappo.com/event/5464d148d5c75_bitcoin-evoluzione-in-corso-tecnologie-all-orizzonte-e-presentazione-atm-opensource.html"
- date: 2014-11-27
title: "REBIT2014"
venue: "Centro Direzionale “Il Volo”"
address: "Largo Giambellino, 18"
city: "Reggio Emilia"
country: "Italy"
link: "http://rebit2014.it"
- date: 2014-11-28
title: "2014 Internet Finance Innovation CEO Summit (IFICS)—Global Bitcoin Summit"
venue: "Cyberport Hong Kong"
address: "100 Cyberport Road"
city: "Hong Kong"
country: "Hong Kong"
link: http://www.globalbtcsummit.com/
- date: 2014-11-29
title: "The Bitcoin Forum: Investire nel Futuro"
venue: "Hotel Coronado"
address: "Via Francesco Borromini 10"
city: "Mendrisio"
country: "Switzerland"
link: "http://www.rischiocalcolato.it/the-bitcoin-forum"
- date: 2014-11-29
title: "Bitcoin-South 2014"
venue: "Millennium hotel"
address: "32 Frankton Rd"
city: "Queenstown"
country: "New Zealand"
link: "http://bitcoinsouth.co"
- date: 2014-12-04
title: "Bitcoin Conference Saint Petersburg"
venue: "Creative claster ArtMuze"
address: "Line 13, building 70-72"
city: "Saint Petersburg"
country: "Russia"
link: "http://bitcoinconf.spb.ru/en"
- date: 2014-12-06
title: "CoinWisdom Sofia"
venue: "Hotel Expo"
address: "149 Tsarigradsko Shosse"
city: "Sofia"
country: "Bulgaria"
link: "https://coinwisdomsofia.com/"
- date: 2014-12-06
title: "laBITconf 2014"
venue: "Rio Othon Palace"
address: "Avenida Atlantica 3264, Copacabana"
city: "Rio de Janeiro"
country: "Brazil"
link: "http://labitconf.com/"
- date: 2014-12-11
title: "Dubai Bitcoin Conference"
venue: "Dubai International Financial Center"
address: "Dubai International Financial Center"
city: "Dubai"
country: "United Arab Emirates"
link: "http://dubaibitcoinconference.com/"
- date: 2014-12-12
title: "Inside Bitcoins Seoul"
venue: "Korea International Exhibition Center (KINTEX)"
address: "2600, Daehwa-dong, Ilsanseo-gu, Goyang-si, Gyeonggi-do"
city: "Goyang-si"
country: "South Korea"
link: "http://insidebitcoins.com/seoul?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibseoul"
- date: 2015-01-16
title: "The North American Bitcoin Conference"
venue: "Miami Beach Convention Centre"
address: "3001 Convention Centre Drive"
city: "Miami Beach, FL"
country: "United States"
link: "http://www.btcmiami.com"
- date: 2015-01-29
title: "Inside Bitcoins Singapore"
venue: "Suntec Singapore Convention & Exhibition Centre"
address: "1 Raffles Boulevard, Suntec City, Singapore"
city: "Singapore"
country: "Singapore"
link: "http://insidebitcoins.com/singapore/2015?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibsg"
- date: 2015-01-29
title: "P2P Financial Systems 2015"
venue: "Deutsche Bundesbank"
address: "Taunusanlage 5"
city: "Frankfurt am Main"
country: "Germany"
link: "https://www.ecurex.com/p2pfisy/"
- date: 2015-03-14
title: "Let the bit drop"
venue: "Stadium"
address: "Windsor Park, Bath Rd"
city: "Roseau"
country: "Commonwealth of Dominica"
link: "http://www.letthebitdrop.com/"
- date: 2015-03-28
title: "Texas Bitcoin Conference"
venue: "Moody Theater"
address: "310 W Willie Nelson Blvd"
city: "Austin, TX"
country: "United States"
link: "http://texasbitcoinconference.com/conferences/austin2015"

View file

@ -1,9 +0,0 @@
---
date: 2014-11-18
title: "Cryptocurrencies: The Challenges & Opportunities Ahead"
venue: swissnex Boston
address: 420 Broadway
city: Cambridge, MA
country: United States
link: http://goo.gl/EdzG2r
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-20
title: "Inside Bitcoins Paris"
venue: "Espaces Cap 15"
address: "1/13 Quai de Grenelle, 75015 PARIS"
city: "Paris"
country: "France"
link: "http://insidebitcoins.fr/?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibpar"
---

View file

@ -1,10 +0,0 @@
---
date: 2014-11-21
title: "Bangkok Bitcoin Expo"
venue: "Queen Sirikit National Convention Center (QSNCC)"
address: "60 New Rachadapisek Road, Klongtoey,
Bangkok 10110, Thailand"
city: "Bangkok"
country: "Thailand"
link: "http://bangkok-bitcoin-expo.com/"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-22
title: "Bitcoin - Evoluzione in corso | Tecnologie all'orizzonte e presentazione ATM opensource"
venue: "Working Capital Accelerator - Bologna"
address: "Via Guglielmo Oberdan, 22"
city: "Bologna"
country: "Italy"
link: "http://smappo.com/event/5464d148d5c75_bitcoin-evoluzione-in-corso-tecnologie-all-orizzonte-e-presentazione-atm-opensource.html"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-27
title: "REBIT2014"
venue: "Centro Direzionale “Il Volo”"
address: "Largo Giambellino, 18"
city: "Reggio Emilia"
country: "Italy"
link: "http://rebit2014.it"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-28
title: "2014 Internet Finance Innovation CEO Summit (IFICS)—Global Bitcoin Summit"
venue: "Cyberport Hong Kong"
address: "100 Cyberport Road"
city: "Hong Kong"
country: "Hong Kong"
link: http://www.globalbtcsummit.com/
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-29
title: "The Bitcoin Forum: Investire nel Futuro"
venue: "Hotel Coronado"
address: "Via Francesco Borromini 10"
city: "Mendrisio"
country: "Switzerland"
link: "http://www.rischiocalcolato.it/the-bitcoin-forum"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-11-29
title: "Bitcoin-South 2014"
venue: "Millennium hotel"
address: "32 Frankton Rd"
city: "Queenstown"
country: "New Zealand"
link: "http://bitcoinsouth.co"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-12-04
title: "Bitcoin Conference Saint Petersburg"
venue: "Creative claster ArtMuze"
address: "Line 13, building 70-72"
city: "Saint Petersburg"
country: "Russia"
link: "http://bitcoinconf.spb.ru/en"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-12-06
title: "CoinWisdom Sofia"
venue: "Hotel Expo"
address: "149 Tsarigradsko Shosse"
city: "Sofia"
country: "Bulgaria"
link: "https://coinwisdomsofia.com/"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-12-06
title: "laBITconf 2014"
venue: "Rio Othon Palace"
address: "Avenida Atlantica 3264, Copacabana"
city: "Rio de Janeiro"
country: "Brazil"
link: "http://labitconf.com/"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-12-11
title: "Dubai Bitcoin Conference"
venue: "Dubai International Financial Center"
address: "Dubai International Financial Center"
city: "Dubai"
country: "United Arab Emirates"
link: "http://dubaibitcoinconference.com/"
---

View file

@ -1,9 +0,0 @@
---
date: 2014-12-12
title: "Inside Bitcoins Seoul"
venue: "Korea International Exhibition Center (KINTEX)"
address: "2600, Daehwa-dong, Ilsanseo-gu, Goyang-si, Gyeonggi-do"
city: "Goyang-si"
country: "South Korea"
link: "http://insidebitcoins.com/seoul?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibseoul"
---

View file

@ -1,9 +0,0 @@
---
date: 2015-01-16
title: "The North American Bitcoin Conference"
venue: "Miami Beach Convention Centre"
address: "3001 Convention Centre Drive"
city: "Miami Beach, FL"
country: "United States"
link: "http://www.btcmiami.com"
---

View file

@ -1,9 +0,0 @@
---
date: 2015-01-29
title: "Inside Bitcoins Singapore"
venue: "Suntec Singapore Convention & Exhibition Centre"
address: "1 Raffles Boulevard, Suntec City, Singapore"
city: "Singapore"
country: "Singapore"
link: "http://insidebitcoins.com/singapore/2015?utm_source=bitcoinorg&utm_medium=eventlisting&utm_campaign=bitcoinorgeventlistingibsg"
---

View file

@ -1,9 +0,0 @@
---
date: 2015-01-29
title: "P2P Financial Systems 2015"
venue: "Deutsche Bundesbank"
address: "Taunusanlage 5"
city: "Frankfurt am Main"
country: "Germany"
link: "https://www.ecurex.com/p2pfisy/"
---

View file

@ -1,9 +0,0 @@
---
date: 2015-03-14
title: "Let the bit drop"
venue: "Stadium"
address: "Windsor Park, Bath Rd"
city: "Roseau"
country: "Commonwealth of Dominica"
link: "http://www.letthebitdrop.com/"
---

View file

@ -1,9 +0,0 @@
---
date: 2015-03-28
title: "Texas Bitcoin Conference"
venue: "Moody Theater"
address: "310 W Willie Nelson Blvd"
city: "Austin, TX"
country: "United States"
link: "http://texasbitcoinconference.com/conferences/austin2015"
---

View file

@ -92,12 +92,8 @@ module Jekyll
def conferences def conferences
conferences = [] conferences = []
# Loop in _events/ files # Loop in _events.yml
Dir.foreach('_events') do |file| YAML.load_file('_events.yml').each do |data|
# Skip events with malformed name
next if file == '.' or file == '..'
# Assign variables
data = YAML.load_file('_events/'+file)
# Skip event if it has started more than five days ago # Skip event if it has started more than five days ago
date = data['date'].to_s.split('-') date = data['date'].to_s.split('-')
next if Time.new.to_i > (Time.new(date[0].to_i,date[1].to_i,date[2].to_i).to_i + 432000) next if Time.new.to_i > (Time.new(date[0].to_i,date[1].to_i,date[2].to_i).to_i + 432000)

View file

@ -43,7 +43,7 @@ map.addLayer(markers);
{% filter_for p in site.conferences sort_by:date %} {% filter_for p in site.conferences sort_by:date %}
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div> <div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
{% endfilter_for %} {% endfilter_for %}
<span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&amp;body=date%3A%20YYYY-MM-DD%0Atitle%3A%20%22%22%0Avenue%3A%20%22%22%0Aaddress%3A%20%22%22%0Acity%3A%20%22%22%0Acountry%3A%20%22%22%0Alink%3A%20%22%22">{% translate eventsubmit %}</a></span> <span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&amp;body=%20%20%20%20-%20date%3A%20YYYY-MM-DD%0A%20%20%20%20%20%20title%3A%20%22%22%0A%20%20%20%20%20%20venue%3A%20%22%22%0A%20%20%20%20%20%20address%3A%20%22%22%0A%20%20%20%20%20%20city%3A%20%22%22%0A%20%20%20%20%20%20country%3A%20%22%22%0A%20%20%20%20%20%20link%3A%20%22%22">{% translate eventsubmit %}</a></span>
</div> </div>
<p>{% translate meetupgroup %}</p> <p>{% translate meetupgroup %}</p>