From c97afad94f2adb5395eb409e8357465b8ef9040a Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Tue, 14 Jan 2025 23:31:09 -0500 Subject: upd --- generate-schedule.py | 28 +++++++++---- index.html | 113 ++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 111 insertions(+), 30 deletions(-) diff --git a/generate-schedule.py b/generate-schedule.py index c40d710..6366986 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -176,17 +176,31 @@ schedule = [ # Event(mccarren, date(2024, 12, 30)), # Event(jefferson, date(2025, 1, 1), info='Cancelled.', cancelled=True), # Event(sunsetpark, date(2025, 1, 2), time='6p'), - Event(nook, date(2025, 1, 4)), - Event(bookclub, date(2025, 1, 5)), - Event(mccarren, date(2025, 1, 6)), - Event(liz, date(2025, 1, 7), info='Zora Neale Hurston book launch.', special=True), - Event(jefferson, date(2025, 1, 8)), - Event(nook, date(2025, 1, 11)), - Event(mccarren, date(2025, 1, 13)), + # Event(nook, date(2025, 1, 4)), + # Event(bookclub, date(2025, 1, 5)), + # Event(mccarren, date(2025, 1, 6)), + # Event(liz, date(2025, 1, 7), info='Zora Neale Hurston book launch.', special=True), + # Event(jefferson, date(2025, 1, 8)), + # Event(nook, date(2025, 1, 11)), + # Event(mccarren, date(2025, 1, 13)), Event(jefferson, date(2025, 1, 15)), Event(dekalblibrary, date(2025, 1, 16), time='6p'), Event(sunsetpark, date(2025, 1, 16), time='6p'), Event(nook, date(2025, 1, 18)), + Event(mccarren, date(2025, 1, 20)), + Event(jefferson, date(2025, 1, 22)), + Event(nook, date(2025, 1, 25)), + Event(mccarren, date(2025, 1, 27)), + Event(jefferson, date(2025, 1, 29)), + Event(nook, date(2025, 2, 1)), + Event(bookclub, date(2025, 2, 2)), + Event(mccarren, date(2025, 2, 3)), + Event(liz, date(2024, 12, 4)), + Event(jefferson, date(2025, 2, 5)), + Event(nook, date(2025, 2, 8)), + Event(mccarren, date(2025, 2, 10)), + Event(jefferson, date(2025, 2, 12)), + Event(nook, date(2025, 2, 15)), ] # maybe autosort it and sort code by event? with open('index.base') as base: diff --git a/index.html b/index.html index 13d4247..f44ec40 100644 --- a/index.html +++ b/index.html @@ -34,44 +34,81 @@
- Saturday, January 4 · 9a + Wednesday, January 15 · 6p
- Nook, + Jefferson Market Library, + Greenwich Village +
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
+
+
+
+ Thursday, January 16 · 6p +
+
+ Dekalb Library, Bushwick
- Sunday, January 5 · 9p + Thursday, January 16 · 6p
- Book Club Bar, - East Village + Sunset Park Library, + Sunset Park + +
+
+
+ Saturday, January 18 · 9a +
+
+ Nook, + Bushwick

- Monday, January 6 · 6:30p + Monday, January 20 · 6:30p
Spritzenhaus33, Williamsburg
-
+
- Tuesday, January 7 · 7p + Wednesday, January 22 · 6p
- Liz’s Book Bar, - Carroll Gardens -
Zora Neale Hurston book launch.
+ Jefferson Market Library, + Greenwich Village +
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
+
+
+
+ Saturday, January 25 · 9a +
+
+ Nook, + Bushwick + +
+

+
+
+ Monday, January 27 · 6:30p +
+
+ Spritzenhaus33, + Williamsburg +
- Wednesday, January 8 · 6p + Wednesday, January 29 · 6p
Jefferson Market Library, @@ -80,26 +117,46 @@
- Saturday, January 11 · 9a + Saturday, February 1 · 9a
Nook, Bushwick +
+
+
+ Sunday, February 2 · 9p +
+
+ Book Club Bar, + East Village +

- Monday, January 13 · 6:30p + Monday, February 3 · 6:30p
Spritzenhaus33, Williamsburg
-
+

+
- Wednesday, January 15 · 6p + Wednesday, December 4 · 7p +
+
+ Liz’s Book Bar, + Carroll Gardens + +
+

+
+
+ Wednesday, February 5 · 6p
Jefferson Market Library, @@ -108,25 +165,35 @@
- Thursday, January 16 · 6p + Saturday, February 8 · 9a
- Dekalb Library, + Nook, Bushwick
-
+

+
- Thursday, January 16 · 6p + Monday, February 10 · 6:30p
- Sunset Park Library, - Sunset Park + Spritzenhaus33, + Williamsburg
- Saturday, January 18 · 9a + Wednesday, February 12 · 6p +
+
+ Jefferson Market Library, + Greenwich Village +
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
+
+
+
+ Saturday, February 15 · 9a
Nook, -- cgit v1.2.3