publican_creators¶ ↑
DESCRIPTION¶ ↑
publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool 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 | [](http://rubygems.org/gems/publican_creators) |
downloads latest | [](http://rubygems.org/gems/publican_creators) |
downloads all | [](http://rubygems.org/gems/publican_creators) |
code quality | [](https://codeclimate.com/github/saigkill/publican_creators/maintainability) |
continuous integration |  |
dependencies | [](https://dependabot.com) |
security | [](https://hakiri.io/github/saigkill/publican_creators/master/shield) |
vulnerabilities | [](https://snyk.io/test/github/saigkill/publican_creators?targetFile=Gemfile.lock) |
documentation quality | [](https://inch-ci.org/github/saigkill/publican_creators) |
SCREENSHOT¶ ↑
Main¶ ↑
Revision Creator¶ ↑
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.