1
0
Fork 0
Commit Graph

72 Commits

Author SHA1 Message Date
gg1234 42bc8e9591 Change header back to "Last Appearance" 2024-05-26 09:38:44 -07:00
gg1234 5fc6ae40db Append time zone to be consistent with other datetimes on site 2024-05-25 12:28:38 -07:00
gg1234 d3e62e6cda Use DATETIME insted of DATE for last_seen 2024-05-25 11:41:10 -07:00
gg1234 e3df9bbfb7 s/days since/days off/ 2024-05-25 10:59:56 -07:00
gg1234 e78539bd38 Use @pta's query for caster_last_appearance 2024-05-25 10:49:38 -07:00
gg1234 9aa86b7638 Replace 'T' with ' ' so narrow displays wrap dates more readably 2024-05-25 04:35:36 -07:00
gg1234 76cff29c49 Use CSS class .datetime in Last Appearance section 2024-05-25 04:35:05 -07:00
gg1234 a72a7bcb90 Let index.cgi pull in latest appearances 2024-05-24 17:52:50 -07:00
gg1234 52c9a16812 Add new template for homepage
I ran into the weirdest bug where the header and footer were
being included twice in the same page, and I couldn't figure
out why.  I ended up duplicating xslate/schedule.html in the
2nd half of xslate/home.html.  I didn't want to do that, but
I did for expedience.
2024-05-24 17:51:04 -07:00
gg1234 24ac577e6b Add CSS for `.container .since` 2024-05-24 17:50:32 -07:00
gg1234 d4c9567ff3 Add WNDB::caster_last_appearance($sql)
This figures out the last appearance for each caster
in the database.  au PAY shows are ignored.
2024-05-24 17:49:34 -07:00
gg1234 fb6da4c03b Link to >>>/jp/faaag 2024-05-24 16:32:33 -07:00
pta fe138bf332 Add links for popout youtube chat for mpv/vlc users
Since I watch youtube streams in mpv, I really only need a chat-only
browser window. I've been using a small sed script to generate the link
for me, but now I can just middle click on the chat link to open the
window. Other mpv/vlc users should find this convenient too.
2024-05-24 17:50:53 -04:00
gg1234 2eccd4a454 Align views column to the right 2024-04-23 07:55:36 -07:00
gg1234 d29801585a Add a `views` column to the schedule display 2024-04-23 02:17:18 -07:00
gg1234 c601e39c41 Bump LIVE_SEARCH_LIMIT to 22 2024-03-15 03:10:21 -07:00
gg1234 91b4761f0c Link to backup git repo 2023-09-24 19:29:46 -07:00
gg ea6e93b5e0 Remove is_live from template functions
- It's not used there.
- Also bump limit to 20 for mark_live.
2023-09-19 00:27:08 -07:00
gg 1233c4f9e3 Increase limit for mark_live 2023-09-18 16:23:49 -07:00
gg 87154f66e6 Remove unimplemented functions 2023-09-16 14:27:29 -07:00
gg 01c5cc79ad Self-host wn.db due to vern.cc uptime issues 2023-09-13 14:42:53 -07:00
gg 9cf15d3bbb Note years of prior data not in the current db 2023-09-13 07:41:03 -07:00
gg 0f984a6f38 Add row hover highlight colors 2023-09-13 06:54:25 -07:00
gg 7e74748050 Document begin and end dates for ranking page 2023-09-12 17:36:07 -07:00
gg 7b30b5f869 Add one day to max_jst 2023-09-12 03:33:22 -07:00
gg 49d596536f Fix comment for is_live to reflect current behavior 2023-09-12 03:32:35 -07:00
gg b50e591aef Remove date range from bottom of page 2023-09-11 16:15:12 -07:00
gg 60aaa6419f Let date range be parameterized in ranking page 2023-09-11 16:09:04 -07:00
gg e85530f401 Explain base for production 2023-09-11 12:17:47 -07:00
gg 4691a36976 Link to production deployment 2023-09-11 12:15:27 -07:00
gg d617703ccf Remove docs for features I didn't implement
Also add docs for how to use a Perl REPL in development.
2023-09-11 12:12:15 -07:00
gg 1780f051b6 Add total to ranking page 2023-09-11 11:35:50 -07:00
gg 4b2d6bb41d Replace pipes with commas in links section 2023-09-09 16:44:18 -07:00
gg 34faefb8ed Remove the T from the datetime
This will let it wrap better on narrow screens.
2023-09-09 16:32:19 -07:00
gg c831a6b4e0 Add a special case in is_live for late night
There are two caster-less segments at
23:00 and 00:00 that are 1 hour and 5 hours in duration.
2023-09-09 07:51:56 -07:00
gg af807acba7 Identify shows that are live now 2023-09-08 23:33:12 -07:00
gg 5fd7b6e01d Shorten the historical note 2023-09-08 16:40:01 -07:00
gg 5f8ab1028f Use _ when there's no value 2023-09-08 12:05:05 -07:00
gg 6fd5f7402f Use COUNT(*) because there are legitimate blanks that need to be counted 2023-09-08 12:01:08 -07:00
gg ad26f66bc9 Add totals 2023-09-08 11:56:27 -07:00
gg 515d1988cf Add list of segments and casters 2023-09-08 11:34:39 -07:00
gg 3389d944f5 Show caster and segment distributions 2023-09-07 09:49:25 -07:00
gg f449b1d7d0 Rename title to segment for segment_distribution_for_casters 2023-09-07 09:49:03 -07:00
gg 7012aeb39d Add dist_to_arrayrefs 2023-09-07 09:48:34 -07:00
gg 70e6def6ea Change section id to video-player 2023-09-07 07:29:27 -07:00
gg f2e77d44bc Add distribution functions 2023-09-06 22:41:11 -07:00
gg 791dab7f8d Just say mscale instead of mscale.val 2023-09-06 07:59:07 -07:00
gg 0648cfd9b0 Experiment with explanations
The blurb on the ranking page is almost starting to look
like an about page.  I'm not sure where this content should go.
2023-09-06 07:33:39 -07:00
gg 4e1d0a2734 Use CSS to highlight shows with M-scale 2 and 3
- M-scale 1 is the default and unhighlighted.
- Also use CSS to color the title a shade of blue.
2023-09-06 07:13:18 -07:00
gg caf2f2d244 Disable video.js metrics in the right spot 2023-09-06 06:57:09 -07:00