summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-09Add C-cedille unicode charCharlotte Koch
2024-07-16The Willora class needs fileutils and erb, not the CLI toolCharlotte Koch
2024-07-16The meat and potatoes of willora(1) are now in a Ruby-ish 'lib/'Charlotte Koch
2024-07-16The 'lib' dir for the project is different from that for WilloraPDF itselfCharlotte Koch
2024-07-16WilloraPDF provides defaults for colophon filesCharlotte Koch
2024-06-27It's actually the realdestbase which must not exist beforehandCharlotte Koch
It's okay if the directory CONTAINING the newly-created project dir already exists. It's *specifically* the project dir itself which must not exist prior to `willora new`.
2024-06-27Copy the Gemfile, and provide a copy of "this" themeCharlotte Koch
2024-06-27Don't create destination dir if it already existsCharlotte Koch
2024-06-27willora(1) subcommand does not require leading dashes, misc fixesCharlotte Koch
2024-06-09Add willora(1) which can generate a project directory for youCharlotte Koch
2024-06-09Not every ISBN is a ISBN-13Charlotte Koch
2024-06-09Newer/better ODT reference docCharlotte Koch
2024-06-09Try to clean up blocks of verse in ODT outputCharlotte Koch
2024-06-07Update Asciidoctor-PDF to 2.3.17Charlotte Koch
2024-06-07DocBook, DOCX and ODT tiny adjustmentsCharlotte Koch
2024-06-07All editions stem from a common "base.erb" template nowCharlotte Koch
2024-06-05Significant EPUB3 creation and style fixesCharlotte Koch
2024-05-15Copyright is attributable to the companyCharlotte Koch
2024-03-05The EPUB depends on the its front cover imageCharlotte Koch
2024-03-05Add ODT supportCharlotte Koch
2023-12-31Comments in the unicodify script.Charlotte Koch
2023-12-31Put docx fixups into a separate fileCharlotte Koch
2023-12-31Handle single-quotes before double-quotesCharlotte Koch
2023-12-23Add a tool to help split an image onto two pagesCharlotte Koch
This is mostly for such things as world maps which span both the left and right pages in an open book
2023-12-21DRY up willora.mk a little bitCharlotte Koch
Common-ifying the various book sections and other necessary prerequesites
2023-12-21Paperback and hardcover can depend on user-defined "EXTRA" pagesCharlotte Koch
While here, fix a bug where the hardcover didn't depend on the biography
2023-12-20The different kinds of frontmatter now come from a single templateCharlotte Koch
2023-12-20Allow the colophon template to switch on the "volume kind"Charlotte Koch
This way we can write a template that does one thing if we're targeting a paperback, and a different thing for a hardcover -- for instance.
2023-11-09Need to use the correct MEDIA for the backmatter, tooCharlotte Koch
The "prepress" versus "print" distinction didn't propogate to the backmatter, now it does
2023-11-03Add a simple wordcount featureCharlotte Koch
2023-10-23Every edition has its own Catalog Number in addition to the ISBNCharlotte Koch
2023-10-22Changed Ko-Fi username to 'magentastripe'Charlotte Koch
2023-10-15Use MSM's code at the "MSM" branch, not "Charlotte"Charlotte Koch
2023-10-15Refer to MSM's copy of Asciidoctor, not dressupgeekout'sCharlotte Koch
2023-10-12Add a "Biography" section, and make sure backmatter text is justifiedCharlotte Koch
2023-10-08Purposefully exclude comments and handle smart-quoting directlyCharlotte Koch
Asciidoctor's handling of quote marks isn't perfect, but we can preprocess the markup a bit further to take care of it on our end. Also, strip comments out of the "concatenated" document on purpose -- this is to allow for more accurate word-counts.
2023-09-19Add "PoppyDigest", which is the Poppy theme but in Lulu Digest sizeCharlotte Koch
2023-09-19Add Acknowledgments sub-theme for PoppyCharlotte Koch
2023-09-19Initial Asciidoc -> docx converterCharlotte Koch
It is missing the "reference document" such that the resultant docx has the expected styling -- that will be next.
2023-09-19Spell my name correctlyCharlotte Koch
2023-09-19Add 'docbook' targetCharlotte Koch
2023-09-19Add my email to the copyright statementCharlotte Koch
2023-09-16Rubygems are always vendored locallyCharlotte Koch
2023-08-17The PDF converter subclassed is based on the THEMECharlotte Koch
Fixes #9
2023-08-17Mention epub in READMECharlotte Koch
2023-08-17Add graphical logo to READMECharlotte Koch
2023-08-17Use my professional emailCharlotte Koch
2023-08-17Upgrade to asciidoctor-pdf version 2.3.9Charlotte Koch
2023-08-17Sed substitutions to go in a separate fileCharlotte Koch
This is the beginnings of the big Unicode conversion table
2023-08-17Render different frontmatter for different editionsCharlotte Koch