publican_creators 1.2.3 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,19 +1,19 @@
1
- # MAINTENANCE POLICY:
2
-
3
- I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
4
-
5
- * Major version: Whenever there is something significant or any backwards
6
- incompatible changes.
7
- * Minor version: When new, backwards compatible functionality is introduced a
8
- minor feature is introduced, or when a set of smaller features is rolled out.
9
- * Patch number: When backwards compatible bug fixes are introduced that fix
10
- incorrect behavior.
11
- * The current stable release will receive security patches and bug fixes
12
- (eg. 5.0 -> 5.0.1).
13
- * Feature releases will mark the next supported stable release where the minor
14
- version is increased numerically by increments of one (eg. 5.0 -> 5.1).
15
-
16
- I encourage everyone to run the latest stable release to ensure that you can
17
- easily upgrade to the most secure and feature rich experience. In order to
18
- make sure you can easily run the most recent stable release, we are working
1
+ # MAINTENANCE POLICY:
2
+
3
+ I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
4
+
5
+ * Major version: Whenever there is something significant or any backwards
6
+ incompatible changes.
7
+ * Minor version: When new, backwards compatible functionality is introduced a
8
+ minor feature is introduced, or when a set of smaller features is rolled out.
9
+ * Patch number: When backwards compatible bug fixes are introduced that fix
10
+ incorrect behavior.
11
+ * The current stable release will receive security patches and bug fixes
12
+ (eg. 5.0 -> 5.0.1).
13
+ * Feature releases will mark the next supported stable release where the minor
14
+ version is increased numerically by increments of one (eg. 5.0 -> 5.1).
15
+
16
+ I encourage everyone to run the latest stable release to ensure that you can
17
+ easily upgrade to the most secure and feature rich experience. In order to
18
+ make sure you can easily run the most recent stable release, we are working
19
19
  hard to keep the update process simple and reliable.
data/README.md CHANGED
@@ -1,95 +1,95 @@
1
- # publican_creators
2
-
3
- ## DESCRIPTION:
4
-
5
- publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool
6
- https://fedorahosted.org/publican/.
7
-
8
- publican_creators provides a simple gui for creating new DocBook stuff. It supports different environments, so you can predefine currently
9
- three environments (like work, home, home2) and work with them. You also can build to different output targets through
10
- the shipped Buildscript.
11
-
12
- The CHANGELOG.md contains a detailed description of what has changed.
13
-
14
- hoe-reek is released under the GPL3 License, see the file 'LICENSE.md' for more information.
15
-
16
- The official website is:
17
-
18
- https://github.com/saigkill/publican_creators
19
-
20
- |What|Where|
21
- |-----|-------------------------------------------------------------------------------------|
22
- |code | https://github.com/saigkill/publican_creators |
23
- |docs | https://saschamanns.de/docs/publican_creators/index.html |
24
- |apidoc | http://rubydoc.info/gems/publican_creators |
25
- |bugs & feature requests | https://github.com/saigkill/publican_creators/issues |
26
- |mailing list | https://groups.google.com/forum/#!forum/publican_creators |
27
- |openhub statistics | https://www.openhub.net/p/publicancreators |
28
- |authors blog | https://saschamanns.de |
29
- |min. rubyver | 2.3.0 |
30
-
31
- | What | Status |
32
- |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33
- |last public version | [![Last Version](https://badge.fury.io/rb/publican_creators.png)](http://rubygems.org/gems/publican_creators) |
34
- |downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
35
- |downloads all | [![Downloads all](https://img.shields.io/gem/dt/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
36
- |code quality | [![Maintainability](https://api.codeclimate.com/v1/badges/e6e62c135374e4c9e495/maintainability)](https://codeclimate.com/github/saigkill/publican_creators/maintainability) |
37
- |continuous integration | [![Build Status](https://dev.azure.com/saigkill/publican_creators/_apis/build/status/publican_creators-CI?branchName=master)](https://dev.azure.com/saigkill/publican_creators/_build/latest?definitionId=11&branchName=master) |
38
- |dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/publican_creators)](https://dependabot.com) |
39
- |security | [![Security](https://hakiri.io/github/saigkill/publican_creators/master.svg)](https://hakiri.io/github/saigkill/publican_creators/master/shield) |
40
- |vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/publican_creators/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/publican_creators?targetFile=Gemfile.lock) |
41
- |documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/publican_creators.svg?branch=master)](https://inch-ci.org/github/saigkill/publican_creators) |
42
-
43
-
44
- ## SCREENSHOT
45
-
46
- ### Main
47
- [![Screenshot](https://saschamanns.de//img/screenshots/PublicanCreators.png)](https://github.com/saigkill/publican_creators)
48
-
49
- ### Revision Creator
50
- [![Screenshot](https://saschamanns.de//img/screenshots/RevisionCreator.png)](https://github.com/saigkill/publican_creators)
51
-
52
- ## FEATURES/PROBLEMS:
53
-
54
- * GUI to control publican
55
-
56
- ## SYNOPSIS:
57
-
58
- $ publican_creators.rb (Main program)
59
- $ revision_creator.rb (The revision updater)
60
-
61
- Or just use the Launcher.
62
-
63
- This Gem was programmed and tested on Linux systems. If anyone would like to make the methods also fit for other OS,
64
- I'm happy about Pull requests.
65
-
66
- ## REQUIREMENTS:
67
-
68
- * nokogiri
69
- * parseconfig
70
- * rainbow
71
- * notifier
72
-
73
- ## REQUIREMENTS (hard dependencies):
74
-
75
- * yad
76
- * publican (a 4.x version is needed)
77
-
78
- ## INSTALL:
79
-
80
- The installation is very easy.
81
-
82
- gem install publican_creators
83
- cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-$RUBYVERSION/gems/publican_creators)
84
- rake
85
-
86
- You have to run the setup after each gem update.
87
-
88
- ## DEVELOPERS:
89
-
90
- After checking out the source, run:
91
-
92
- $ rake newb
93
-
94
- This task will install any missing dependencies, run the tests/specs,
1
+ # publican_creators
2
+
3
+ ## DESCRIPTION:
4
+
5
+ publican_creators are a small tool for daily DocBook writers who are using the Redhat publican tool
6
+ https://fedorahosted.org/publican/.
7
+
8
+ publican_creators provides a simple gui for creating new DocBook stuff. It supports different environments, so you can predefine currently
9
+ three environments (like work, home, home2) and work with them. You also can build to different output targets through
10
+ the shipped Buildscript.
11
+
12
+ The CHANGELOG.md contains a detailed description of what has changed.
13
+
14
+ hoe-reek is released under the GPL3 License, see the file 'LICENSE.md' for more information.
15
+
16
+ The official website is:
17
+
18
+ https://github.com/saigkill/publican_creators
19
+
20
+ |What|Where|
21
+ |-----|-------------------------------------------------------------------------------------|
22
+ |code | https://github.com/saigkill/publican_creators |
23
+ |docs | https://saigkill.github.io/publican_creators/ |
24
+ |apidoc | http://rubydoc.info/gems/publican_creators |
25
+ |bugs & feature requests | https://github.com/saigkill/publican_creators/issues |
26
+ |mailing list | https://groups.google.com/forum/#!forum/publican_creators |
27
+ |openhub statistics | https://www.openhub.net/p/publicancreators |
28
+ |authors blog | https://saschamanns.de |
29
+ |min. rubyver | 2.3.0 |
30
+
31
+ | What | Status |
32
+ |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33
+ |last public version | [![Last Version](https://badge.fury.io/rb/publican_creators.png)](http://rubygems.org/gems/publican_creators) |
34
+ |downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
35
+ |downloads all | [![Downloads all](https://img.shields.io/gem/dt/publican_creators.svg)](http://rubygems.org/gems/publican_creators) |
36
+ |code quality | [![Maintainability](https://api.codeclimate.com/v1/badges/e6e62c135374e4c9e495/maintainability)](https://codeclimate.com/github/saigkill/publican_creators/maintainability) |
37
+ |continuous integration | ![CI](https://github.com/saigkill/publican_creators/workflows/CI/badge.svg?branch=master&event=push) |
38
+ |dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/publican_creators)](https://dependabot.com) |
39
+ |security | [![Security](https://hakiri.io/github/saigkill/publican_creators/master.svg)](https://hakiri.io/github/saigkill/publican_creators/master/shield) |
40
+ |vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/publican_creators/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/publican_creators?targetFile=Gemfile.lock) |
41
+ |documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/publican_creators.svg?branch=master)](https://inch-ci.org/github/saigkill/publican_creators) |
42
+
43
+
44
+ ## SCREENSHOT
45
+
46
+ ### Main
47
+ [![Screenshot](https://saschamanns.de//img/screenshots/PublicanCreators.png)](https://github.com/saigkill/publican_creators)
48
+
49
+ ### Revision Creator
50
+ [![Screenshot](https://saschamanns.de//img/screenshots/RevisionCreator.png)](https://github.com/saigkill/publican_creators)
51
+
52
+ ## FEATURES/PROBLEMS:
53
+
54
+ * GUI to control publican
55
+
56
+ ## SYNOPSIS:
57
+
58
+ $ publican_creators.rb (Main program)
59
+ $ revision_creator.rb (The revision updater)
60
+
61
+ Or just use the Launcher.
62
+
63
+ This Gem was programmed and tested on Linux systems. If anyone would like to make the methods also fit for other OS,
64
+ I'm happy about Pull requests.
65
+
66
+ ## REQUIREMENTS:
67
+
68
+ * nokogiri
69
+ * parseconfig
70
+ * rainbow
71
+ * notifier
72
+
73
+ ## REQUIREMENTS (hard dependencies):
74
+
75
+ * yad
76
+ * publican (a 4.x version is needed)
77
+
78
+ ## INSTALL:
79
+
80
+ The installation is very easy.
81
+
82
+ gem install publican_creators
83
+ cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-$RUBYVERSION/gems/publican_creators)
84
+ rake
85
+
86
+ You have to run the setup after each gem update.
87
+
88
+ ## DEVELOPERS:
89
+
90
+ After checking out the source, run:
91
+
92
+ $ rake newb
93
+
94
+ This task will install any missing dependencies, run the tests/specs,
95
95
  and generate the RDoc.
@@ -1,22 +1,22 @@
1
- #!/usr/bin/env ruby
2
- # Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
3
- #
4
- # This program is free software: you can redistribute it and/or modify
5
- # it under the terms of the GNU General Public License as published by
6
- # the Free Software Foundation, either version 3 of the License, or
7
- # (at your option) any later version.
8
- #
9
- # This program is distributed in the hope that it will be useful,
10
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- # GNU General Public License for more details.
13
- #
14
- # You should have received a copy of the GNU General Public License
15
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
-
17
- # Dependencies
18
- require 'rubygems'
19
- require 'publican_creators'
20
- require 'bundler/setup'
21
-
22
- IRB.start
1
+ #!/usr/bin/env ruby
2
+ # Copyright (C) 2013-2020 Sascha Manns <Sascha.Manns@outlook.de>
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ # Dependencies
18
+ require 'rubygems'
19
+ require 'publican_creators'
20
+ require 'bundler/setup'
21
+
22
+ IRB.start
@@ -1,20 +1,20 @@
1
- #!/usr/bin/env ruby
2
- # Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
3
- #
4
- # This program is free software: you can redistribute it and/or modify
5
- # it under the terms of the GNU General Public License as published by
6
- # the Free Software Foundation, either version 3 of the License, or
7
- # (at your option) any later version.
8
- #
9
- # This program is distributed in the hope that it will be useful,
10
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- # GNU General Public License for more details.
13
- #
14
- # You should have received a copy of the GNU General Public License
15
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
-
17
- # Dependencies
18
-
19
- require File.expand_path(File.join(File.dirname(__FILE__), '../lib/publican_creators', 'revision.rb'))
20
- RevisionCreator.new
1
+ #!/usr/bin/env ruby
2
+ # Copyright (C) 2013-2020 Sascha Manns <Sascha.Manns@outlook.de>
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ # Dependencies
18
+
19
+ require File.expand_path(File.join(File.dirname(__FILE__), '../lib/publican_creators', 'revision.rb'))
20
+ RevisionCreator.new
@@ -1,85 +1,85 @@
1
- # Configuration file for PublicanCreators
2
- # Change this file to pacify your needs
3
- conf_ver = '1'
4
-
5
- # Global
6
- name = 'Sascha Manns'
7
- email_private = 'Sascha.Manns@outlook.de'
8
-
9
- # Specify your language like de-DE
10
- language = 'de-DE'
11
-
12
- # If you want to use DocBook5 as default so set it there
13
- db5 = 'true'
14
-
15
- # Choose if you like to use a special brand or use the publican default
16
- use_brand = 'true'
17
-
18
- # If you write anything do you would like to use the default titlelogo
19
- # Hint: Another way can be to write own XSL-FO Stylesheets and use an own brand
20
- title_logo = 'false'
21
-
22
- # Would you like to remove the XI-Include from articles?
23
- # Hint: Maybe you use it in another way.
24
- legal = 'true'
25
-
26
- # If you have an own xfc brand (xfc is a fo processor for docx, odt and so on)
27
- # you can place your path there
28
- xfc_brand_dir = "/opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl"
29
-
30
- # Set your prefered PDF-Viewer e.g. evince
31
- pdfview = "/opt/cxoffice/bin/wine --bottle "PDF-XChange Viewer 2.x" --cx-app PDFXCview.exe"
32
-
33
- # Private
34
-
35
- # If you are using different brands for your homework and private you can place it there
36
- # If you would like to use the publican brand just set brand_private = '' and brand_homework = ''
37
- brand_private = 'manns'
38
- brand_homework = 'ils'
39
-
40
- # Define your standard directory for articles if you writing private
41
- # Please set the directory without leading "/home/username"
42
- articles_dir_priv = "Dokumente/Textdokumente/publican-manns/articles"
43
-
44
- # If the option homework is given in the dialog the program
45
- # uses this directory.
46
- # Please set the directory without leading "/home/username"
47
- homework_dir = "Dokumente/Textdokumente/publican-manns/articles/homework"
48
-
49
- # Define there your books directory
50
- # Please set the directory without leading "/home/username"
51
- books_dir_priv = "Dokumente/Textdokumente/publican-manns/books"
52
-
53
- # Work
54
-
55
- # If choosen yes please tell the name as shown in /usr/share/publican/Common_Content
56
- # Like XCOM for /usr/share/publican/Common_Content/XCOM or
57
- # manns for /usr/share/publican/Common_Content/manns
58
- # If you would like to use the publican brand just set brand = ''
59
- brand = 'XCOM'
60
- company_name = 'XCOM AG'
61
- company_division = 'SWE7 (Sascha B)'
62
- email_business = 'Sascha.Manns@xcom.de'
63
-
64
- # System Variables
65
- # If you are using a publican brand you can place there
66
- # the full path to them
67
- brand_dir = '/usr/share/publican/Common_Content/XCOM'
68
-
69
- # If the brand has a global entities file you can place
70
- # the path there. Please leave the #{brand_dir} because
71
- # it will be handled by ruby later.
72
- globalentities = "de-DE/entitiesxcom.ent"
73
-
74
- # Define your standard directory for articles
75
- # Please set the directory without leading "/home/username"
76
- articles_dir = "Dokumente/Textdokumente/publican-documentation/articles/Projekte/GSBUHA/Dokumentation/"
77
-
78
- # If the option Reports is given in the dialog the program
79
- # uses this directory.
80
- # Please set the directory without leading "/home/username"
81
- reports_dir = "Dokumente/Textdokumente/publican-documentation/articles/Projekte/GSBUHA/Dokumentation/Reports"
82
-
83
- # Define there your books directory
84
- # Please set the directory without leading "/home/username"
1
+ # Configuration file for PublicanCreators
2
+ # Change this file to pacify your needs
3
+ conf_ver = '1'
4
+
5
+ # Global
6
+ name = 'Sascha Manns'
7
+ email_private = 'Sascha.Manns@outlook.de'
8
+
9
+ # Specify your language like de-DE
10
+ language = 'de-DE'
11
+
12
+ # If you want to use DocBook5 as default so set it there
13
+ db5 = 'true'
14
+
15
+ # Choose if you like to use a special brand or use the publican default
16
+ use_brand = 'true'
17
+
18
+ # If you write anything do you would like to use the default titlelogo
19
+ # Hint: Another way can be to write own XSL-FO Stylesheets and use an own brand
20
+ title_logo = 'false'
21
+
22
+ # Would you like to remove the XI-Include from articles?
23
+ # Hint: Maybe you use it in another way.
24
+ legal = 'true'
25
+
26
+ # If you have an own xfc brand (xfc is a fo processor for docx, odt and so on)
27
+ # you can place your path there
28
+ xfc_brand_dir = "/opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl"
29
+
30
+ # Set your prefered PDF-Viewer e.g. evince
31
+ pdfview = "/opt/cxoffice/bin/wine --bottle "PDF-XChange Viewer 2.x" --cx-app PDFXCview.exe"
32
+
33
+ # Private
34
+
35
+ # If you are using different brands for your homework and private you can place it there
36
+ # If you would like to use the publican brand just set brand_private = '' and brand_homework = ''
37
+ brand_private = 'manns'
38
+ brand_homework = 'ils'
39
+
40
+ # Define your standard directory for articles if you writing private
41
+ # Please set the directory without leading "/home/username"
42
+ articles_dir_priv = "Dokumente/Textdokumente/publican-manns/articles"
43
+
44
+ # If the option homework is given in the dialog the program
45
+ # uses this directory.
46
+ # Please set the directory without leading "/home/username"
47
+ homework_dir = "Dokumente/Textdokumente/publican-manns/articles/homework"
48
+
49
+ # Define there your books directory
50
+ # Please set the directory without leading "/home/username"
51
+ books_dir_priv = "Dokumente/Textdokumente/publican-manns/books"
52
+
53
+ # Work
54
+
55
+ # If choosen yes please tell the name as shown in /usr/share/publican/Common_Content
56
+ # Like XCOM for /usr/share/publican/Common_Content/XCOM or
57
+ # manns for /usr/share/publican/Common_Content/manns
58
+ # If you would like to use the publican brand just set brand = ''
59
+ brand = 'XCOM'
60
+ company_name = 'XCOM AG'
61
+ company_division = 'SWE7 (Sascha B)'
62
+ email_business = 'Sascha.Manns@xcom.de'
63
+
64
+ # System Variables
65
+ # If you are using a publican brand you can place there
66
+ # the full path to them
67
+ brand_dir = '/usr/share/publican/Common_Content/XCOM'
68
+
69
+ # If the brand has a global entities file you can place
70
+ # the path there. Please leave the #{brand_dir} because
71
+ # it will be handled by ruby later.
72
+ globalentities = "de-DE/entitiesxcom.ent"
73
+
74
+ # Define your standard directory for articles
75
+ # Please set the directory without leading "/home/username"
76
+ articles_dir = "Dokumente/Textdokumente/publican-documentation/articles/Projekte/GSBUHA/Dokumentation/"
77
+
78
+ # If the option Reports is given in the dialog the program
79
+ # uses this directory.
80
+ # Please set the directory without leading "/home/username"
81
+ reports_dir = "Dokumente/Textdokumente/publican-documentation/articles/Projekte/GSBUHA/Dokumentation/Reports"
82
+
83
+ # Define there your books directory
84
+ # Please set the directory without leading "/home/username"
85
85
  books_dir = "Dokumente/Textdokumente/publican-documentation/books"