Module: EpubForge

Extended by:
CustomHelpers, Utils::RootPath
Defined in:
lib/action/runner.rb,
lib/errors.rb,
lib/epubforge.rb,
lib/utils/misc.rb,
lib/epub/builder.rb,
lib/epub/packager.rb,
lib/custom_helpers.rb,
lib/utils/htmlizer.rb,
lib/utils/settings.rb,
lib/project/project.rb,
lib/utils/file_path.rb,
lib/utils/root_path.rb,
lib/epub/assets/html.rb,
lib/epub/assets/page.rb,
lib/utils/downloader.rb,
lib/epub/assets/asset.rb,
lib/epub/assets/image.rb,
lib/epub/assets/xhtml.rb,
lib/action/cli_command.rb,
lib/action/thor_action.rb,
lib/utils/class_loader.rb,
lib/utils/file_orderer.rb,
lib/action/cli_sequence.rb,
lib/epub/assets/textile.rb,
lib/utils/action_loader.rb,
lib/epub/assets/markdown.rb,
lib/action/actions_lookup.rb,
lib/utils/html_translator.rb,
lib/action/run_description.rb,
lib/epub/assets/stylesheet.rb,
lib/action/file_transformer.rb,
lib/utils/directory_builder.rb,
lib/utils/template_evaluator.rb,
lib/utils/html_translator_queue.rb

Overview

Another trivial change

Defined Under Namespace

Modules: Action, CustomHelpers, Epub, Exceptions, Utils Classes: Project

Constant Summary collapse

DEBUG =
false
VERSION =
EpubForge.root("VERSION").read
ACTIONS_DIR =
EpubForge.root.join( "config", "actions" )
TEMPLATES_DIR =
EpubForge.root.join( "templates" )
USER_SETTINGS =
XDG['CONFIG_HOME'].to_s.fwf_filepath.join( "epubforge" )
USER_GLOBALS_FILE =
USER_SETTINGS.join( "globals.rb" )
USER_ACTIONS_DIR =
USER_SETTINGS.join( "actions" )

Method Summary

Methods included from CustomHelpers

ask, collect_stdout

Methods included from Utils::RootPath

root, set_root_path