From 2ea173ec64afaf0921e3876e095bf53fed2ca545 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Fri, 4 Nov 2022 14:52:54 -0400 Subject: Work on creating via a markdown [wip] --- .gitignore | 1 + compile-md.sh | 32 +++++++ mds/wishlist.md | 51 ++++++++++++ mds/wishlist.md.backup | 51 ++++++++++++ templates/page-footer.html | 3 + templates/page-header.html | 18 ++++ www/wishlist-2.html | 202 +++++++++++++++++++++++++++++++++++++++++++++ www/wishlist.html | 3 +- 8 files changed, 360 insertions(+), 1 deletion(-) create mode 100755 compile-md.sh create mode 100644 mds/wishlist.md create mode 100644 mds/wishlist.md.backup create mode 100644 templates/page-footer.html create mode 100644 templates/page-header.html create mode 100644 www/wishlist-2.html diff --git a/.gitignore b/.gitignore index 1ee84da..ea642f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.sw* +.md.backup diff --git a/compile-md.sh b/compile-md.sh new file mode 100755 index 0000000..f79f742 --- /dev/null +++ b/compile-md.sh @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +set -ex + +if [ $# -ne 3 ]; then + echo "./compile-md.sh [page|blog] [in.md] [out.html]" + exit 1 +fi + +in=$2 +out=$3 + +if [ $1 == "blog" ]; then + cat templates/blog-header.html > $out +else + if [ $1 == "page" ]; then + cat templates/page-header.html > $out + else + echo "Missing first parameter: [page|blog]" + exit 1 + fi +fi + +markdown $in >> $out + +if [ $1 == "blog" ]; then + cat templates/blog-footer.html >> $out +else + cat templates/page-footer.html >> $out +fi + +./tidy.sh $out diff --git a/mds/wishlist.md b/mds/wishlist.md new file mode 100644 index 0000000..994dc3b --- /dev/null +++ b/mds/wishlist.md @@ -0,0 +1,51 @@ +# Wishlist + +In general: Records, Gunpla, Warhammer are always welcome and likely to be most of what the following wishlist will contain. + +## Wishlist X-mas 2022 + +### Records + +Please [check my discogs collection](https://www.discogs.com/user/senders/collection) to verify what I own or not! + +And you [check my discogs wantlist](https://www.discogs.com/wantlist?user=senders) to see some things I have my eyes on - but it is very much a small subset. + +| Artist | Album | Shop(s) | πŸ’– | +| -- | -- | :-: | :-: | +| Black Sabbath | Black Sabbath | [Discogs](https://www.discogs.com/artist/144998-Black-Sabbath) | +| Black Sabbath | Master of Reality | ^ | +| Iron Maiden | Iron Maiden | [Discogs](https://www.discogs.com/artist/251595-Iron-Maiden) | +| Iron Maiden | Killers | ^ | +| Iron Maiden | The Number of the Beast | ^ | +| Iron Maiden | Piece of Mind | ^ | +| Iron Maiden | Powerslave | ^ | +| Iron Maiden | Brave New World | ^ | +| Jimi Hendrix | Are You Experinced | [Discogs](https://www.discogs.com/artist/110593-Jimi-Hendrix) | +| KANGA | KANGA (CD) | [Discogs](https://www.discogs.com/release/9368901-Kanga-Kanga) | πŸ’– | +| KANGA | Eternal Daughter (CD) | [Bandcamp](https://kanga.bandcamp.com/album/eternal-daughter) | πŸ’– | +| KANGA | You and I Will Never Die (CD) | [Bandcamp](https://kanga.bandcamp.com/album/you-and-i-will-never-die) | πŸ’– | +| Khemmis | Absolution | [LP Merch Site](https://www.20buckspin.com/collections/khemmis), [Discogs](https://www.discogs.com/artist/4497438-Khemmis) | πŸ’– | +| Khemmis | Hunted | ^ | πŸ’– | +| Khemmis | Desolation | ^ | πŸ’– | +| Raised by Swans | Codes And Secret Longing (CD) | [Discogs](https://www.discogs.com/release/1173259-Raised-By-Swans-Codes-And-Secret-Longing) | | +| Raised By Swans | Γ–xnadalur (CD) | [Bandcamp](https://raisedbyswans6.bandcamp.com/album/xnadalur) | πŸ’– | + +// Items marked with πŸ’– are things I would try for since they have official releases + +#### How to shop for records + +To shop for records generally, if the band is active/modern I try and link or share their official merch/bandcamp (generally you can websearch for the bands website where they usually link their US LP store). + +But otherwise using Discogs is the easiest way to shop for used records. Overall, you simply look through their releases filtering for Vinyl and the album and find a cheaper US release. Try and **avoid good or fair** quality as it usually means "pretty rough but it works". VG is my usual minimum. And do check the sellers shipping options. Sometimes, they make deals for 2+ records (like flatrate shipping) so sometimes ordering from the same store can save some money!. + +And PLEASE DO NOT EVER spend a lot on a record. Usually $30 is a brand new repress cost for a 2xLP and my maximum. I would much rather have something not on the above list - knowing it wasn't a total rip-off. + +Speaking of represses, represses are always fine. If there are notoriously bad represses/rereleases I'd make it known. But so far only the first two Iron Maiden albums (Self, Killers) suffer from originally bad mastering - so it doesn't _really_ matter if its a repress/release or not. Its mostly purists/nerds who care. + +### Else + +If you are sick of getting me records for gifts - I do need something to hold some overflow for my records like [found here on etsy](https://www.etsy.com/market/record_crate) + +Interesting Fountain Pen ink shades: [Jetpens Store](https://www.jetpens.com/Fountain-Pen-Inks/ct/3250) + + diff --git a/mds/wishlist.md.backup b/mds/wishlist.md.backup new file mode 100644 index 0000000..994dc3b --- /dev/null +++ b/mds/wishlist.md.backup @@ -0,0 +1,51 @@ +# Wishlist + +In general: Records, Gunpla, Warhammer are always welcome and likely to be most of what the following wishlist will contain. + +## Wishlist X-mas 2022 + +### Records + +Please [check my discogs collection](https://www.discogs.com/user/senders/collection) to verify what I own or not! + +And you [check my discogs wantlist](https://www.discogs.com/wantlist?user=senders) to see some things I have my eyes on - but it is very much a small subset. + +| Artist | Album | Shop(s) | πŸ’– | +| -- | -- | :-: | :-: | +| Black Sabbath | Black Sabbath | [Discogs](https://www.discogs.com/artist/144998-Black-Sabbath) | +| Black Sabbath | Master of Reality | ^ | +| Iron Maiden | Iron Maiden | [Discogs](https://www.discogs.com/artist/251595-Iron-Maiden) | +| Iron Maiden | Killers | ^ | +| Iron Maiden | The Number of the Beast | ^ | +| Iron Maiden | Piece of Mind | ^ | +| Iron Maiden | Powerslave | ^ | +| Iron Maiden | Brave New World | ^ | +| Jimi Hendrix | Are You Experinced | [Discogs](https://www.discogs.com/artist/110593-Jimi-Hendrix) | +| KANGA | KANGA (CD) | [Discogs](https://www.discogs.com/release/9368901-Kanga-Kanga) | πŸ’– | +| KANGA | Eternal Daughter (CD) | [Bandcamp](https://kanga.bandcamp.com/album/eternal-daughter) | πŸ’– | +| KANGA | You and I Will Never Die (CD) | [Bandcamp](https://kanga.bandcamp.com/album/you-and-i-will-never-die) | πŸ’– | +| Khemmis | Absolution | [LP Merch Site](https://www.20buckspin.com/collections/khemmis), [Discogs](https://www.discogs.com/artist/4497438-Khemmis) | πŸ’– | +| Khemmis | Hunted | ^ | πŸ’– | +| Khemmis | Desolation | ^ | πŸ’– | +| Raised by Swans | Codes And Secret Longing (CD) | [Discogs](https://www.discogs.com/release/1173259-Raised-By-Swans-Codes-And-Secret-Longing) | | +| Raised By Swans | Γ–xnadalur (CD) | [Bandcamp](https://raisedbyswans6.bandcamp.com/album/xnadalur) | πŸ’– | + +// Items marked with πŸ’– are things I would try for since they have official releases + +#### How to shop for records + +To shop for records generally, if the band is active/modern I try and link or share their official merch/bandcamp (generally you can websearch for the bands website where they usually link their US LP store). + +But otherwise using Discogs is the easiest way to shop for used records. Overall, you simply look through their releases filtering for Vinyl and the album and find a cheaper US release. Try and **avoid good or fair** quality as it usually means "pretty rough but it works". VG is my usual minimum. And do check the sellers shipping options. Sometimes, they make deals for 2+ records (like flatrate shipping) so sometimes ordering from the same store can save some money!. + +And PLEASE DO NOT EVER spend a lot on a record. Usually $30 is a brand new repress cost for a 2xLP and my maximum. I would much rather have something not on the above list - knowing it wasn't a total rip-off. + +Speaking of represses, represses are always fine. If there are notoriously bad represses/rereleases I'd make it known. But so far only the first two Iron Maiden albums (Self, Killers) suffer from originally bad mastering - so it doesn't _really_ matter if its a repress/release or not. Its mostly purists/nerds who care. + +### Else + +If you are sick of getting me records for gifts - I do need something to hold some overflow for my records like [found here on etsy](https://www.etsy.com/market/record_crate) + +Interesting Fountain Pen ink shades: [Jetpens Store](https://www.jetpens.com/Fountain-Pen-Inks/ct/3250) + + diff --git a/templates/page-footer.html b/templates/page-footer.html new file mode 100644 index 0000000..f5471aa --- /dev/null +++ b/templates/page-footer.html @@ -0,0 +1,3 @@ + + + diff --git a/templates/page-header.html b/templates/page-header.html new file mode 100644 index 0000000..f7bea88 --- /dev/null +++ b/templates/page-header.html @@ -0,0 +1,18 @@ + + + + + + senders.io - {PAGE} + + + + + +
diff --git a/www/wishlist-2.html b/www/wishlist-2.html new file mode 100644 index 0000000..02f0335 --- /dev/null +++ b/www/wishlist-2.html @@ -0,0 +1,202 @@ + + + + + + senders.io - {PAGE} + + + + + +
+

Wishlist

+

In general: Records, Gunpla, Warhammer are always welcome and likely to + be most of what the following wishlist will contain.

+

Wishlist X-mas 2022

+

Records

+

Please check + my discogs collection to verify what I own or not!

+

And you check my + discogs wantlist to see some things I have my eyes on - but it is very + much a small subset.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArtistAlbumShop(s)πŸ’–
Black SabbathBlack Sabbath + Discogs +
Black SabbathMaster of Reality^
Iron MaidenIron Maiden + Discogs +
Iron MaidenKillers^
Iron MaidenThe Number of the Beast^
Iron MaidenPiece of Mind^
Iron MaidenPowerslave^
Iron MaidenBrave New World^
Jimi HendrixAre You Experinced + Discogs +
KANGAKANGA (CD) + Discogs + πŸ’–
KANGAEternal Daughter (CD) + Bandcamp + πŸ’–
KANGAYou and I Will Never Die (CD) + Bandcamp + πŸ’–
KhemmisAbsolution + LP Merch + Site, Discogs + πŸ’–
KhemmisHunted^πŸ’–
KhemmisDesolation^πŸ’–
Raised by SwansCodes And Secret Longing (CD) + + Discogs +
Raised By SwansΓ–xnadalur (CD) + Bandcamp + πŸ’–
+

// Items marked with πŸ’– are things I would try for since they have + official releases

+

How to shop for records

+

To shop for records generally, if the band is active/modern I try and + link or share their official merch/bandcamp (generally you can websearch + for the bands website where they usually link their US LP store).

+

But otherwise using Discogs is the easiest way to shop for used records. + Overall, you simply look through their releases filtering for Vinyl and the + album and find a cheaper US release. Try and avoid good or + fair quality as it usually means β€œpretty rough but it works”. VG + is my usual minimum. And do check the sellers shipping options. Sometimes, + they make deals for 2+ records (like flatrate shipping) so sometimes + ordering from the same store can save some money!.

+

And PLEASE DO NOT EVER spend a lot on a record. Usually $30 is a brand + new repress cost for a 2xLP and my maximum. I would much rather have + something not on the above list - knowing it wasn’t a total rip-off.

+

Speaking of represses, represses are always fine. If there are + notoriously bad represses/rereleases I’d make it known. But so far only the + first two Iron Maiden albums (Self, Killers) suffer from originally bad + mastering - so it doesn’t really matter if its a repress/release + or not. Its mostly purists/nerds who care.

+

Else

+

If you are sick of getting me records for gifts - I do need something to + hold some overflow for my records like found here on etsy

+

Interesting Fountain Pen ink shades: Jetpens Store

+
+ + diff --git a/www/wishlist.html b/www/wishlist.html index b6e6869..c270769 100644 --- a/www/wishlist.html +++ b/www/wishlist.html @@ -2,7 +2,8 @@ - + Senders' Wishlist -- cgit v1.2.3-54-g00ecf