Skip to content

kmuto/review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b37551 · Mar 1, 2018
Feb 28, 2018
May 1, 2017
Feb 25, 2018
Mar 1, 2018
Jan 8, 2018
Feb 28, 2018
Dec 26, 2016
Dec 13, 2017
Feb 18, 2017
Dec 31, 2017
Jan 16, 2010
Jul 22, 2015
Sep 23, 2017
Mar 1, 2018
Mar 1, 2018
Feb 2, 2018
Sep 23, 2017
May 8, 2016
Mar 1, 2018

Repository files navigation

Re:VIEW

Gem Version Build Status Build status

Re:VIEW is an easy-to-use digital publishing system for paper books and ebooks.

Supported Formats

supported formats

Output formats Re:VIEW supports are:

  • EPUB
  • LaTeX
  • InDesign (IDGXML)
  • Markdown
  • plain text (TOPBuilder Text Markup Language)

Re:VIEW uses its original format('Re:VIEW format') as source files. See doc/format.md.

Commands

There are two commands generate files directly.

  • review-epubmaker: generate EPUB file.
  • review-pdfmaker: generate PDF file using LaTeX(ptexlive).

And some useful commands.

  • review-compile: compile Re:VIEW fomat files.
  • review-vol: figure out size of Re:VIEW files.
  • review-index: generate index with various format.
  • review-preproc: preprocessor.

Installation

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

Quick Start

$ review-init hello
$ cd hello
$ (... add and edit *.re file, config.yml and catalog.yml ...)
$ rake epub  ## generating EPUB
$ rake pdf   ## generating PDF(Requirement TeX)

For further information, see doc/quickstart.md

Resources

URL
Home http://reviewml.org
Project https://github.com/kmuto/review/
Gems https://rubygems.org/gems/review
Wiki https://github.com/kmuto/review/wiki
Bugs https://github.com/kmuto/review/issues

Documents

Issues tracker

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

License

LGPL. See COPYING file.

  • jumoline.sty (test/sample-book/src/vendor/jumoline): The LaTeX Project Public License. See LPPL file.

Copyright

Copyright (c) 2006-2018 Minero Aoki, Kenshi Muto, Masayoshi Takahashi, Masanori Kado.