= publican_creators
home :: http://saigkill.github.io
code :: https://gitlab.com/saigkill/publican_creators
docs :: https://gitlab.com/saigkill/publican_creators/wikis/home
bugs :: https://gitlab.com/saigkill/publican_creators/issues
mailinglist :: https://groups.google.com/forum/#!forum/publicancreators
openhub statistics :: https://www.openhub.net/p/publican_creators
openhatch :: http://openhatch.org/projects/publicancreators
mailinglist :: https://groups.google.com/forum/#!forum/publicancreators
license :: {}[https://gitlab.com/saigkill/publican_creators/blob/master/LICENSE.rdoc]
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]
continuous integration :: {}[https://secure.travis-ci.org/saigkill/publican_creators]
continuous integration :: {}[https://scrutinizer-ci.com/g/saigkill/publican_creators/]
code quality :: {}[https://scrutinizer-ci.com/g/saigkill/publican_creators/]
code quality :: {}[https://codeclimate.com/github/saigkill/PublicanCreators]
security :: {}[https://hakiri.io/github/saigkill/publican_creators/master]
test coverage :: {}[https://coveralls.io/github/saigkill/PublicanCreators]
dependency check :: {}[https://gemnasium.com/saigkill/publican_creators]
documentation quality :: {}[http://inch-ci.org/github/saigkill/PublicanCreators]
donations :: {}[https://pledgie.com/campaigns/29306]
donations :: {}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
== DESCRIPTION:
PublicanCreators are a small tool for daily DocBook writers who are using the Redhat publican tool https://fedorahosted.org/publican/. PublicanCreators asks after
launching which title, type and environment should be used. Then it starts publican with that settings and works then with the produced files.
It will work inside the Article_Info.xml, Book_Info.xml, TITLE.ent, Author_Group.xml and Revision_History.xml and
will replace the default values with your name, your company, your company_divison and your private or your business
email address, depending on your chosen environment. Also you can set inside your config file that you want to remove
the Title Logo or the Legal Notice. As a feature it ships a build script for each project.
== FEATURES/PROBLEMS:
* GUI to control publican
== SYNOPSIS:
publican_creators.rb (Main program)
revision_creator.rb (The revision updater)
Or just use the Launcher.
== REQUIREMENTS:
* nokogiri
* parseconfig
* rainbow
* manns_shared
* setup
* notifier
== REQUIREMENTS (hard)
* yad
* publican (a 4.x version is needed). If you use Ubuntu you can use the ppa ppa:sascha-manns-h/publican.
== INSTALL:
The installation is very easy.
gem install publican_creators
cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.1/gems/publican_creators)
rake
Read the documentation at: https://gitlab.com/saigkill/publican_creators/wikis/home
You have to run the setup after each gem update.
If you like this gem, don't forget to give the GitLab repo a start :-)
== DEVELOPERS:
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.
Read https://gitlab.com/saigkill/publican_creators/blob/master/CONTRIBUTING.md
== LICENSE:
(The MIT License)
Copyright (c) 2015 Sascha Manns
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.