Commit graph

13 commits

Author SHA1 Message Date
sobteclib
72e123d60d
Merge pull request #4 from Roboe/epub-fix-metadata
Fix ePub metadata
2018-05-09 01:19:36 +01:00
Roberto MF
d1d4765854 Fix ePub metadata
Initially removed `title` and `description` properties, because as explained in official [docs][1], they are supossedly "automatically extracted from the README".

After checking this claim with "gitbook epub" command, `title` and `description` where manually extracted from each README.md and filed in their respective `book.json`

[1]: https://toolchain.gitbook.com/config.html#general-settings
2018-03-16 18:51:19 +01:00
Roberto MF
f3670c1045 Add ePub covers
As explained in [GitBook's docs][1]. 1800x2360 px `cover.jpg` file at the root directory.

ImageMagick's convert command used (which produced 1574x2360 px covers):
"$ convert contrib/gfx/covers/tapa-EN-600dpi.png -resize 1800x2360 en/cover.jpg"

[1]: https://toolchain.gitbook.com/ebook.html#cover
2018-03-16 17:53:34 +01:00
5e736a2422 Fix links in README.md files to language versions 2018-01-20 00:15:25 +01:00
40910f3ab9 Update links to different format releases in README.md in all language versions 2018-01-12 06:28:48 +01:00
b36ae96c27 Update gitbook render releases 2018-01-12 06:26:12 +01:00
648652c53a Update README.md in all language versions 2018-01-12 06:07:24 +01:00
0cba71003d Correct links in the summary of the original language version, now with copied files, because linking from other language version did not work 2018-01-08 13:55:37 +01:00
8563be1e6d Correct links in the summary of the original language version 2018-01-08 13:48:11 +01:00
634cc57761 Update original language version of the book using links to actual language versions 2018-01-08 02:05:51 +01:00
99cb419733 Half of Spanish edition and all print current releases 2017-12-23 01:04:10 +01:00
cc2efb669e Correct original language table of contents order of articles 2017-12-19 09:48:18 +01:00
aa53a1c00b Internationalisation! 2017-10-13 02:23:00 +01:00