diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-10-20 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-10-20 00:00:00 +0000 |
commit | d25b7743fb26bbe4f1648048214d17da621d070beb202630c31ae044906b3ed7 (patch) | |
tree | 027fd6c53f7fd949df4c7a22e87a90dea96cb0e88dd3dfb8dc988b43213bac1a /content/entry/site-update-013.md | |
parent | b42f03332f305b08390e71ee498135e46ab6d1fe67ebcf85d9a37a666901d464 (diff) | |
download | journal-d25b7743fb26bbe4f1648048214d17da621d070beb202630c31ae044906b3ed7.tar.gz journal-d25b7743fb26bbe4f1648048214d17da621d070beb202630c31ae044906b3ed7.zip |
Use SWHIDs in Software Heritage linkssignify-signature-7
Diffstat (limited to 'content/entry/site-update-013.md')
-rw-r--r-- | content/entry/site-update-013.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/entry/site-update-013.md b/content/entry/site-update-013.md index 4a550ce..56ac314 100644 --- a/content/entry/site-update-013.md +++ b/content/entry/site-update-013.md @@ -6,9 +6,9 @@ draft: false --- # What's New * Full content [Atom feeds](/atom.xml) have returned. Before Gemini, I had a full content web feed, not just the summaries. After Gemini, I changed it to summaries only. Now, full content is supported again along with summaries. It was a mistake adding Gemini without full content web feed support. I shouldn't have taken that feature away from readers without warning. I was just so focused on getting Gemini that I ditched the web feed to roll that out early. Apologies to anyone using it. I don't really care how readers access my blog as long as they're reading it and I want to make it as accessible as possible for everyone. -* New [content submodule](https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://git.nicholasjohnson.ch/nicksphere-gmi-content). This almost entirely separates the text on my blog from everything else, significantly reducing the number of files in the main repository. I did this to create a logical separation between the text on the blog and everything used to generate/display that text. +* New [content submodule](https://archive.softwareheritage.org/swh:1:snp:14fb224d5e13136ac433bb459e3803aed63a0bb7;origin=https://git.nicholasjohnson.ch/nicksphere-gmi-content). This almost entirely separates the text on my blog from everything else, significantly reducing the number of files in the main repository. I did this to create a logical separation between the text on the blog and everything used to generate/display that text. * Clearer licensing. The licensing was unclear before because I didn't clearly indicate which licenses went with which files. Now that content and scripts live in separate repositories, the main repo can use GPLv3 exclusively and the content CC BY-SA 4.0 exclusively. -* Gitlab pages is fixed as of [this commit](https://archive.softwareheritage.org/browse/revision/3ea0615f72fcae2d345f239569019429c5d5d168/?origin_url=https://git.nicholasjohnson.ch/nicksphere-gmi#swh-revision-changes). Before, it wasn't recursively cloning the new content submodule, so the generation process was failing and the mirror was down for a while. +* Gitlab pages is fixed as of [this commit](https://archive.softwareheritage.org/swh:1:rev:3ea0615f72fcae2d345f239569019429c5d5d168;origin=https://git.nicholasjohnson.ch/nicksphere-gmi;visit=swh:1:snp:fb9bef300f9b939382f5656232d95377c8630a10#swh-revision-changes). Before, it wasn't recursively cloning the new content submodule, so the generation process was failing and the mirror was down for a while. * GNU Audio Video mirror link added. I'm now mirroring all the GNU audios and videos. Before I had the A/V on the mirrors subdomain and A/V links weren't working that way. I realized that particular mirror requires its own domain to display properly, so now it has one. # Future Plans |