Giter VIP home page Giter VIP logo

zlyxer's Introduction

elicker

elicker :: sanitary wrapper for eLyXer, optimizing output HTML to real-world end use (e.g., EPUB2 ebook readers)

Installation

elicker is a single zsh script and hence (usually!) trivially installed.

Manual

elicker requires the following runtime dependencies:

After installing such dependencies, simply copy elicker to a directory in the current user's ${PATH} (e.g., /usr/local/bin).

Hey, and away we go.

Usage

elicker [OPTIONS]... SOURCE_DIRECTORY SOURCE_LYX_FILE TARGET_HTML_FILE

While elicker is runnable directly from the command line, elicker is mostly intended to be run from within LyX. To do so, edit the Converter: field in LyX's ToolsPreferencesFile HandlingConverters dialog to read:

elicker --title "My Book Title" $$r $$i $$o

Since neither elicker or eLyXer are capable of automatically copying the title from input LyX documents to output HTML files, consider explicitly passing such title as above on a per-document basis.

As an eLyXer sanitizer, elicker supports all options and arguments supported by eLyXer as well as the following elicker-specific options:

  • --end-use END-USE, optimize output HTML to the specified real-world end use, where END-USE is one of the following strings (defaulting to ebook-quality-high if unspecified):
    • website, producing high-quality dynamic content for publication on websites.
    • ebook-quality-high, producing high-quality dynamic content for use in EPUB3 and/or KF8 ebooks.
    • ebook-quality-low, producing low-quality static content for use in EPUB2 and/or MOBI ebooks.

As example:

elicker --title "My Book Title" --end-use ebook-quality-low $$r $$i $$o

License

elicker adheres to a conventional GPLv3 license. See LICENSE for details.

zlyxer's People

Contributors

leycec avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.