logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a7b97dd8dc9c28fef0e67ea2d2a354de62eb1580
parent 7ef2e3518ffd5c46d0d01510c076d55b9964506b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Sep 2021 05:39:25 +0200

bookmarks: fix semantics on WebComics

Diffstat:

Mbookmarks.shtml10+++++-----
Mbookmarks.xbel25++++++++++++++++++++-----
2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/bookmarks.shtml b/bookmarks.shtml @@ -132,15 +132,15 @@ <dl> <dt><a rel="external noreferrer" href="http://xkcd.com/">XKCD</a></dt> <dt><a rel="external noreferrer" href="http://explainxkcd.com/">Explain XKCD: It's 'cause you're dumb.</a></dt> - <dt><a rel="external noreferrer" href="http://rain.thecomicseries.com/">Rain: slice-of-life about rain, a high-school transgirl and her friends</a></dt> + <dt><a rel="external noreferrer" href="http://rain.thecomicseries.com/">Rain</a></dt><dd>Slice-of-life about Rain, a high-school transgirl and her friends</dd> <dt><a rel="external noreferrer" href="http://rain-tradfr.thecomicseries.com/">Rain, la traduction française</a></dt> - <dt><a rel="external noreferrer" href="http://www.validationcomic.com/">Validation, comic about a comic-artist transgirl</a></dt> + <dt><a rel="external noreferrer" href="http://www.validationcomic.com/">Validation</a></dt><dd>comic about a comic-artist transgirl</dd> <dt><a rel="external noreferrer" href="https://egscomics.com/">El Goonish Shive</a></dt><dd>Comic about magic (surpernatural, myths, transformations/identity, …)</dd> - <dt><a rel="external noreferrer" href="https://sssscomic.com/">Stand Still Stay Silent: Nordic Historical webcomic</a></dt> + <dt><a rel="external noreferrer" href="https://sssscomic.com/">Stand Still Stay Silent</a></dt><dd>Nordic Historical webcomic</dd> <dt><a rel="external noreferrer" href="https://tapas.io/series/whatqq">What QQ</a></dt><dd>Webcomic about a non-binary deafie</dd> <dt><a rel="external noreferrer" href="https://tapas.io/series/Chronically-Silent">Chronically Silent</a></dt> - <dt><a rel="external noreferrer" href="https://www.goodbyetohalos.com/comic/">Goodbye to Halos: Magic webcomic?</a></dt> - <dt><a rel="external noreferrer" href="https://www.questionablecontent.net/">Questionable Content: slice-of-life webcomic with adults and sentient robots</a></dt> + <dt><a rel="external noreferrer" href="https://www.goodbyetohalos.com/comic/">Goodbye to Halos</a></dt><dd>Magic webcomic?</dd> + <dt><a rel="external noreferrer" href="https://www.questionablecontent.net/">Questionable Content</a></dt><dd>slice-of-life webcomic with adults and sentient robots</dd> <dt><a rel="external noreferrer" href="https://www.thelegendofjamieroberts.com/">The Legend of Jamie Roberts</a></dt><dd>Pirate Adventure webcomic, same author as Validation, non-binary main character</dd> <dt><a rel="external noreferrer" href="https://www.setzcomics.com/">Setz comics</a></dt><dd>Comics of setz, has two comics about Finland in World War II in a mostly peaceful slice-of-life storytelling.</dd> <dt><a rel="external noreferrer" href="https://tapas.io/series/cheshirecrossing">Cheshire Crossing</a></dt><dd>Crossover of Alice in Wonderland, The Wizard of Oz, Peter-pan, Marry Poppins. Re-illustrated by Sarah Andersen</dd> diff --git a/bookmarks.xbel b/bookmarks.xbel @@ -127,21 +127,36 @@ <title>webcomics</title> <bookmark href="http://xkcd.com/"><title>XKCD</title></bookmark> <bookmark href="http://explainxkcd.com/"><title>Explain XKCD: It's 'cause you're dumb.</title></bookmark> - <bookmark href="http://rain.thecomicseries.com/"><title>Rain: slice-of-life about rain, a high-school transgirl and her friends</title></bookmark> + <bookmark href="http://rain.thecomicseries.com/"> + <title>Rain</title> + <desc>Slice-of-life about Rain, a high-school transgirl and her friends</desc> + </bookmark> <bookmark href="http://rain-tradfr.thecomicseries.com/"><title>Rain, la traduction française</title></bookmark> - <bookmark href="http://www.validationcomic.com/"><title>Validation, comic about a comic-artist transgirl</title></bookmark> + <bookmark href="http://www.validationcomic.com/"> + <title>Validation</title> + <desc>comic about a comic-artist transgirl</desc> + </bookmark> <bookmark href="https://egscomics.com/"> <title>El Goonish Shive</title> <desc>Comic about magic (surpernatural, myths, transformations/identity, …)</desc> </bookmark> - <bookmark href="https://sssscomic.com/"><title>Stand Still Stay Silent: Nordic Historical webcomic</title></bookmark> + <bookmark href="https://sssscomic.com/"> + <title>Stand Still Stay Silent</title> + <desc>Nordic Historical webcomic</desc> + </bookmark> <bookmark href="https://tapas.io/series/whatqq"> <title>What QQ</title> <desc>Webcomic about a non-binary deafie</desc> </bookmark> <bookmark href="https://tapas.io/series/Chronically-Silent"><title>Chronically Silent</title></bookmark> - <bookmark href="https://www.goodbyetohalos.com/comic/"><title>Goodbye to Halos: Magic webcomic?</title></bookmark> - <bookmark href="https://www.questionablecontent.net/"><title>Questionable Content: slice-of-life webcomic with adults and sentient robots</title></bookmark> + <bookmark href="https://www.goodbyetohalos.com/comic/"> + <title>Goodbye to Halos</title> + <desc>Magic webcomic?</desc> + </bookmark> + <bookmark href="https://www.questionablecontent.net/"> + <title>Questionable Content</title> + <desc>slice-of-life webcomic with adults and sentient robots</desc> + </bookmark> <bookmark href="https://www.thelegendofjamieroberts.com/"> <title>The Legend of Jamie Roberts</title> <desc>Pirate Adventure webcomic, same author as Validation, non-binary main character</desc>