summaryrefslogtreecommitdiff
path: root/data/samples
AgeCommit message (Collapse)Author
2024-01-17stop packaging samples into gem (#462)Marat Radchenko
2024-01-16Drop MOBI support (#458)Marat Radchenko
Amazon is slowly killing it, it's just a question of time when it fully dies. References: * https://kdp.amazon.com/en_US/help/topic/GULSQMHU5MNH4EZM > Starting August 1, 2021, we will no longer support MOBI files for reflowable eBooks. Use EPUB, DOCX or KPF to publish new or update reflowable eBooks. * https://www.amazon.com/gp/help/customer/display.html?nodeId=G5WYD9SAF7PGXRNA > Beginning in late 2022, you'll no longer be able to send MOBI (.AZW, .MOBI) files to your Kindle library using Send to Kindle. This change won't affect any MOBI files already in your Kindle library. You can still read them with Kindle. MOBI is an older file format and won't support the newest Kindle features for documents. * https://www.reddit.com/r/kindle/comments/16rw6e3/amazon_announcement_about_mobi_support_timeline/ > We will end all Send to Kindle support for MOBI files by December 20, 2023. * https://www.mobileread.com/forums/showthread.php?t=336365 > Does anyone still have Kindle Previewer installer older than 3.49 that you could share? The reason I am looking for it is because newer versions no longer open .mobi files.
2021-03-09convert documentation to Antora module (PR #391)Marat Radchenko
This is a first step to publish documentation on docs.asciidoctor.org
2020-07-01resolves #174 add support for inline TOC (#342)Marat Radchenko
2020-04-18resolves #327 fix chapter files added twice to TOC when epub-chapter-level > ↵Marat Radchenko
1 (#329)
2020-03-05fix imagesdir in sample booksMarat Radchenko
2020-03-04resolves #307 add series metadata (#321)Marat Radchenko
2020-02-18resolves #47 stop requiring specific include file scheme (PR #302)Marat Radchenko
support conversion of article documents to a single-chapter file resolves #205 support special chapters like bibliography resolves #190 `basedir` now points to spine document directory when processing chapter files resolves #178 fix image and listing numbers being reset in each chapter resolves #166 fix xref resolving between sub-includes of chapter files resolves #151 add support for contentless include files resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax resolves #206 properly include bibliography generated by asciidoctor-bibtex require Asciidoctor 1.5.6+
2020-02-01resolves #180 stop adding default front cover image (PR #284)Marat Radchenko
2020-01-22resolves #196 fix sample-book to be a valid book (PR #197)Adrian Mejia
2020-01-22Remove symlink from sample book (PR #241)Marat Radchenko
* Remove symlink from sample book From https://github.com/asciidoctor/asciidoctor-epub3/issues/196#issuecomment-577015262: Windows doesn't adequately support symlinks and even though Git for Windows has experimental symlink support, it is disabled by default. Instead of a symlink, data/samples/asciidoctor-epub3-readme.adoc is just a regular file with following contents on Windows: ../../README.adoc So, while book does produce EPUB without errors, it doesn't contain expected contents. * Test that we actually have bug #196
2017-04-15resolves #92 remove text justification hack (PR #102)Dan Allen
- tested on the latest releases of Gitden and Kindle for Android - add sample content to test text size and justification - code formatting
2017-04-15change formatting of listing block in sample book for testingDan Allen
2017-04-09resolves #46 clean auto-generated file names for chapters (PR #98)Dan Allen
- generate valid ID for chapter (which is also a valid file name) - resolve character references before generating ID - strip single curved quote; replace &amp; with "and" - honor idprefix and idseparator attributes when generating IDs - document in the README how the chapter ID is generated - revise the Declaring the Spine section in the README - warn if chapter use a reserved ID
2017-03-26use shorthand syntax to set chapter IDDan Allen
2017-03-26setup publication type in sample to anthologyDan Allen
2017-03-19remove trailing whitespace in sourceDan Allen
2015-12-24fix grammar in sample contentDan Allen
2015-12-23fix spelling errorsDan Allen
2015-12-19switch samples to modern AsciiDoc syntaxDan Allen
2014-11-18add front-cover-image attribute, leave commentedDan Allen
2014-08-17switch sample png avatars to jpgDan Allen
2014-07-29update project URLDan Allen
2014-07-29add i18n example to sample bookDan Allen
2014-07-28add reference to i18n chapter in sample, but leave commentedDan Allen
2014-04-16update screenshot of chapter title pageDan Allen
2014-04-16update READMEDan Allen
2014-04-16update screenshot of mixed contentDan Allen
2014-04-16update screenshot of textDan Allen
2014-04-16correct information in READMEDan Allen
2014-04-16make it soDan Allen