Skip to content

Instantly share code, notes, and snippets.

View HadrienGardeur's full-sized avatar

Hadrien Gardeur HadrienGardeur

View GitHub Profile
@HadrienGardeur
HadrienGardeur / discovery.json
Last active March 1, 2023 17:06
New experiments around ODL
{
"harvest": [{
"metadata": {
"title": "Public domain ebooks"
},
"links": [{
"href": "https://example.com/publicdomain.json{?since,until}",
"templated": true,
"type": "application/odl+json"
}]
@HadrienGardeur
HadrienGardeur / continously-scrolled-comics-in-epub.md
Last active September 21, 2024 08:04
Continuously scrolled comics in EPUB

Continuously scrolled comics in EPUB

  • Last update: June 20, 2024
  • Author: Hadrien Gardeur

Continuously scrolled comics are often referred to as "Webtoons", due to the popularity of the Webtoon platform owned by Naver in South Korea. Since this is a trademarked term, we'll refer to these publications as "continuously scrolled comics" throughout this document instead.

1. Introduction

@HadrienGardeur
HadrienGardeur / kadokawa.xml
Last active March 19, 2025 14:05
Comparing new proposal for continuously scrolled comics with Kadokawa's example
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns="http://www.idpf.org/2007/opf"
version="3.0"
xml:lang="ja"
unique-identifier="bw-ecode"
prefix="rendition: http://www.idpf.org/vocab/rendition/#
ebpaj: http://www.ebpaj.jp/
fixed-layout-jp: http://www.digital-comic.jp/
kadokawa: http://www.kadokawa.co.jp/
@HadrienGardeur
HadrienGardeur / contains.md
Last active April 16, 2025 16:52
Examples for `contains` in RWPM and OPDS

Examples for contains

Comics

Unnamed chapter of a manga

"belongsTo": {
  "series": "Naruto"
},