diff options
author | Wolfgang Müller | 2024-03-09 14:07:02 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-09 14:10:37 +0100 |
commit | 03b7d37c9cbf279127707124f10198d70ea62ead (patch) | |
tree | bd6d3c88c63a19a2eaad5d7fd899a882a9537ceb | |
parent | 8b45b69b8ffeb58ffab5b855da51ad9f35b3d691 (diff) | |
download | site-03b7d37c9cbf279127707124f10198d70ea62ead.tar.gz |
posts: Add new post: "hircine - A web-based comic organizer"
-rw-r--r-- | posts/hircine.md | 25 | ||||
-rw-r--r-- | posts/img/hircine-edit.jpg | bin | 0 -> 244959 bytes |
2 files changed, 25 insertions, 0 deletions
diff --git a/posts/hircine.md b/posts/hircine.md new file mode 100644 index 0000000..3986e7a --- /dev/null +++ b/posts/hircine.md @@ -0,0 +1,25 @@ +title: hircine - A web-based comic organizer +date: 2024-03-09 +author: Wolfgang Müller + +## Synopsis + +hircine is a web application built to organize large collections of comics and +manga. It imports image files from *ZIP* archives, supports a wide range of +metadata, comes with a powerful filtering system, and keeps its own object +store of processed image files for easy and fast access via the browser. + +<figure> + <img class="round" width="90%" src="img/hircine-edit.jpg" + alt="A picture of the edit interface of hircine"/> + <figcaption>Editing a comic in hircine</figcaption> +</figure> + +Archives are never modified by the program, making it an ideal choice for the +astute collector. Comics may be read in the minimal built-in reader. Metadata +import via scrapers is also supported. + +## Resources + +- [Homepage](https://hircine.oriole.systems) +- [Git repository](https://git.oriole.systems/hircine) diff --git a/posts/img/hircine-edit.jpg b/posts/img/hircine-edit.jpg Binary files differnew file mode 100644 index 0000000..cef6455 --- /dev/null +++ b/posts/img/hircine-edit.jpg |