publican_creators

DESCRIPTION

publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool https://fedorahosted.org/publican/.

publican_creators provides a simple gui for creating new DocBook stuff. It supports different environments, so you can predefine currently three environments (like work, home, home2) and work with them. You also can build to different output targets through the shipped Buildscript.

The CHANGELOG.md contains a detailed description of what has changed.

hoe-reek is released under the GPL3 License, see the file 'LICENSE.md' for more information.

The official website is:

https://github.com/saigkill/publican_creators
What Where
code [https://github.com/saigkill/publican_creators]
docs [https://saigkill.github.io/publican_creators/]
apidoc [http://rubydoc.info/gems/publican_creators]
bugs & feature requests [https://github.com/saigkill/publican_creators/issues]
mailing list [https://groups.google.com/forum/#!forum/publican_creators]
openhub statistics [https://www.openhub.net/p/publicancreators]
authors blog [https://saschamanns.de]
min. rubyver 2.3.0
What Status
last public version Last Version
downloads latest Downloads latest
downloads all Downloads all
code quality Maintainability
continuous integration Ruby Gem
dependencies Dependabot Status
security Security
vulnerabilities Known Vulnerabilities
documentation quality Documentation Quality

SCREENSHOT

Main

Screenshot

Revision Creator

Screenshot

FEATURES/PROBLEMS

  • GUI to control publican

SYNOPSIS

$ publican_creators.rb (Main program)
$ revision_creator.rb (The revision updater)

Or just use the Launcher.

This Gem was programmed and tested on Linux systems. If anyone would like to make the methods also fit for other OS, I'm happy about Pull requests.

REQUIREMENTS

  • nokogiri
  • parseconfig
  • rainbow
  • notifier

REQUIREMENTS (hard dependencies)

  • yad
  • publican (a 4.x version is needed)

INSTALL

The installation is very easy.

gem install publican_creators
cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-$RUBYVERSION/gems/publican_creators)
rake

You have to run the setup after each gem update.

DEVELOPERS

After checking out the source, run:

`$ rake newb`

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.