« get me outta code hell

htmhell: convert <a href>-style tags to Markdown - hsmusic-data - Data files for https://hsmusic.wiki - track, album, artist & flash info, etc
summary refs log tree commit diff
path: root/news.yaml
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-02-29 14:14:06 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-02-29 14:14:06 -0400
commit7cdb1d56249fde612230097eed16db1e6a6c8ba9 (patch)
tree39d802093e3f284c90fcda0e2223d25da770f399 /news.yaml
parent2d1c88651a51a108e88a87b9687c83f26a31f921 (diff)
htmhell: convert <a href>-style tags to Markdown
Diffstat (limited to 'news.yaml')
-rw-r--r--news.yaml94
1 files changed, 47 insertions, 47 deletions
diff --git a/news.yaml b/news.yaml
index 3c2bd4b..1749140 100644
--- a/news.yaml
+++ b/news.yaml
@@ -58,7 +58,7 @@ Content: |-
 
     To date, it's been four years since Homestuck's official Bandcamp was rearranged to have a bunch of compilation releases, to the exclusion of so much beautiful, passionately illustrated track art, not to mention whole solo <em>and team</em> albums such as [[album:one-year-older]], [[album:genesis-frog]], [[album:the-wanderers]], [[album:squiddles]], and more. October 25th, 2019 marks the date that we realized there was no way it'd be right to let this stand, on its own. It's been almost four years since the wiki released. We had no idea how far it'd come, and - although we're a broken record! - there's no way it would've been possible without any and all of y'all.
 
-    October 25th, 2019 <em>also</em> marks the launch of <a href="https://www.homestuck2.com">Homestuck^2</a>, and as hopefully everyone who visits here is aware, that's just been revived with a whole new team of passionately creative artists, writers, and other talented individuals. I think when [[album:beyond-canon]] released, compiled almost comprehensively of fanmusician names we were altogether unfamiliar with - at the time! - it kind of marked a turning point for the future of Homestuck. In a lot of ways, [[album:lofam5a2]] feels like that all over again. All of these launches were unforgettable, each crystallized in just a moment, but whose reverberations and refractions have, ever since, shone through maybe everyone who's touched or been touched by Homestuck fanmusic. And every day is part of that! Not just the big launches, the big releases, the big updates. Every day is another something special to treasure, celebrate, and take with us forward.
+    October 25th, 2019 <em>also</em> marks the launch of [Homestuck^2](https://www.homestuck2.com), and as hopefully everyone who visits here is aware, that's just been revived with a whole new team of passionately creative artists, writers, and other talented individuals. I think when [[album:beyond-canon]] released, compiled almost comprehensively of fanmusician names we were altogether unfamiliar with - at the time! - it kind of marked a turning point for the future of Homestuck. In a lot of ways, [[album:lofam5a2]] feels like that all over again. All of these launches were unforgettable, each crystallized in just a moment, but whose reverberations and refractions have, ever since, shone through maybe everyone who's touched or been touched by Homestuck fanmusic. And every day is part of that! Not just the big launches, the big releases, the big updates. Every day is another something special to treasure, celebrate, and take with us forward.
 
     Hopefully, this wiki and community embody some of that spirit, and y'all, no matter if you've been around the site since the start, are visiting the site for the first time, or are reading old news entries just for the heck of it, can feel that like we do!
 
@@ -126,7 +126,7 @@ Content: |-
 
     - The latest extravaganze from [[group-gallery:stuck-at-home-con]], [[album:gotta-hatch-em-all]]!! Friendly faces and familiar motifs abound in this annual release!
 
-    - Soundtrack to the ongoing fanventure <a href="https://mspfa.com/?s=45123">Crossmound</a>, [[album:crossmound-vol-1]]! Thanks to Guffy, from their music team, for helping out with this one.
+    - Soundtrack to the ongoing fanventure [Crossmound](https://mspfa.com/?s=45123), [[album:crossmound-vol-1]]! Thanks to Guffy, from their music team, for helping out with this one.
 
     - From [[group-gallery:cristata|Cristata and hywell]] of [[album:are-you-lost]] renown and more, [[album:cyber-city-sound-pak]], a new DELTARUNE techno-breakcore remix album!
 
@@ -161,7 +161,7 @@ Content: |-
 
     Each of those steps only does what it needs to, and the kind of work it does is separate from the rest. The part that generates HTML doesn't process live data objects. The part that queries input data doesn't tell the website engine what other components are going to be included in this component. The part that extracts "raw" data (like artist names or track durations) for direct display does so separately from the rest of the component.
 
-    All this makes it far easier to trace exactly where values are coming from, why information is organized the way it is, and gives a coherent structure for new components to follow. It helps keep arbitrary infrastructure from leaking into logic, pretty much boiling site components down into the essence of exactly what work they're intended to do. It's honestly all to a point where [[listing:all-sheet-music-files|multiple-layered components]] more or less <a href="https://github.com/hsmusic/hsmusic-wiki/blob/2badc89d1fd8f04c0f63d4a81a1386dfcbe6617b/src/content/dependencies/listAllAdditionalFilesTemplate.js">write</a> <a href="https://github.com/hsmusic/hsmusic-wiki/blob/2badc89d1fd8f04c0f63d4a81a1386dfcbe6617b/src/content/dependencies/generateListAllAdditionalFilesChunk.js">themselves</a>. Elements which were <a href="https://github.com/hsmusic/hsmusic-wiki/commit/4a1997b0edd7de4b124c17e3cdeb1a47ecea1095">previously</a> <a href="https://github.com/hsmusic/hsmusic-wiki/blob/64990187b7a35b3c1db8e169f83591b557bb9121/src/util/link.js">hard-coded</a> are <a href="https://github.com/hsmusic/hsmusic-wiki/blob/preview/src/content/dependencies/generateContentHeading.js">components</a> <a href="https://github.com/hsmusic/hsmusic-wiki/blob/preview/src/content/dependencies/linkThing.js">now</a>. Complex feature additions focus on <a href="https://github.com/hsmusic/hsmusic-wiki/commit/5625d4eed0e86fa0ac4a8bbc28cdac447d87c3d3">just the behavior</a>, and far less time goes to <a href="https://github.com/hsmusic/hsmusic-wiki/commit/e674b186ff755eaa8fb26f5885ac997e0ff0330e">adapting content to infrastructure</a> - instead of <a href="https://github.com/hsmusic/hsmusic-wiki/commit/1fe5de18a35a51b251c08995e619a5a526425236">the other way</a> <a href="https://github.com/hsmusic/hsmusic-wiki/commit/05df0a1199dca320e0c8b92d210e6ab6e9676dfb?diff=split">around</a>!
+    All this makes it far easier to trace exactly where values are coming from, why information is organized the way it is, and gives a coherent structure for new components to follow. It helps keep arbitrary infrastructure from leaking into logic, pretty much boiling site components down into the essence of exactly what work they're intended to do. It's honestly all to a point where [[listing:all-sheet-music-files|multiple-layered components]] more or less [write](https://github.com/hsmusic/hsmusic-wiki/blob/2badc89d1fd8f04c0f63d4a81a1386dfcbe6617b/src/content/dependencies/listAllAdditionalFilesTemplate.js) [themselves](https://github.com/hsmusic/hsmusic-wiki/blob/2badc89d1fd8f04c0f63d4a81a1386dfcbe6617b/src/content/dependencies/generateListAllAdditionalFilesChunk.js). Elements which were [previously](https://github.com/hsmusic/hsmusic-wiki/commit/4a1997b0edd7de4b124c17e3cdeb1a47ecea1095) [hard-coded](https://github.com/hsmusic/hsmusic-wiki/blob/64990187b7a35b3c1db8e169f83591b557bb9121/src/util/link.js) are [components](https://github.com/hsmusic/hsmusic-wiki/blob/preview/src/content/dependencies/generateContentHeading.js) [now](https://github.com/hsmusic/hsmusic-wiki/blob/preview/src/content/dependencies/linkThing.js). Complex feature additions focus on [just the behavior](https://github.com/hsmusic/hsmusic-wiki/commit/5625d4eed0e86fa0ac4a8bbc28cdac447d87c3d3), and far less time goes to [adapting content to infrastructure](https://github.com/hsmusic/hsmusic-wiki/commit/e674b186ff755eaa8fb26f5885ac997e0ff0330e) - instead of [the other way](https://github.com/hsmusic/hsmusic-wiki/commit/1fe5de18a35a51b251c08995e619a5a526425236) [around](https://github.com/hsmusic/hsmusic-wiki/commit/05df0a1199dca320e0c8b92d210e6ab6e9676dfb?diff=split)!
 
     All that is a bunch of technical gobbledygook to say that the wiki's code is better, and it's a whole lot easier to add new features and make existing ones better. Making this happen has been pretty much our entire programming world for the last four months, and we're both relieved and so proud it's complete!
 
@@ -193,7 +193,7 @@ Content: |-
 
     <hr class="split">
 
-    Ten releases join the lineup! We've got just-today released albums [[album:vinculum-vitae]], [[album:dont-read-a-webcomic-called-homestuck]], and [[album:land-of-hue-and-duels-trollside]], and singles [[album:toxic-love]] and [[album:another-flare-413-aradia-goose-mix]]. Some earlier releases, as well: [[album:act-8-volume-1]], from the excellent (and titular) "what's next?"-type fanventure <a href="https://mspfa.com/?s=14278&p=1">Act 8</a>; both albums part of another after-the-epilogue fanventure <a href="https://mspfa.com/?s=16414&p=1">Act Omega</a>, [[album:early-access]] and [[album:aspect-clock]]; and two more releases from [[group:canmt|CaNMT]], [[album:cool-and-new-homestuck]] and solo album [[album:cyclica]] by [[artist:ostrichlittledungeon]]!
+    Ten releases join the lineup! We've got just-today released albums [[album:vinculum-vitae]], [[album:dont-read-a-webcomic-called-homestuck]], and [[album:land-of-hue-and-duels-trollside]], and singles [[album:toxic-love]] and [[album:another-flare-413-aradia-goose-mix]]. Some earlier releases, as well: [[album:act-8-volume-1]], from the excellent (and titular) "what's next?"-type fanventure [Act 8](https://mspfa.com/?s=14278&p=1); both albums part of another after-the-epilogue fanventure [Act Omega](https://mspfa.com/?s=16414&p=1), [[album:early-access]] and [[album:aspect-clock]]; and two more releases from [[group:canmt|CaNMT]], [[album:cool-and-new-homestuck]] and solo album [[album:cyclica]] by [[artist:ostrichlittledungeon]]!
 
     We've also collected commentary by Andrew Hussie on many albums on the [[artist:andrew-hussie#commentary|official discography]], plus composer comments across much of Michael Guy Bowman's [[artist:michael-guy-bowman#commentary|early official tracks]]. There's tons of early history and trivia on the Homestuck music scene about such albums as [[album:homestuck-vol-1]], [[album:homestuck-vol-5]], many individual tracks from Bowman, and, yes, [[album:squiddles]] too. If this fine meteor-free Thursday has you in the mood to look down memory lane, there's much to browse here!
 
@@ -201,23 +201,23 @@ Content: |-
 
     There were a bunch of musical pieces released for 4/13, and since the wiki only covers album releases for now, we weren't able to include them all! Here are some individual releases you might still like to check out, in no particular order:
 
-    - <a href="https://www.youtube.com/watch?v=7tDuLPNby-c">Heat and Clockwork</a> (4:36) and <a href="https://www.youtube.com/watch?v=vVD02AGZoC8">Frost and Frogs</a> (5:01) by AndromedaMvsic
-    - <a href="https://www.youtube.com/watch?v=gC05fNfRk2Y">Sburban Legends</a> (1:59) by triageGremlin, for a fun Minecraft mod trailer, <a href="https://www.youtube.com/watch?v=KncFbhWoI00">[S] Rana: Reminisce</a>!
-    - Fan cover of PhemieC's <a href="https://www.youtube.com/watch?v=9UR6DT-Hrj4">Leviathan, The Girl</a> (3:27) by Grassuke
-    - <a href="https://www.youtube.com/watch?v=K8Ap-Hzdd-g">Sburban Jungle</a> (6:40) but it's from Super Smash Bros now, by Radiati0nal
-    - <a href="https://www.youtube.com/watch?v=SEaghBJsO-E">8uild mode</a> (4:29) by theartsychimken, a delightful mashup of [[track:do-you-remem8er-me]] and Beatrix from the Sims 4's soundtrack
-    - cover of <a href="https://www.youtube.com/watch?v=hcbMOX5P0Pw">Penumbra Phantasm</a> (4:13) by ElijahRulz, based on the version from [[track:mspar-remember]]
-    - lovely piano cover of <a href="https://www.youtube.com/watch?v=oc2WUvvAyPU">Harlequin</a> (0:45) by oblongbirb
-    - cover of <a href="https://www.youtube.com/watch?v=8JcyW4pKQoQ">You Can't Fight the Homestuck</a> (4:45) by Onioner Kun!
-    - remix of <a href="https://www.youtube.com/watch?v=IuPHKuQQE-o">Eridan's Theme</a> (2:51) by RandoHorn
-    - very warm <a href="https://www.youtube.com/watch?v=RzWO9wWGmik">anniversary music box-style tune</a> (1:48) by Katalith
-    - cover of <a href="https://www.youtube.com/watch?v=Ul13hGJXcQo">Heir of Grief</a> (6:10) by Oxi
-    - delightful Calliope-feels <a href="https://www.youtube.com/watch?v=rM-95kXMozE">broadway song</a> (4:50) by lil munchie
-    - cover of Octopimp's <a href="https://www.youtube.com/watch?v=zzHiTFkV7M0">Dave rap</a> (1:59) by GriimSoul
-    - a very nice <a href="https://www.youtube.com/watch?v=9mKokn2moVM">lyricstuck</a> (1:31) by Kuuttitutti of waveform*'s <a href="https://waveformct.bandcamp.com/album/library">easy</a>
-    - Love You (Feferi's Theme) <a href="https://www.youtube.com/watch?v=iY_BJfqx1-M">lyrically adapted</a> (1:59) to the conlang toki pona by Demented Duskull
-    - soundfont remix <a href="https://www.youtube.com/watch?v=hDr-UJVmmK8">Showtime KA1 Mix</a> (2:05) by June
-    - EDM / D&B remix of <a href="https://www.youtube.com/watch?v=xbBGCwfPbR0">Flare</a> (6:12) by Raid, with lots of composer commentary here!
+    - [Heat and Clockwork](https://www.youtube.com/watch?v=7tDuLPNby-c) (4:36) and [Frost and Frogs](https://www.youtube.com/watch?v=vVD02AGZoC8) (5:01) by AndromedaMvsic
+    - [Sburban Legends](https://www.youtube.com/watch?v=gC05fNfRk2Y) (1:59) by triageGremlin, for a fun Minecraft mod trailer, [\[S] Rana: Reminisce](https://www.youtube.com/watch?v=KncFbhWoI00)!
+    - Fan cover of PhemieC's [Leviathan, The Girl](https://www.youtube.com/watch?v=9UR6DT-Hrj4) (3:27) by Grassuke
+    - [Sburban Jungle](https://www.youtube.com/watch?v=K8Ap-Hzdd-g) (6:40) but it's from Super Smash Bros now, by Radiati0nal
+    - [8uild mode](https://www.youtube.com/watch?v=SEaghBJsO-E) (4:29) by theartsychimken, a delightful mashup of [[track:do-you-remem8er-me]] and Beatrix from the Sims 4's soundtrack
+    - cover of [Penumbra Phantasm](https://www.youtube.com/watch?v=hcbMOX5P0Pw) (4:13) by ElijahRulz, based on the version from [[track:mspar-remember]]
+    - lovely piano cover of [Harlequin](https://www.youtube.com/watch?v=oc2WUvvAyPU) (0:45) by oblongbirb
+    - cover of [You Can't Fight the Homestuck](https://www.youtube.com/watch?v=8JcyW4pKQoQ) (4:45) by Onioner Kun!
+    - remix of [Eridan's Theme](https://www.youtube.com/watch?v=IuPHKuQQE-o) (2:51) by RandoHorn
+    - very warm [anniversary music box-style tune](https://www.youtube.com/watch?v=RzWO9wWGmik) (1:48) by Katalith
+    - cover of [Heir of Grief](https://www.youtube.com/watch?v=Ul13hGJXcQo) (6:10) by Oxi
+    - delightful Calliope-feels [broadway song](https://www.youtube.com/watch?v=rM-95kXMozE) (4:50) by lil munchie
+    - cover of Octopimp's [Dave rap](https://www.youtube.com/watch?v=zzHiTFkV7M0) (1:59) by GriimSoul
+    - a very nice [lyricstuck](https://www.youtube.com/watch?v=9mKokn2moVM) (1:31) by Kuuttitutti of waveform*'s [easy](https://waveformct.bandcamp.com/album/library)
+    - Love You (Feferi's Theme) [lyrically adapted](https://www.youtube.com/watch?v=iY_BJfqx1-M) (1:59) to the conlang toki pona by Demented Duskull
+    - soundfont remix [Showtime KA1 Mix](https://www.youtube.com/watch?v=hDr-UJVmmK8) (2:05) by June
+    - EDM / D&B remix of [Flare](https://www.youtube.com/watch?v=xbBGCwfPbR0) (6:12) by Raid, with lots of composer commentary here!
 
     <hr>
 
@@ -279,7 +279,7 @@ Content: |-
 
     All artwork files for the [[group:official|Official Discography]] as well as from [[group:unofficial-mspa-fans]] have been replaced with the closest-to-original resolution exports we could find! This brings a large chunk of the wiki up to par with the standard in newer additions, and ensures the highest quality copies of artist community contributions to Homestuck's official soundtrack remain readily accessible for years to come.
 
-    (Since the wiki went online, most artworks for the official discography were nabbed from a community archive. Those were pulled from Homestuck's official Bandcamp year over year, until all art was unceremoniously pulled, and were publicly preserved here. They were standard 1200x1200-ish, mildly compressed JPEG copies; since then, we found a technique to find the same cover artworks as they were uploaded to Bandcamp, free of web-optimization processing. All the gorish details <a href="https://github.com/hsmusic/hsmusic-data/pull/76">are on GitHub</a>, for those curious!)
+    (Since the wiki went online, most artworks for the official discography were nabbed from a community archive. Those were pulled from Homestuck's official Bandcamp year over year, until all art was unceremoniously pulled, and were publicly preserved here. They were standard 1200x1200-ish, mildly compressed JPEG copies; since then, we found a technique to find the same cover artworks as they were uploaded to Bandcamp, free of web-optimization processing. All the gorish details [are on GitHub](https://github.com/hsmusic/hsmusic-data/pull/76), for those curious!)
 
     Plus, a few smaller additions:
 
@@ -356,7 +356,7 @@ Directory: a-preview-draws-near
 Date: April 13, 2022
 Content: |-
     What's this!? An update to HSMusic.wiki after <em>hundreds of years?</em> One you can visit <em>right now!?</em>
-    <s><a href="https://hsmusic.wiki/preview-en/">Click here to check out an actively-updating preview of the work-in-progress coming update!</a> (More details in the news entry beyond this link!)</s>
+    <s>[Click here to check out an actively-updating preview of the work-in-progress coming update!](https://hsmusic.wiki/preview-en/) (More details in the news entry beyond this link!)</s>
     <strong>That's right, you're viewing it now!</strong> Details beyond the split!
     <hr class="split">
     Hi there, and happy 4/13!
@@ -375,7 +375,7 @@ Content: |-
     - deesoff (art tag feedback)
     - FF (specific artist data for tracks from video games and other franchises)
     - Gibus Wearing Brony (suggesting improvements to the "Lost in History" pseudo-artist and spotting data errors)
-    - Makin (art tag feedback and <a href="https://notabug.org/hsmusic/hsmusic-data/issues/64">exciting revelations</a>)
+    - Makin (art tag feedback and [exciting revelations](https://notabug.org/hsmusic/hsmusic-data/issues/64))
     - megatti (art tag feedback)
     - nanaian (spotting a broken code repo link)
     - tempest2k (art tags for [[album:oceanfalls-vol-3]] which I didn't get around to adding til now!)
@@ -387,9 +387,9 @@ Content: |-
     Since this update has involved a pretty major data rewrite, there are likely still bugs, so please feel free to <b>report any errors, feedback, or suggestions</b> through our old-and-new channels:
     - <b>#hsmusic-misc [[static:discord|Discord]] channel:</b> General place for wiki discussion!
     - <b>#issuefication-zone [[static:discord|Discord]] channel:</b> Simple little channel for quickly filing issues (mostly data fixes and what-not).
-    - <b>hsmusic-data <a href="https://notabug.org/hsmusic/hsmusic-data/issues">issue tracker</a>:</b> Data errors and new additions, especially anything missing from current albums or areas on the wiki, but also completely new additions too!
-    - <b>hsmusic-wiki <a href="https://notabug.org/hsmusic/hsmusic-wiki">issue tracker</a>:</b> Bug reports and suggestions to improve existing features or add totally new ones to the actual wiki codebase!
-    If you aren't familiar with issue trackers or aren't interested in registering for an account on <a href="https://notabug.org/about">NotABug</a> (the main host for our issue trackers and code/data repositories), the Discord is always open and welcomes feedback and reports there, too - especially in our new dedicated #issuefication-zone channel!
+    - <b>hsmusic-data [issue tracker](https://notabug.org/hsmusic/hsmusic-data/issues):</b> Data errors and new additions, especially anything missing from current albums or areas on the wiki, but also completely new additions too!
+    - <b>hsmusic-wiki [issue tracker](https://notabug.org/hsmusic/hsmusic-wiki):</b> Bug reports and suggestions to improve existing features or add totally new ones to the actual wiki codebase!
+    If you aren't familiar with issue trackers or aren't interested in registering for an account on [NotABug](https://notabug.org/about) (the main host for our issue trackers and code/data repositories), the Discord is always open and welcomes feedback and reports there, too - especially in our new dedicated #issuefication-zone channel!
     Thanks for checking out the update, and for all the feedback and support, as ever!
     <i>~ Quasar Nebula</i>
 ---
@@ -427,7 +427,7 @@ Content: |-
     <hr class="split">
     <i>As ever, thank you to everyone who sent feedback and kind messages during development! We're also very grateful for all [[static:donate|supporters of the wiki]], including: enchantingHunter, <span style="color: #f1c40f">Gradis</span>, and Nights!</i>
     As mentioned in the summary, I've been following my own interests in wiki development, so a good deal of the work done this month was on further internal restructuring. For the most part, it's been a big refactor! The focus this month was to break up the giant file responsible for all site generation, <code>upd8.js</code>, into more easily navigable modules and utility files. Though work on that isn't quite complete yet, the progress shows: what was previously just short of 7000 lines of code within a single file has been cut down and sorted away to only 3000 now!
-    (If you're curious, page generation info and templates are all contained within the new <a href="https://git.ed1.club/nebula/hsmusic-wiki/tree/src/page?h=staging&id=ffb9bfd2a8c33f25a19b3b74f1204a5fad575108">src/page</a> directory. The hope is that these modules will be a lot easier to write, maintain, and understand, even for anyone unfamiliar with the wiki codebase!)
+    (If you're curious, page generation info and templates are all contained within the new [src/page](https://git.ed1.club/nebula/hsmusic-wiki/tree/src/page?h=staging&id=ffb9bfd2a8c33f25a19b3b74f1204a5fad575108) directory. The hope is that these modules will be a lot easier to write, maintain, and understand, even for anyone unfamiliar with the wiki codebase!)
     Of course, while revisiting each page and tweaking generation code all across the site, a few visitor-visible refinements have been worked in, too:
     - For group pages, we've made the sidebar sections collapsible, just like on album pages! Only the category you're presently perusing is expanded by default; this should make the list more focused, and welcome wandering at your own pace.
     - Also for groups, exclusive to the Info page, a new "from (other group)" accent has been added. For albums which show in more than a single group, this will show the other most primary: for example, on the [[group:fandom]] info page, each album shows where it was released, such as [[group:unofficial-mspa-fans]] next to [[album:ancestral]], and [[group:cristata]] next to [[album:perfectly-generic-album]].
@@ -469,7 +469,7 @@ Content: |-
     And last off, on album pages, where we'd previously have the sidebar show <em>every</em> track all at once, track groups are now collapsed by default - making it easier, we hope, to navigate between, visiting tracks from whichever section you're looking for. (Since the main content area shows a full track list anyway, it didn't make much sense to just repeat that same view as part of the sidebar!)
     <hr>
     As regular, some quick notes on the meta around the wiki:
-    - We're pleased to announce a new, spectacularly <s>spiteful</s> <s>salacious</s> speculative partnership: Homestuck Music Dot Wiki has now been acquired by <a href="https://duckduckgo.com/?q=man+i+love+fishing&iar=images">MILF</a>! <small><small>/joke</small></small>
+    - We're pleased to announce a new, spectacularly <s>spiteful</s> <s>salacious</s> speculative partnership: Homestuck Music Dot Wiki has now been acquired by [MILF](https://duckduckgo.com/?q=man+i+love+fishing&iar=images)! <small><small>/joke</small></small>
     - On a more <small>(less? lol)</small> personal level, I was dealing with feelings of burnout for a while this month, and ended up writing an entry on where I was at in the #devblog there. (It's a few weeks back in the channel, if you'd like to give it a read.) Although my energy and motivation have been returning in the last couple weeks, the general conclusion still stands: since I'm one person and the wiki is a hobby project (as I'm happy it is), code development time will generally be put where and when I have motivation to work. There won't be as many self-imposed expectations to complete huge sub-projects, though they'll still get attention when the time comes! And monthly updates will remain, though they'll likely be less focused than prior releases, in service of giving the wiki the time and space to breathe and develop more naturally.
     As ever, thank you for the support and feedback. Besides the Discord, [[static:feedback|our usual channels remain open]], so you're much encouraged to share any comments or music suggestions for the coming releases!
     <i>~ Quasar Nebula</i>
@@ -496,11 +496,11 @@ Content: |-
     Last update was another heavily development-focused one; reworking the codebase to support localization was a fairly daunting task. With that largely complete, though, we had the chance to focus on the core of the wiki again - music!
     So, building on the addition of solo musician groups in [[news-entry:retrace-retexture]], we've a lovely set of independent albums and tracks to share from four artists this time. You might recognize a few of their names!
     From [[group:cristata]], the artist behind [[album:perfectly-generic-album]] as well as the [[group:unofficial-mspa-fans|UMSPAF]] track [[track:party-god]], we have the all-new experimental dance album, [[album:are-you-lost]]. It's released under the alias hywell, and features remixes primarily of tracks from Undertale and Deltarune, though there's a trace or two of Homestuck to be found as well, if you're attentive!
-    (If a meeting between Homestuck and Undertale strikes your interest, you'd be well off to visit the artist's own crossover fancomic, <a href="https://mspfa.com/?s=33534&p=1">DELTASTUCK</a>!)
+    (If a meeting between Homestuck and Undertale strikes your interest, you'd be well off to visit the artist's own crossover fancomic, [DELTASTUCK](https://mspfa.com/?s=33534&p=1)!)
     From [[group:tempest2k]], the co-author for INHOSPITABLE and artist of [[album:inhospitable-delisted]], we've brought over all their earlier Bandcamp releases! [[album:chilled-processor]] and [[album:ava]] are clearly heartfelt letters to the styles of early video game music; [[album:old-world]] and [[album:losing-heart]] are a lovely pair of more recent singles; and [[album:nuclears-explosion-1]] is a compilation of much of their earlier work. There's a whole host of neat tracks to explore here!
     From [[group:what-is-lost-in-the-mines]], artist of [[artist:whatislostinthemines|a whole host]] of tracks in the Homestuck (and surrounding) fandom, we have their own three solo albums [[album:what]], [[album:triassic-slump]], and [[album:bashful-hearts-out]] to share! These are all really impressively produced and textural works, with powerful vocals all throughout the latter two releases to boot.
     (If you love the dark vocals and occasionally noisy electro rock of [[album:bashful-hearts-out]], we certainly have to point you towards [[album:exceptis-excipiendis]] by [[artist:kal-la-kal-la]], another fantastic 2020 solo release we find a lot of thematic overlaps can be felt in!)
-    And from [[group:funk-mclovin]], an artist and <a href="https://www.youtube.com/channel/UCIyu12_DBaAkDfFq-UQuHNw">video essayist</a> certainly prominent in the current fan community, we've brought three wonderfully eccentric releases! [[album:the-funk-mclovin-homestuck-experience]] is the original, a compilation of fanpieces from their <a href="https://www.youtube.com/playlist?list=PLOVvrdnGToXUGOejNbpy8a3B6Tixkv-kg">2020 Song-A-Day</a> challenge; there's also [[album:class-act]], a diverse set of original works, as well as its [[album:class-act-b-side|B-Side]], an album all full of covers; and of course, [[album:the-baby-is-june]], which is exactly what it says on the tin, and is perfect. (Like its namesake, this one is a collaboration with other voice-actor/vocalist friends!)
+    And from [[group:funk-mclovin]], an artist and [video essayist](https://www.youtube.com/channel/UCIyu12_DBaAkDfFq-UQuHNw) certainly prominent in the current fan community, we've brought three wonderfully eccentric releases! [[album:the-funk-mclovin-homestuck-experience]] is the original, a compilation of fanpieces from their [2020 Song-A-Day](https://www.youtube.com/playlist?list=PLOVvrdnGToXUGOejNbpy8a3B6Tixkv-kg) challenge; there's also [[album:class-act]], a diverse set of original works, as well as its [[album:class-act-b-side|B-Side]], an album all full of covers; and of course, [[album:the-baby-is-june]], which is exactly what it says on the tin, and is perfect. (Like its namesake, this one is a collaboration with other voice-actor/vocalist friends!)
     (Oh! Also, the new [[group:psycholonials]] albums. Plus, courtesy of Niklink, the track lists for [[flash:psycholonials|the flashes]] now contain the full lists of tracks featured, not just the ones from each chapter's corresponding album.)
     We've had the invaluable pleasure of speaking with each of these artists through the process of bringing their albums to the wiki. If there are any albums, solo or otherwise, that you'd like to see shared on the wiki (or would like to link us your own!), feel welcomed to [[static:feedback|contact us]]! We hope you enjoy exploring the releases we've shared here today.
     <hr>
@@ -523,8 +523,8 @@ Content: |-
     Hello again! We have a smaller update to share this month - mostly polish and internal restructuring. It's all in the aims of making the site more accessible; we're now <b>looking for translators</b> to help bring the site around the world! Details, as usual, past the split.
     <hr class="split">
     <i>As ever, thank you to everyone who sent feedback and kind messages during development! We're also very grateful for all [[static:donate|supporters of the wiki]], including: Nights, enchantingHunter, and vriska/leo!</i>
-    As mentioned in the intro, we're looking for translators to help make the site more accessible for people around the world. We've done our best to streamline and make the process as simple as possible; please visit this <a href="https://docs.google.com/document/d/1WLkw1Q-OECXdaNB4LB8neL92F1JNL0q1gGn8zVpZLec/edit">Wiki Localization - Project Outline</a> document for all the info!
-    TL;DR: Join the <a href="discord/">Community Discord Server</a> and drop a message, and we'll give you permission to edit the <a href="https://docs.google.com/spreadsheets/d/1BUSanXH5FNU0thJAcW5bw41UuuxKbMHkGsPxt9eyQ4U/edit#gid=0">Working Sheets</a> (plus the team chat, where you can discuss translation and ask any related questions). Enter translated values for the provided reference strings; then, to get a second pair of eyes from another translator, write a sign-off name and mark the row for review!
+    As mentioned in the intro, we're looking for translators to help make the site more accessible for people around the world. We've done our best to streamline and make the process as simple as possible; please visit this [Wiki Localization - Project Outline](https://docs.google.com/document/d/1WLkw1Q-OECXdaNB4LB8neL92F1JNL0q1gGn8zVpZLec/edit) document for all the info!
+    TL;DR: Join the [Community Discord Server](discord/) and drop a message, and we'll give you permission to edit the [Working Sheets](https://docs.google.com/spreadsheets/d/1BUSanXH5FNU0thJAcW5bw41UuuxKbMHkGsPxt9eyQ4U/edit#gid=0) (plus the team chat, where you can discuss translation and ask any related questions). Enter translated values for the provided reference strings; then, to get a second pair of eyes from another translator, write a sign-off name and mark the row for review!
     There are currently less than 300 (all very short) messages to translate across the wiki. <b>You don't need prior, professional translation experience to join;</b> anyone who knows another language in addition to English is welcome to contribute what they'd like!
     Thank you so much for considering, and if you choose to, for joining the project. We aren't too sure where to share this around yet, so for now it'll probably only be regular visitors to the wiki - like you, probably! If you enjoy translating and know friends who might, word of mouth will get the project around; we'd be deeply grateful if you share your experience and help bring the wiki to more translators and visitors around the world. Thank you!
     <hr>
@@ -537,7 +537,7 @@ Content: |-
         - Before, [[listing:groups/by-name|Groups - by Name]] and [[listing:groups/by-category|Groups - by Category]] would each open a group's Info section and a group's Gallery section, respectively. This was because <em>in general</em> we default to linking to info pages rather than galleries, but <i>Groups - by Category</i> was being linked from gallery pages themselves - via the "choose another group to filter by" button. With this update, group names in both listings link to the info page by default, but we've added adjacent gallery links for that original easy access as well!
         - As mentioned in the artist page summary, we've moved "featured in" links over to [[listing:tracks/in-flashes/by-album|Tracks - in Flashes & Games (by Album)]]. We feel they fit better here!
         - And we've done the mirror for [[listing:tracks/in-flashes/by-flash|Tracks - in Flashes & Games (by Flash)]] too, adding the album names into that list. Both these listings should be more fun and interesting to navigate now. :)
-    Of course, there are many internal changes too - enough to come to over two hours a day per sixteen active days of development, according to <a href="https://docs.google.com/spreadsheets/d/11L4ksnILTNKuLXT5PBIBxr34cZ0wk6P9aZO-vpeSsnU/edit#gid=1993970319">our timetables</a>! We won't bore you with the specifics here... but if they do interest you, particular details are, as ever, [[static:changelog#12-mar-2021|in the changelog]]!
+    Of course, there are many internal changes too - enough to come to over two hours a day per sixteen active days of development, according to [our timetables](https://docs.google.com/spreadsheets/d/11L4ksnILTNKuLXT5PBIBxr34cZ0wk6P9aZO-vpeSsnU/edit#gid=1993970319)! We won't bore you with the specifics here... but if they do interest you, particular details are, as ever, [[static:changelog#12-mar-2021|in the changelog]]!
     <hr>
     As is probably now regular: the meta around the wiki! :)
     - Of course, with this news update, we've launched the wiki localization project! If you happen to have read down here <em>and</em> know a language besides English... well, the project is dependent on interested folk like you, so *nudge*? :) Though seriously, we really don't know how far this will go yet - but we're confident it's no pipe dream, and we're excited to see the wiki more accessible across different languages. We don't plan to ever shut the project down, so translators will always be welcome, today and years from now all the same!
@@ -569,7 +569,7 @@ Content: |-
         - [[album:desynced-vol-1]]
         - [[album:desynced-vol-2]]
         - [[album:election-season]]
-        - These are all soundtracks for the fanventure <a href="https://desynced.xyz/">Desynced</a>. We haven't read the comic yet, but all the tracks here - and their art! - are really excellent!
+        - These are all soundtracks for the fanventure [Desynced](https://desynced.xyz/). We haven't read the comic yet, but all the tracks here - and their art! - are really excellent!
     - From [[group:psycholonials]]:
         - Just the first release, [[album:psycholonials-ep-1]], for now!
         - These show up in a new row on the homepage. We'll add more EPs as they're released, in distinct updates from the main wiki releases!
@@ -583,14 +583,14 @@ Content: |-
     Finally, there have been a bunch of internal changes. I won't bore you with the technical details - those are in the [[static:changelog#12-feb-2021|changelog]]! :)
     But here, I do want to share a little about the goals we're working towards (and that this code is a big part of). Together - both the dev and the community of contributors! - we've created a really fantastic and powerful music wiki I know I'm proud of, seeing how it's grown and improved since it started! As that development continues, we've been facing a few big questions about the grander context of the wiki.
     Here's the one we focused on this update: This wiki has a clear, defined scope. However, the underlying <i>software</i> is a featureful, powerful creation in its own right. <b>Could the wiki code be generalized to act as a basis for other wikis?</b>
-    Hence began the <a href="https://www.youtube.com/watch?v=HhGI-GqAK9c">Generalized It</a> project, which I focused on for most of the first half of the month of development time. It's still a work in progress, but we made pretty big progress: we've separated almost all content specific to any wiki from the main code (meaning it can be customized across any version of your own wiki), updated the CLI tooling to make swapping wikis for development easy, and put together two experimental demo wikis! If you're curious, check 'em out: <a href="https://nebula.ed1.club/skeleton-wiki/">Skeleton</a>, <a href="https://nebula.ed1.club/flora-wiki/">Floraverse</a>!
-    Although it's still in progress, I hope in the future anyone with the interest and time will be able to create their own wikis based on the code here. There's still much documentation to be written (and probably tooling to be improved) before it's really ready for use, but if you'd like to explore the code anyway, <a href="https://git.ed1.club/nebula/hsmusic-wiki/">it's all public!</a> (So's <a href="https://git.ed1.club/nebula/hsmusic-data/">the HSMusic source data</a> if you're curious!)
+    Hence began the [Generalized It](https://www.youtube.com/watch?v=HhGI-GqAK9c) project, which I focused on for most of the first half of the month of development time. It's still a work in progress, but we made pretty big progress: we've separated almost all content specific to any wiki from the main code (meaning it can be customized across any version of your own wiki), updated the CLI tooling to make swapping wikis for development easy, and put together two experimental demo wikis! If you're curious, check 'em out: [Skeleton](https://nebula.ed1.club/skeleton-wiki/), [Floraverse](https://nebula.ed1.club/flora-wiki/)!
+    Although it's still in progress, I hope in the future anyone with the interest and time will be able to create their own wikis based on the code here. There's still much documentation to be written (and probably tooling to be improved) before it's really ready for use, but if you'd like to explore the code anyway, [it's all public!](https://git.ed1.club/nebula/hsmusic-wiki/) (So's [the HSMusic source data](https://git.ed1.club/nebula/hsmusic-data/) if you're curious!)
     There are still many exciting things to come, and plenty more internal changes as foundation for 'em. It takes a while to design and implement any large change like this - but when it's ready, I hope you'll be excited to see!
     <hr>
     As in last month's entry: the meta around the wiki! :)
-    - Again, thanks graciously to our first supporters on <a href="https://www.patreon.com/qznebula">Patreon</a> and <a href="https://liberapay.com/nebula">Liberapay</a>! I really didn't expect it to step up from the ground so quickly. In case you missed it, we updated the tiers on Patreon; the profile names of supporters will show up as part of news entries, as well as on the [[static:about|About &amp; Credits]] page.
+    - Again, thanks graciously to our first supporters on [Patreon](https://www.patreon.com/qznebula) and [Liberapay](https://liberapay.com/nebula)! I really didn't expect it to step up from the ground so quickly. In case you missed it, we updated the tiers on Patreon; the profile names of supporters will show up as part of news entries, as well as on the [[static:about|About &amp; Credits]] page.
     - The [[static:discord|Community Discord Server]] grew pretty significantly over the development of this release! Working with everyone there was a blast. Thanks to feedback, we restructured the wiki a little, too: there are new #devblog, #devblog-discussion, and #git-update channels, all for keeping up with and discussing particular progress on the wiki! No more need to go through chat backlog; the info's all here. :3
-    - <a href="https://leo60228.space/">leo</a> released an awesome tool called <a href="https://leo60228.space/hsmusicifier-automatically-add-track-art-to-id3-tags-including-fan-anthologies-and-post-2019-bandcamp/">hsmusicifier</a>! It adds track art and artist information from HSMusic to your own music library, and has <a href="https://leo60228.space/hsmusicifier-0-2-0-add-track-art-and-artist-info-to-your-homestuck-music-collection-in-any-format/">a bunch</a> of <a href="https://leo60228.space/hsmusicifier-0-3-0-split-up-bundled-albums-with-additional-flexibility-for-art/">other utilities</a> too. Our car dashboard shows track art for what's currently playing; it's been a wonder to have the original art restored, as well as the anthology fanart for albums like [[album:homestuck-vol-5]] and [[album:beyond-canon]] show up there!
+    - [leo](https://leo60228.space/) released an awesome tool called [hsmusicifier](https://leo60228.space/hsmusicifier-automatically-add-track-art-to-id3-tags-including-fan-anthologies-and-post-2019-bandcamp/)! It adds track art and artist information from HSMusic to your own music library, and has [a bunch](https://leo60228.space/hsmusicifier-0-2-0-add-track-art-and-artist-info-to-your-homestuck-music-collection-in-any-format/) of [other utilities](https://leo60228.space/hsmusicifier-0-3-0-split-up-bundled-albums-with-additional-flexibility-for-art/) too. Our car dashboard shows track art for what's currently playing; it's been a wonder to have the original art restored, as well as the anthology fanart for albums like [[album:homestuck-vol-5]] and [[album:beyond-canon]] show up there!
     As ever, thank you for the support and feedback. Besides the Discord, [[static:feedback|our usual channels remain open]], so you're much encouraged to share any comments or music suggestions for the coming releases!
     <i>~ Quasar Nebula</i>
 ---
@@ -616,11 +616,11 @@ Content: |-
         - (2018) [[album:contritum]], a single-track release for the conclusion of Oceanfalls' first chapter
         - (2019) [[album:oceanfalls-vol-2]], an album packed with music and art now from a diverse set of musicians (many who would go on to compose the esteemed <i>catgirl music</i>-pioneering [[album:oceanfalls-vol-3]]!)
     - From [[artist:tee-vee]] (who also contributed several tracks to [[album:friendsymphony]]):
-        - (2020) [[album:theres-no-place-like-home]], a prog rock medley album celebrating virtually the entire official discography of Homestuck music! (Be sure to <a href="https://www.youtube.com/watch?v=qh0YkQn_zLU">check out the movie</a>!)
+        - (2020) [[album:theres-no-place-like-home]], a prog rock medley album celebrating virtually the entire official discography of Homestuck music! (Be sure to [check out the movie](https://www.youtube.com/watch?v=qh0YkQn_zLU)!)
     - From [[artist:toby-fox]]:
         - (2010) [[album:the-baby-is-you]], the infamous pinnacle of T. ("Radiation") F. content, a shitpost we mere mortals are blessed by the birth of
-        - (2015) [[album:undertale-soundtrack]], complete with interactive reference info just like the rest of HSMusic, courtesy of <a href="https://undertale.fandom.com/wiki/Leitmotifs">the Undertale Wiki</a>
-        - (2018) [[album:deltarune-ch1-ost]], also with leitmotif information thanks to <a href="https://deltarune.fandom.com/wiki/Leitmotifs">the Deltarune Wiki</a>
+        - (2015) [[album:undertale-soundtrack]], complete with interactive reference info just like the rest of HSMusic, courtesy of [the Undertale Wiki](https://undertale.fandom.com/wiki/Leitmotifs)
+        - (2018) [[album:deltarune-ch1-ost]], also with leitmotif information thanks to [the Deltarune Wiki](https://deltarune.fandom.com/wiki/Leitmotifs)
     - From [[artist:tempest2k]]:
         - (2021) [[album:inhospitable-delisted]], a re-release of the now-delisted INHOSPITABLE Vol. 1 from 2017, featuring music from the original release of their comic, INHOSPITABLE
     Phew! That's a lot of music. In fact, [[group-gallery:fandom|the Fandom gallery]] is starting to become <i>kind of crowded!</i> How is anyone supposed to find what they're looking for now?? (Or so we hypothetically project you asking.)
@@ -632,7 +632,7 @@ Content: |-
     <hr>
     Finally, some announcements surrounding the wiki (the <i>meta</i>, if you will):
     - <b>Discord:</b> We've started [[static:discord|a Discord server]] for the wiki! Actually, it's been around for a few months, but we haven't publicized the link properly until now (it's in the "get involved" section on the homepage too). Follow the community guidelines and rules, and all are welcome to join and chat about the wiki, Homestuck music, and similar such shenanigans! (Psst, WIP update teasers are frequently shared here!)
-    - <b>Patreon:</b> It occurred to us one strange, ominous night that Liberapay is <i>not actually</i> a platform most people are familiar with. So, <a href="https://www.patreon.com/qznebula">we started a Patreon</a> focused on the music wiki! As ever, there's no pressure to donate, but it would go much appreciated if you're able - this update took over <a href="https://docs.google.com/spreadsheets/d/11L4ksnILTNKuLXT5PBIBxr34cZ0wk6P9aZO-vpeSsnU/edit#gid=1993970319">45 hours</a> to put together, in all!
+    - <b>Patreon:</b> It occurred to us one strange, ominous night that Liberapay is <i>not actually</i> a platform most people are familiar with. So, [we started a Patreon](https://www.patreon.com/qznebula) focused on the music wiki! As ever, there's no pressure to donate, but it would go much appreciated if you're able - this update took over [45 hours](https://docs.google.com/spreadsheets/d/11L4ksnILTNKuLXT5PBIBxr34cZ0wk6P9aZO-vpeSsnU/edit#gid=1993970319) to put together, in all!
     - <b>Updates:</b> Like we mentioned at the top of this news entry, updates for the site will be releasing once a month now, aiming for release every twelfth, provided no (un)natural disasters get in the way! This is kind of experimental, but we figure it'll be fun to have a specific day visitors of the wiki can get excited for.
     As ever, thank you for the support and feedback. Besides the Discord, [[static:feedback|our usual channels remain open]], so you're much encouraged to share any comments or music suggestions for the coming releases!
     <i>~ Quasar Nebula</i>
@@ -642,7 +642,7 @@ Directory: hsmusicwiki
 Date: December 12, 2020
 Content: |-
     <i>Welcome to all visitors, new and returning!</i>
-    We're proud to announce the launch of <a href="https://hsmusic.wiki/">https://HSMusic.wiki</a>, the new home of the Homestuck Music Wiki! If you've visited the wiki before, you've probably already noticed plenty of changes. I'll cover a few of the changes in this news entry, and talk about the future direction of the wiki too - there's been a shift over the last few updates I'd love to shed some light on. :)
+    We're proud to announce the launch of [https://HSMusic.wiki](https://hsmusic.wiki/), the new home of the Homestuck Music Wiki! If you've visited the wiki before, you've probably already noticed plenty of changes. I'll cover a few of the changes in this news entry, and talk about the future direction of the wiki too - there's been a shift over the last few updates I'd love to shed some light on. :)
     <hr class="split">
     <i>First off: I'd like to personally thank [[artist:tempest2k]], [[artist:foreverflummoxed]], and Niklink for their help putting this update together; I worked with all three through its development, and it wouldn't be as complete or cohesive an update without their feedback and encouragement. Extra thanks to nata for tech help as we moved the site from GitHub Pages to an independently hosted server and domain, and to everyone we contacted for being so welcoming to share their music on the wiki!</i>
     If you've been following the changelog for the last several updates, you might've noticed an interesting assortment of albums coming to the wiki: Clark Powell's [[album:labyrinths-heart]], Casual Sunday's [[album:shortcuts]], and Kal-la-kal-la's [[album:exceptis-excipiendis]], for example. What do these albums have in common? Well, none of them are <i>quite</i> Homestuck albums; across all three, only the track [[track:requiem-labyrinths-heart]] could be considered an outright Homestuck track! However, each album was created by recognizable artists within the sphere of Homestuck music. Could this pattern be significant?
@@ -650,14 +650,14 @@ Content: |-
     <b>HSMusic is expanding its focus to feature, side-by-side with Homestuck-specific releases, albums created by artists who've found a home as part of the Homestuck music scene!</b>
     This is in keeping in line with the basic guide of the wiki from the start: <i>celebration</i>. Since the start, we've been celebrating the music we love - through archival, presentation, and discovery. With the former two being polished and perfected over the the year since [[static:changelog#15-nov-19|initial release]], I figure it's time to revisit and prioritize that third one: discovery! So, just as [[static:changelog#1-mar-20|half a year ago]], the scope of the wiki is expanding once again.
     For the forseeable future, in addition to the usual site updates and tweaks part of every major update, you'll be finding new albums shared on the wiki regularly! I'd strongly encourage you to check out their personal sites, and of course, purchase the albums you particularly enjoy, if you're able - every artist appreciates support for their creations!
-    On that note, <a href="https://liberapay.com/nebula">I've opened a Liberapay</a> if you'd like to throw a dollar or two my way as tips for my work on the wiki - I'm immensely thankful, of course, but no expectations either! We have enough to keep the site running as-is regardless. :)
+    On that note, [I've opened a Liberapay](https://liberapay.com/nebula) if you'd like to throw a dollar or two my way as tips for my work on the wiki - I'm immensely thankful, of course, but no expectations either! We have enough to keep the site running as-is regardless. :)
     <hr>
     So, without further ado, some update highlights:
     - A totally redesigned homepage! It's considerably denser than before - but I'm hoping I've managed to reach that peculiar paradox of it being more usable as a landing page as well.
     - Five new albums, plus some goodies:
         - [[album:hiveswap-act-2-ost]] - yes, with complete credits. ([[root:media/misc/hiveswap-act-2-breakdown.png|Thanks, James Roach!]])
-        - [[album:homestuck-for-the-holidays]] and [[album:tomb-of-the-ancestors]], the two albums from <a href="https://homestuckgaiden.bandcamp.com/">Homestuck Gaiden</a> we hadn't archived before! (As far as I know, this is the first time per-track art credits for ToTH have ever been released - much thanks to the album's artist, [[artist:kalibration]], for helping with this via email!)
-        - [[album:the-genesis-project-vol-1]] and [[album:oceanfalls-vol-3]], compilation albums from artists who by and large found their roots in the Homestuck music scene! Check out The Genesis Project, a fan-game aiming to replicate Sburb itself, at <a href="https://www.sburb.me/">sburb.me</a>; and Oceanfalls, an excellent webcomic inspired by Homestuck but certainly its own standalone work, at <a href="https://oceanfalls.net/">oceanfalls.net</a>!
+        - [[album:homestuck-for-the-holidays]] and [[album:tomb-of-the-ancestors]], the two albums from [Homestuck Gaiden](https://homestuckgaiden.bandcamp.com/) we hadn't archived before! (As far as I know, this is the first time per-track art credits for ToTH have ever been released - much thanks to the album's artist, [[artist:kalibration]], for helping with this via email!)
+        - [[album:the-genesis-project-vol-1]] and [[album:oceanfalls-vol-3]], compilation albums from artists who by and large found their roots in the Homestuck music scene! Check out The Genesis Project, a fan-game aiming to replicate Sburb itself, at [sburb.me](https://www.sburb.me/); and Oceanfalls, an excellent webcomic inspired by Homestuck but certainly its own standalone work, at [oceanfalls.net](https://oceanfalls.net/)!
         - [[album:perfectly-generic-object]], a lovely track from [[artist:cristata]] following its earlier album [[album:perfectly-generic-album]]!
         - ...and the original four releases of [[album:homestuck-vol-1]], [[album:homestuck-vol-2]], [[album:homestuck-vol-3]], and [[album:homestuck-vol-4]]. Check 'em out!
     - A bunch of stylistic changes and tweaks across the site, all in the hopes of making a more usable and coherent design - or in less pretentious jargon, I'm trying to make things look better. :) Besides remaking the homepage from scratch: