Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Display meetups on the events map #332
Conversation
saivann
added a commit
that referenced
this pull request
Mar 2, 2014
saivann
merged commit 4609ccd
into
master
Mar 2, 2014
saivann
deleted the
meetups branch
Mar 2, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
saivann commentedFeb 28, 2014
Live preview: (Merged)
As suggested in issue #326, #318, #325 , this pull request uses the Meetup API to display all meetups on the map on bitcoin.org, giving extra visibility to all of these events.
The events.rb plugin should be error-proof; the website builds correctly even if the API call fails or is returning inconsistent data.
Some small improvements are also part of the pull req, like not displaying past events even if they are still in _events/ and using global liquid variables instead of generating empty orphan event pages.