Commit graph

17 commits

Author SHA1 Message Date
David A. Harding
b9e114efe8
Build: allow repeated rebuilding in Jekyll Preview mode
The events and contributor plugins both monkey patched the `site`
object.  This worked fine when they were loaded once per site build, but
with Jekyll 3.0 automatic site rebuilding in preview and watch modes,
this applied the monkey patch recursively, causing the program to halt.

With this commit, the monkey patching should only occur once per run.
2017-06-23 11:46:20 -04:00
David A. Harding
a0fa907b4a
Events plugin: stop requesting events from Meetup.com
Closes #1617 (Meetup.com events no longer display)
2017-06-03 08:52:21 -04:00
David A. Harding
b3f4ba58f8
Backend: cache events and contributors 2015-09-07 08:18:42 -04:00
Saivann
262b550c18 Separate event script from event data 2015-05-01 14:19:43 -04:00
Saivann
f80aa4be3a Add Coinfest as an international event 2015-01-29 14:52:49 -05:00
Saivann
2a139a51a1 Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
Saivann
1db1455703 Manage events in a single file 2014-11-15 18:45:43 -05:00
Saivann
45cdb02ab9 Allow disabling plugins for faster preview 2014-11-08 13:56:41 -05:00
Saivann
d27cf78449 Only list Bitcoin-related events from meetup (fixes #558) 2014-09-19 11:18:06 -04:00
Saivann
fab5e8d038 Fix conditions for using address_2 and state fields from meetups 2014-04-02 12:10:24 -04:00
Saivann
6e2960d1ba Define events' date in YAML and continue displaying events 5 days after their start date (fixes #361) 2014-04-02 12:09:20 -04:00
Saivann
9792c3b582 Rename and validate utcoffset variable 2014-03-13 22:52:42 -04:00
Saivann
042cfff6fd Fix UTC time handling in events.rb (fixes #344) 2014-03-13 22:37:47 -04:00
Saivann
01e166e8e8 Display meetups on the events map 2014-03-01 19:14:27 -05:00
Saivann
dfd44bac21 Display events on a map using OpenStreetMap 2014-02-09 15:18:42 -05:00
Saivann
9b05a0bc8e Clean some code and add documentation 2013-10-21 23:45:57 -04:00
Saivann
a252596168 Add events page and RSS feed
Drop previous orphan events pages
Drop site.post in sitemap.rb
2013-06-25 00:02:33 -04:00