Commit Graph

4 Commits

Author SHA1 Message Date
morikat
a4e20cc79f Fix issue with missing built-in image of the epub generated 2014-02-06 23:11:30 +09:00
Shin Kojima
5d9b06f3d9 Add config as language file
This patch will change several behaviour while generating the ebook:

- `build.go` now accepts two environment variables: TMP, WORKDIR

    * TMP:

Temporary directory path.
The directory stores intermediate files like '*.html' or metadata.txt.

    * WORKDIR:

Script base directory.

- `config` as language file

config file will be `source`d to change its ebook metadata.

- `genepub.sh` is integrated to `build.sh` and `build.go`

See `FixHeader` and `RemoveFooterLink` functions.
2013-12-31 13:10:27 +09:00
Chen Yufei
a448224a45 Fix build script.
- Change shell path and file mode
- go get md2min instead of blackfriday
2013-06-10 13:44:18 +08:00
astaxie
385877a5de 修改目录结构 2013-03-21 13:53:40 +08:00