summaryrefslogtreecommitdiffstatshomepage
path: root/posts (unfollow)
Commit message (Collapse)AuthorLines
2024-03-30posts: Add short paragraph about verify-sig with pramanthaHEADmasterWolfgang Müller-1/+7
2024-03-09posts: Add new post: "hircine - A web-based comic organizer"Wolfgang Müller-0/+25
2024-03-08posts: Update current quarg versionWolfgang Müller-19/+22
2023-09-10posts: Update current weltschmerz versionWolfgang Müller-2/+2
2023-09-10posts: Update current quarg versionWolfgang Müller-2/+2
2023-08-26posts: Use correct shorthand for double quotes in the-cat.mdWolfgang Müller-1/+1
2023-02-14posts: Fix typo in ywalk-when-you-can-ride.mdWolfgang Müller-2/+2
2022-11-14posts: Fix link to klaus' demo pageWolfgang Müller-1/+1
2021-12-12posts: Update current weltschmerz versionWolfgang Müller-2/+2
2021-11-27posts: Add a new post: "New features in weltschmerz 1.5.0"Wolfgang Müller-0/+57
2021-11-14posts: Add a new post: "Why walk when you can ride?"Wolfgang Müller-0/+199
2021-07-20posts: Remove Firefox tarball warningWolfgang Müller-6/+0
With [1] merged upstream and available starting with caddy 2.4.0, tarballs from cgit will no longer be compressed, making this warning obsolete. [1] https://github.com/caddyserver/caddy/pull/4045
2021-07-16posts: Mention German translation for weltschmerz's manualWolfgang Müller-1/+6
As we noted the lack of translations for the manual in this post, make sure we update it with more relevant information now that 1.4.1 contains a German translation of the manual.
2021-07-16posts: Link weltschmerz ebuildWolfgang Müller-0/+4
2021-07-16posts: Update current weltschmerz versionWolfgang Müller-2/+2
2021-07-04posts: Link to manuals on git.oriole.systemsWolfgang Müller-2/+2
Originally we hosted manuals on oriole.systems/man because we did not yet have a git repository browser that could render manuals on the fly. Now that we do, retire the old location and directly link to the repo's about pages instead. This saves us from having to keep man/ up-to-date as manuals on cgit are updated automatically.
2021-07-03posts: Add a new post: "New features in weltschmerz 1.4.0"Wolfgang Müller-0/+98
2021-07-03posts: Link the changelog in weltschmerz.mdWolfgang Müller-1/+2
2021-06-29posts: Update current weltschmerz versionWolfgang Müller-3/+4
Along with the new release, make sure to document new and changed dependencies.
2021-06-27posts: Link to Git's "My First Contribution" tutorial in quarg.mdWolfgang Müller-0/+1
We consider this to be a better and more complete version of git-send-email.io, so link to it first.
2021-06-21posts: Update nicknameWolfgang Müller-1/+1
2021-06-12posts: Improve wording and flow in zunzuncito.mdWolfgang Müller-4/+4
2021-06-12posts: Add a new post: "Introducing zunzuncito, a microblog"Wolfgang Müller-0/+66
2021-06-05Use "Libera Chat" instead of "Libera.Chat"Wolfgang Müller-1/+1
2021-05-22posts: Mention commit verification in signify-cgit.mdWolfgang Müller-9/+14
Sadly we'll have to move around the footnotes here, but the post is young enough for that to hopefully not be an issue.
2021-05-22posts: Add guide to verify a commit from a tarballWolfgang Müller-0/+26
When generating archives, git-archive(1) puts the commit ID in the global extended pax header. Therefore, an interesting side effect of signing tarballs generated with git-archive(1) is that we also implicitly sign a commit. Whilst we don't expect anyone to go through the hurdles needed to verify such a commit signature, make sure to document this case anyway.
2021-05-20Move to Libera.ChatWolfgang Müller-2/+2
freenode is no more [1][2][3][4]. [1] https://libera.chat/news/welcome-to-libera-chat [2] https://fuchsnet.ch/privat/fn-resign-letter.txt [3] https://www.kline.sh/ [4] https://mniip.com/freenode.txt
2021-05-17posts: Change generic project to quarg in signify-cgit.mdWolfgang Müller-11/+11
Since the previous commit already uses examples from this repository, go all the way and use it for the rest of the post too.
2021-05-17posts: Rewrite and improve 'Duly noted' section in signify-cgit.mdWolfgang Müller-14/+36
This commit attempts to clarify what exactly a tree is, and how trees used for notes relate to "regular" trees. To that end, include real-life examples and output from commands run in a repository that is publicly accessible (in this case, quarg). This allows people who are interested in the internals to follow along and poke around in the repository themselves. Many thanks to V for initial feedback and motivation for this change.
2021-05-17posts: Remove unnecessary single quotes in signify-cgit.mdWolfgang Müller-1/+1
These were here because the argument used to contain a glob, like so: --notes='signatures/*' Thanks to V for reporting this.
2021-05-16posts: Clarify that signatures can also be obtained via cgitWolfgang Müller-3/+5
Commit 751da2c (posts: Update posts to reflect usage of cgit's signature mechanism, 2021-05-06) updated the project pages as well as "Verifying snapshots with signify" with information regarding the new cgit signature mechanism, but neglected to mention that signatures can be obtained directly through git.oriole.systems as well (the project pages merely deeplink to that). Furthermore, with commit 28c2473 (posts: Add a new post: "Hosting signify signatures on cgit", 2021-05-16) we now have an explanatory piece which we can link if people are interested in the underlying infrastructure.
2021-05-16posts: Add a new post: "Hosting signify signatures on cgit"Wolfgang Müller-0/+193
2021-05-14posts: Add note about prefers-color-scheme toggle in newer FirefoxWolfgang Müller-1/+5
2021-05-14posts: Clarify that quarg expects argumentsWolfgang Müller-1/+1
2021-05-14posts: Add paragraph about quarg being platform-independentWolfgang Müller-0/+4
2021-05-08posts: Mention installation with 'pip' in quarg.mdWolfgang Müller-2/+6
2021-05-07posts: Add warning about downloading tarballs with FirefoxWolfgang Müller-0/+6
Let's hope that bug is fixed in the next 10 years!
2021-05-07posts: Add a new post: "quarg - Searching Quassel"Wolfgang Müller-0/+55
2021-05-06posts: Update posts to reflect usage of cgit's signature mechanismWolfgang Müller-9/+8
cgit can host detached signatures using git-notes(1). Since we want to make use of that going forward and have finally gotten around to setting it up fully, we need to make some small changes to verify-with-signify.md and the weltschmerz project page. Specifically, we no longer host both the signature and the checksum (since this would be too cumbersome to maintain with cgit), rendering the choice explained in the post moot. Since the detached signature has always contained the checksum, however, we can just fall back to a slightly different invocation for verifying it.
2021-04-19posts: Fix typo in the-long-journey-to-cgit.mdWolfgang Müller-2/+2
2021-02-01posts: Add note about sorcia probably being deadWynn Wolf Arbor-0/+2
2020-07-15posts: Update outdated URLsWynn Wolf Arbor-6/+6
2020-07-15Remove .html file ending from linked postsWynn Wolf Arbor-5/+5
Caddy supports implied file extensions in 1.0 via the 'ext' directive, and in 2.0 via the 'try_files' directive. This feature has been enabled in the upstream web server for quite a while now, but the links were never updated to be cleaner.
2020-06-13posts: Add a new post: "A New Look, Some Updates"Wynn Wolf Arbor-0/+122
2020-06-13posts: Make figure images roundWynn Wolf Arbor-2/+2
These were skipped because the round borders would not be visible on a white background. Now - with a dark colour scheme - they are, so make them round.
2020-06-01posts: Add link explaining why libssl may be needed for git-imap-send(1)Wynn Wolf Arbor-2/+3
2020-06-01posts: Add links to resources discussing seccomp(2)Wynn Wolf Arbor-3/+5
2020-06-01posts: Be more clear about which search interfaces are meantWynn Wolf Arbor-1/+1
2020-05-31posts: Add a new post: "The Long Journey to cgit"Wynn Wolf Arbor-0/+463
2020-05-31posts: Update reference to Git repository for weltschmerzWynn Wolf Arbor-1/+1