Re:VIEW is flexible document format/conversion system
Re:VIEW is flexible document format/conversion system
Re:VIEW is an easy-to-use digital publishing system for paper books and ebooks.
Output formats Re:VIEW supports are:
Re:VIEW uses its original format('Re:VIEW format') as source files. See doc/format.md.
There are commands generate files directly.
And some useful commands.
Install gem yourself as:
$ gem install review
Or build from source:
$ git clone https://github.com/kmuto/review.git
$ cd review
$ rake install
Or add the ./bin directory to your $PATH:
$ echo "export PATH=PATH_OF_REVIEW/bin:$PATH" >> ~/.profile
$ review-init hello
$ cd hello
$ (... add and edit *.re file, config.yml and catalog.yml ...)
$ rake epub ## generating EPUB
$ rake pdf ## generating PDF (Requirement TeXLive)
$ rake text ## generating texts
$ rake web ## generating Web pages
$ rake idgxml ## generating InDesign XML files
$ rake vivliostyle ## generating PDF using Vivliostyle-CLI (Requirement Vivliostyle-CLI)
For further information, see doc/quickstart.md
Main part of Re:VIEW is applied GNU Lesser General Public License (LGPL). See COPYING file.
Exception:
Copyright (c) 2006-2024 Minero Aoki, Kenshi Muto, Masayoshi Takahashi, Masanori Kado.
No open issues yet, or sync has not completed.