some notes

This commit is contained in:
sejo 2021-12-14 13:21:11 -06:00
parent f66bfb42b1
commit 28c422f1f3
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@ in order to convert another gpub, you can remix the following command, where `ex
awk -f g2e.awk example-gpub/
```
for the moment this only generates the epub metadata and table of contents files.
# notes
the converter works with gempub archives that have a flat file structure: all the `.gmi` files, including `index.gmi`, have to be in the same directory. see the provided `example-gpub/`.
you can insert raw html using the corresponding `.gmo` syntax: the contents of a line that starts with `+` will be inserted as is.
# TODO