hoe-reek 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f29a81d11489f8d4fc0426a9d8712a6a1954bd1
4
- data.tar.gz: 48ca927df18f8dd98f862bdd8606746d45c12b5d
3
+ metadata.gz: ee57364b70464d0ce7a44bd6073b62ee88be4be3
4
+ data.tar.gz: 1a67f0b79295775a349fb34116ecb4d4f15efae7
5
5
  SHA512:
6
- metadata.gz: 4ba77912ef74fe729eb775d8f7df377eabb03b14501c2497128437c39adfa4ed35842c9b8d887fc37034cd2cec76d4b162617f77bec681645de646ac36e5efb8
7
- data.tar.gz: be9c4922bc45b77a5cccd1a2668e5fe0ddad220cedf82f9e779a046e2df4e24cacfc2508c818cec9c5d5a9a01bc41a31392df637f07ca291ad2ae2662042a479
6
+ metadata.gz: e6cbf4298c372561a7d1b837000806a469ae63c103685be59af9595e87473f3a58d7bf73e1dc7a4f2ea71ebac2dd3cf47a17e34cccd66c8ded27849a05d3afbd
7
+ data.tar.gz: 6c5035c8427d0d00f28132dfd5275f7afb49dbc043d105998c56abcaf414290d54cd67daed51677225b87e6fd1d27607e0cf59b36842e0e18eadd6286bf74972
@@ -30,6 +30,7 @@ GEM
30
30
  hoe-bundler (1.3.0)
31
31
  hoe (>= 2.2.0)
32
32
  hoe-doofus (1.0.0)
33
+ hoe (>= 2.3.1)
33
34
  hoe-git (1.6.0)
34
35
  hoe-highline (0.2.1)
35
36
  highline (~> 1.6)
@@ -44,13 +45,13 @@ GEM
44
45
  ice_nine (0.11.2)
45
46
  json (1.8.3)
46
47
  parseconfig (1.0.8)
47
- parser (2.3.1.2)
48
+ parser (2.3.1.4)
48
49
  ast (~> 2.2)
49
50
  rainbow (2.1.0)
50
- rake (11.2.2)
51
+ rake (11.3.0)
51
52
  rdoc (4.2.2)
52
53
  json (~> 1.4)
53
- reek (4.4.0)
54
+ reek (4.4.2)
54
55
  codeclimate-engine-rb (~> 0.3.1)
55
56
  parser (~> 2.3.1, >= 2.3.1.2)
56
57
  rainbow (~> 2.0)
@@ -58,7 +59,7 @@ GEM
58
59
  rspec-core (~> 3.5.0)
59
60
  rspec-expectations (~> 3.5.0)
60
61
  rspec-mocks (~> 3.5.0)
61
- rspec-core (3.5.2)
62
+ rspec-core (3.5.4)
62
63
  rspec-support (~> 3.5.0)
63
64
  rspec-expectations (3.5.0)
64
65
  diff-lcs (>= 1.2.0, < 2.0)
@@ -72,7 +73,7 @@ GEM
72
73
  json (>= 1.8, < 3)
73
74
  simplecov-html (~> 0.10.0)
74
75
  simplecov-html (0.10.0)
75
- term-ansicolor (1.3.2)
76
+ term-ansicolor (1.4.0)
76
77
  tins (~> 1.0)
77
78
  thor (0.19.1)
78
79
  thread_safe (0.3.5)
@@ -17,24 +17,4 @@ Manifest.txt
17
17
  README.rdoc
18
18
  Rakefile
19
19
  config.reek
20
- docs/Rakefile
21
- docs/de-DE/Article_Info.xml
22
- docs/de-DE/Author_Group.xml
23
- docs/de-DE/Rakefile
24
- docs/de-DE/Revision_History.xml
25
- docs/de-DE/hoe-reek.ent
26
- docs/de-DE/hoe-reek.xml
27
- docs/de-DE/images/icon.svg
28
- docs/en-US/Article_Info.mo
29
- docs/en-US/Article_Info.po
30
- docs/en-US/Author_Group.po
31
- docs/en-US/Revision_History.po
32
- docs/en-US/Revision_History.xml
33
- docs/en-US/hoe-reek.mo
34
- docs/en-US/hoe-reek.po
35
- docs/pot/Article_Info.pot
36
- docs/pot/Author_Group.pot
37
- docs/pot/Revision_History.pot
38
- docs/pot/hoe-reek.pot
39
- docs/publican.cfg
40
20
  lib/hoe/reek.rb
@@ -3,7 +3,7 @@
3
3
  # @author: Sascha Manns
4
4
  # @abstract: hoe-reek is a small reek integration into hoe
5
5
  #
6
- # Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
@@ -11,7 +11,7 @@
11
11
  # Main module for hoe-reek
12
12
  module Hoe::Reek
13
13
  # Versionizing the gem
14
- VERSION = '1.1.6'
14
+ VERSION = '1.1.7'
15
15
 
16
16
  #attr_accessor :reek
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-reek
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-02 00:00:00.000000000 Z
12
+ date: 2017-02-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -270,26 +270,6 @@ files:
270
270
  - README.rdoc
271
271
  - Rakefile
272
272
  - config.reek
273
- - docs/Rakefile
274
- - docs/de-DE/Article_Info.xml
275
- - docs/de-DE/Author_Group.xml
276
- - docs/de-DE/Rakefile
277
- - docs/de-DE/Revision_History.xml
278
- - docs/de-DE/hoe-reek.ent
279
- - docs/de-DE/hoe-reek.xml
280
- - docs/de-DE/images/icon.svg
281
- - docs/en-US/Article_Info.mo
282
- - docs/en-US/Article_Info.po
283
- - docs/en-US/Author_Group.po
284
- - docs/en-US/Revision_History.po
285
- - docs/en-US/Revision_History.xml
286
- - docs/en-US/hoe-reek.mo
287
- - docs/en-US/hoe-reek.po
288
- - docs/pot/Article_Info.pot
289
- - docs/pot/Author_Group.pot
290
- - docs/pot/Revision_History.pot
291
- - docs/pot/hoe-reek.pot
292
- - docs/publican.cfg
293
273
  - lib/hoe/reek.rb
294
274
  homepage: http://saigkill.github.io
295
275
  licenses:
@@ -1,24 +0,0 @@
1
- # -*- ruby -*-
2
- # encoding: utf-8
3
- require 'fileutils'
4
-
5
- task :default do
6
- puts 'uasge rake [build] [publish]'
7
- puts
8
- puts 'Options:'
9
- puts 'build: builds the publication for de-DE and en-US'
10
- puts 'publish: copies the publication to the right dir in saigkill.github.io/docs, adds, commits and pushs'
11
- end
12
-
13
- task :build do
14
- system('publican build --formats=html --langs=de-DE,en-US')
15
- end
16
-
17
- task :publish do
18
- system('cp -a * ~/RubymineProjects/saigkill.github.com/docs/hoe-reek')
19
- FileUtils.cd('~/RubymineProjects/saigkill.github.com/docs/hoe-reek')
20
- system('git add *')
21
- system('git commit -m "Updated docs for hoe-reek"')
22
- system('git push')
23
- FileUtils.cd('~/RubymineProjects/hoe-reek')
24
- end
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE info [
3
- <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
- <!ENTITY % sgml.features "IGNORE">
5
- <!ENTITY % xml.features "INCLUDE">
6
- <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
7
- %BOOK_ENTITIES;
8
- %DOCBOOK_ENTS;
9
- ]>
10
- <info xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="info-Documentation-hoe-reek-hoe_reek">
11
- <title>hoe-reek</title>
12
- <subtitle>Erweitert hoe um eine Reek Überprüfungsfunktion.</subtitle>
13
- <productname>Documentation</productname>
14
- <productnumber>&VERSION;</productnumber>
15
- <edition>0</edition>
16
- <abstract>
17
- <para>
18
- hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen zusätzlichen Reek Rake-Task.
19
- </para>
20
- </abstract>
21
-
22
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Legal_Notice.xml"/>
23
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Author_Group.xml"/>
24
- </info>
@@ -1,22 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8' ?>
2
- <!DOCTYPE authorgroup [
3
- <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
- %BOOK_ENTITIES;
5
- <!ENTITY % sgml.features "IGNORE">
6
- <!ENTITY % xml.features "INCLUDE">
7
- <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
- %DOCBOOK_ENTS;
9
- ]>
10
- <authorgroup version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
- <author>
12
- <personname><firstname>Sascha</firstname>
13
- <surname>Manns</surname>
14
- </personname>
15
- <affiliation>
16
- <orgname></orgname>
17
- <orgdiv></orgdiv>
18
- </affiliation>
19
- <email>samannsml@directbox.com</email>
20
- </author>
21
- </authorgroup>
22
-
@@ -1,193 +0,0 @@
1
- # -*- ruby -*-
2
- # encoding: utf-8
3
- require 'fileutils'
4
-
5
- task :default do
6
- puts 'usage: rake [export_docx] [export_odt] [export_rtf] [export_wml] [export_pdf] [export_html] [export_man] [export_txt] [export_txt] [export_epub]'
7
- puts
8
- puts 'Options:'
9
- puts 'export_docx : Export DocBook source to DOCX'
10
- puts ' Example: rake export_docx'
11
- puts 'export_odt : Export DocBook source to ODT'
12
- puts ' Example: rake export_odt'
13
- puts 'export_rtf : Export DocBook source to RTF'
14
- puts ' Example: rake export_rtf'
15
- puts 'export_wml: Export DocBook source to WML'
16
- puts ' Example: rake export_wml'
17
- puts 'export_pdf: Export Docbook source to PDF'
18
- puts ' Example: rake export_pdf'
19
- puts 'export_html: Export DocBook source to HTML'
20
- puts ' Example: rake export_html'
21
- puts 'export_man: Export DocBook source to MAN'
22
- puts ' Example: rake export_man'
23
- puts 'export_txt: Export DocBook source to TXT'
24
- puts ' Example: rake export_txt'
25
- puts 'export_epub: Export DocBook source to EPUB'
26
- puts ' Example: rake export_epub'
27
- puts 'export_eclipse: Export DocBook source to Eclipse Help'
28
- puts ' Example: rake export_eclipse'
29
- end
30
-
31
- require 'dir'
32
- require 'fileutils'
33
- desc 'Checks if temp dir is available. Otherwise it creates it'
34
- task :checker do
35
- todos = "../tmp/de-DE/docx"
36
- if Dir.exist?(todos)
37
- puts 'Found directory. Im using it.'
38
- else
39
- puts 'No directory found. Im creating it.'
40
- FileUtils.mkdir_p(todos)
41
- end
42
- todos = "../tmp/de-DE/odt"
43
- if Dir.exist?(todos)
44
- puts 'Found directory. Im using it.'
45
- else
46
- puts 'No directory found. Im creating it.'
47
- FileUtils.mkdir_p(todos)
48
- end
49
- todos = "../tmp/de-DE/rtf"
50
- if Dir.exist?(todos)
51
- puts 'Found directory. Im using it.'
52
- else
53
- puts 'No directory found. Im creating it.'
54
- FileUtils.mkdir_p(todos)
55
- end
56
- todos = "../tmp/de-DE/wml"
57
- if Dir.exist?(todos)
58
- puts 'Found directory. Im using it.'
59
- else
60
- puts 'No directory found. Im creating it.'
61
- FileUtils.mkdir_p(todos)
62
- end
63
- end
64
-
65
- desc 'Convert to DOCX'
66
- task :export_docx => [:checker] do
67
- puts 'Resolving all XML-Entities and XI-Includes'
68
- system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
69
- puts 'Formatting XML to XSL-FO'
70
- system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
71
- puts 'Removing temporary resolved file'
72
- FileUtils.rm('hoe-reek-resolved.xml')
73
- puts 'Transforming to DOCX'
74
- system("fo2docx hoe-reek.fo > ../tmp/de-DE/docx/hoe-reek.docx")
75
- puts 'Launching LibreOffice Writer for Preview'
76
- system("lowriter ../tmp/de-DE/docx/hoe-reek.docx &")
77
- end
78
-
79
- desc 'Convert to ODT'
80
- task :export_odt => [:checker] do
81
- puts 'Resolving all XML-Entities and XI-Includes'
82
- system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
83
- puts 'Formatting XML to XSL-FO'
84
- system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
85
- puts 'Removing temporary resolved file'
86
- FileUtils.rm('hoe-reek-resolved.xml')
87
- puts 'Transforming to ODT'
88
- system("fo2odt hoe-reek.fo > ../tmp/de-DE/odt/hoe-reek.odt")
89
- puts 'Launching LibreOffice Writer for Preview'
90
- system("lowriter ../tmp/de-DE/odt/hoe-reek.odt &")
91
- end
92
-
93
- desc 'Convert to RTF'
94
- task :export_rtf => [:checker] do
95
- puts 'Resolving all XML-Entities and XI-Includes'
96
- system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
97
- puts 'Formatting XML to XSL-FO'
98
- system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
99
- puts 'Removing temporary resolved file'
100
- FileUtils.rm('hoe-reek-resolved.xml')
101
- puts 'Transforming to RTF'
102
- system("fo2rtf hoe-reek.fo > ../tmp/de-DE/rtf/hoe-reek.rtf")
103
- puts 'Launching LibreOffice Writer for Preview'
104
- system("lowriter ../tmp/de-DE/rtf/hoe-reek.rtf &")
105
- end
106
-
107
- desc 'Convert to WML'
108
- task :export_wml => [:checker] do
109
- puts 'Resolving all XML-Entities and XI-Includes'
110
- system("xmllint --noent --dropdtd --xinclude hoe-reek.xml -o hoe-reek-resolved.xml")
111
- puts 'Formatting XML to XSL-FO'
112
- system("saxon-xslt -o hoe-reek.fo hoe-reek-resolved.xml /opt/XMLmind/xfc-xcom-stylesheet/xsl/fo/docbook.xsl")
113
- puts 'Removing temporary resolved file'
114
- FileUtils.rm('hoe-reek-resolved.xml')
115
- puts 'Transforming to WML'
116
- system("fo2wml hoe-reek.fo > ../tmp/de-DE/wml/hoe-reek.wml")
117
- end
118
-
119
- desc 'Convert to PDF'
120
- task :export_pdf do
121
- FileUtils.cd('..')
122
- puts 'Cleaning up temp directory'
123
- system('publican clean')
124
- puts 'Formatting to PDF'
125
- system('publican build --langs=de-DE --formats=pdf --allow_network')
126
- puts 'Launching PDF-Viewer'
127
- system('/usr/bin/evince tmp/de-DE/pdf/*.pdf &')
128
- end
129
-
130
- desc 'Convert to HTML'
131
- task :export_html do
132
- FileUtils.cd('..')
133
- puts 'Cleaning up temp directory'
134
- system('publican clean')
135
- puts 'Formatting to PDF'
136
- system('publican build --langs=de-DE --formats=html --allow_network')
137
- puts 'Launching Browser'
138
- system('firefox tmp/de-DE/html/index.html &')
139
- end
140
-
141
- desc 'Convert to MAN'
142
- task :export_man do
143
- FileUtils.cd('..')
144
- puts 'Cleaning up temp directory'
145
- system('publican clean')
146
- puts 'Formatting to MAN'
147
- system('publican build --langs=de-DE --formats=man --allow_network')
148
- end
149
-
150
- desc 'Convert to TXT'
151
- task :export_txt do
152
- FileUtils.cd('..')
153
- puts 'Cleaning up temp directory'
154
- system('publican clean')
155
- puts 'Formatting to TXT'
156
- system('publican build --langs=de-DE --formats=txt --allow_network')
157
- puts 'Launching Texteditor'
158
- system('gedit tmp/de-DE/txt/*.txt &')
159
- end
160
-
161
- desc 'Convert to EPUB'
162
- task :export_epub do
163
- FileUtils.cd('..')
164
- puts 'Cleaning up temp directory'
165
- system('publican clean')
166
- puts 'Formatting to EPUB'
167
- system('publican build --langs=de-DE --formats=epub --allow_network')
168
- if File.exist?('/usr/bin/ebook-viewer')
169
- puts 'Launching EPUB-Viewer'
170
- system('ebook-viewer /tmp/de-DE/*.epub &')
171
- else
172
- puts 'You have to install calibre for using ebook-viewer for preview'
173
- end
174
- end
175
-
176
- desc 'Convert to ECLIPSE'
177
- task :export_eclipse do
178
- FileUtils.cd('..')
179
- puts 'Cleaning up temp directory'
180
- system('publican clean')
181
- puts 'Formatting to ECLIPSE'
182
- system('publican build --langs=de-DE --formats=eclipse --allow_network')
183
- end
184
-
185
- desc 'Run convert to most used formats'
186
- task :export_most => [:export_docx, :export_odt, :export_rtf, :export_html, :export_pdf] do
187
- puts 'Successful exported to DOCX, ODT, RTF, HTML and PDF'
188
- end
189
-
190
- desc 'Run convert to all formats'
191
- task :export_all => [:export_most, :export_wml, :export_man, :export_txt, :export_epub, :export_eclipse] do
192
- puts 'Successfull exported to all formats'
193
- end
@@ -1,29 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8' ?>
2
- <!DOCTYPE appendix [
3
- <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
- %BOOK_ENTITIES;
5
- <!ENTITY % sgml.features "IGNORE">
6
- <!ENTITY % xml.features "INCLUDE">
7
- <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
- %DOCBOOK_ENTS;
9
- ]>
10
- <appendix version="5.0" xml:id="appe-Documentation-hoe-reek-Versionsgeschichte" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
- <title>Versionsgeschichte</title>
12
- <revhistory>
13
- <revision>
14
- <revnumber>1.1.6-0</revnumber>
15
- <date>Fri Sep 2 2016</date>
16
- <author>
17
- <personname><firstname>Sascha</firstname>
18
- <surname>Manns</surname>
19
- </personname><email>samannsml@directbox.com</email>
20
- </author>
21
- <revdescription>
22
- <simplelist>
23
- <member>Initial creation</member>
24
- </simplelist>
25
- </revdescription>
26
- </revision>
27
- </revhistory>
28
- </appendix>
29
-
@@ -1,5 +0,0 @@
1
- <!ENTITY PRODUCT "Documentation">
2
- <!ENTITY BOOKID "hoe-reek">
3
- <!ENTITY YEAR "2016">
4
- <!ENTITY HOLDER "Sascha Manns">
5
- <!ENTITY VERSION "1.1.6" >
@@ -1,83 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8' ?>
2
- <!DOCTYPE article [
3
- <!ENTITY % BOOK_ENTITIES SYSTEM "hoe-reek.ent">
4
- %BOOK_ENTITIES;
5
- <!ENTITY % sgml.features "IGNORE">
6
- <!ENTITY % xml.features "INCLUDE">
7
- <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
8
- %DOCBOOK_ENTS;
9
- ]>
10
- <article version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
11
- <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
12
- <info>
13
- <title>hoe-reek</title>
14
- </info>
15
- <section>
16
- <info>
17
- <title>Einführung</title>
18
- </info>
19
- <para>hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/seattlerb/hoe"/> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren.</para>
20
- <para>Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe.</para>
21
- </section>
22
- <section>
23
- <info>
24
- <title>Installierung</title>
25
- </info>
26
- <para>Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>.</para>
27
- </section>
28
- <section>
29
- <info>
30
- <title>Einbindung</title>
31
- </info>
32
- <para>Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes
33
- oberhalb der hoe spec Zeile:</para>
34
- <para><code>Hoe.plugin :reek </code></para>
35
- <para><code>Hoe.spec 'yourproject' do ... </code></para>
36
- <para><code>end</code></para>
37
- <para>Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und
38
- generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung.</para>
39
- </section>
40
- <section>
41
- <info>
42
- <title>Benutzung</title>
43
- </info>
44
- <para>hoe-reek integriert den zusätzlichen Rake-Task: <itemizedlist>
45
- <listitem>
46
- <para><command>rake reek</command></para>
47
- </listitem>
48
- </itemizedlist></para>
49
- <para><command>rake reek</command> startet reek mit den folgenden Parametern:
50
- <itemizedlist>
51
- <listitem>config_file: config.reek</listitem>
52
- <listitem>source_files = 'lib/**/*.rb'</listitem>
53
- <listitem>reek_opts = ''</listitem>
54
- <listitem>fail_on_error = false</listitem>
55
- <listitem>verbose = true</listitem>
56
- </itemizedlist>
57
- So erwartet Reek das Configfile "config.reek" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option "Verbose" gewählt, um weiteren Output zu erhalten.
58
- </para>
59
- <para>Die Spezifikation des "config.reek" Files entnehmen Sie hier: <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/troessner/reek#configuration-file">https://github.com/troessner/reek#configuration-file</link></para>
60
- </section>
61
- <section>
62
- <title>Weitere Informationen</title>
63
- <para>Die API-Dokumentation von hoe-reek liegt hier: <link
64
- xmlns:xlink="http://www.w3.org/1999/xlink"
65
- xlink:href="http://www.rubydoc.info/gems/hoe-reek"
66
- >http://www.rubydoc.info/gems/hoe-reek</link>.</para>
67
- <para>Bugreports und Feature Requests können gerne hier eingereicht werden: <link
68
- xmlns:xlink="http://www.w3.org/1999/xlink"
69
- xlink:href="https://saigkill.myjetbrains.com/youtrack/issues"
70
- >https://saigkill.myjetbrains.com/youtrack/issues</link>.</para>
71
- <para>
72
- <caution>
73
- <para>Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen
74
- und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter
75
- anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen
76
- Pull-Request im Github Projekt einreichen.</para>
77
- </caution>
78
- </para>
79
- </section>
80
- <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
81
- <index />
82
- </article>
83
-
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017">
3
- <defs id="defs3019">
4
- <linearGradient id="linearGradient2381">
5
- <stop id="stop2383" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
6
- <stop id="stop2385" style="stop-color:#ffffff;stop-opacity:0" offset="1"/>
7
- </linearGradient>
8
- <linearGradient x1="296.4996" y1="188.81061" x2="317.32471" y2="209.69398" id="linearGradient2371" xlink:href="#linearGradient2381" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"/>
9
- </defs>
10
- <g transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)" id="g5089">
11
- <path d="m 8.4382985,-6.28125 c -0.6073916,0 -4.3132985,5.94886271 -4.3132985,8.25 l 0,26.71875 c 0,0.846384 0.5818159,1.125 1.15625,1.125 l 25.5625,0 c 0.632342,0 1.125001,-0.492658 1.125,-1.125 l 0,-5.21875 0.28125,0 c 0.49684,0 0.906249,-0.409411 0.90625,-0.90625 l 0,-27.9375 c 0,-0.4968398 -0.40941,-0.90625 -0.90625,-0.90625 l -23.8117015,0 z" transform="translate(282.8327,227.1903)" id="path5091" style="fill:#5c5c4f;stroke:#000000;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"/>
12
- <rect width="27.85074" height="29.369793" rx="1.1414107" ry="1.1414107" x="286.96509" y="227.63805" id="rect5093" style="fill:#032c87"/>
13
- <path d="m 288.43262,225.43675 25.2418,0 0,29.3698 -26.37615,0.0241 1.13435,-29.39394 z" id="rect5095" style="fill:#ffffff"/>
14
- <path d="m 302.44536,251.73726 c 1.38691,7.85917 -0.69311,11.28365 -0.69311,11.28365 2.24384,-1.60762 3.96426,-3.47694 4.90522,-5.736 0.96708,2.19264 1.83294,4.42866 4.27443,5.98941 0,0 -1.59504,-7.2004 -1.71143,-11.53706 l -6.77511,0 z" id="path5097" style="fill:#a70000;fill-opacity:1;stroke-width:2"/>
15
- <rect width="25.241802" height="29.736675" rx="0.89682275" ry="0.89682275" x="290.73544" y="220.92249" id="rect5099" style="fill:#809cc9"/>
16
- <path d="m 576.47347,725.93939 6.37084,0.41502 0.4069,29.51809 c -1.89202,-1.31785 -6.85427,-3.7608 -8.26232,-1.68101 l 0,-26.76752 c 0,-0.82246 0.66212,-1.48458 1.48458,-1.48458 z" transform="matrix(0.499065,-0.866565,0,1,0,0)" id="rect5101" style="fill:#4573b3;fill-opacity:1"/>
17
- <path d="m 293.2599,221.89363 20.73918,0 c 0.45101,0 0.8141,0.3631 0.8141,0.81411 0.21547,6.32836 -19.36824,21.7635 -22.36739,17.59717 l 0,-17.59717 c 0,-0.45101 0.3631,-0.81411 0.81411,-0.81411 z" id="path5103" style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"/>
18
- </g>
19
- </svg>
Binary file
@@ -1,29 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:51+0200\n"
6
- "Language-Team: None\n"
7
- "MIME-Version: 1.0\n"
8
- "Content-Type: text/plain; charset=UTF-8\n"
9
- "Content-Transfer-Encoding: 8bit\n"
10
- "X-Generator: Poedit 1.8.7.1\n"
11
- "Last-Translator: \n"
12
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
- "Language: en_US\n"
14
-
15
- msgid "hoe-reek"
16
- msgstr "hoe-reek"
17
-
18
- msgid "Erweitert hoe um eine Reek Überprüfungsfunktion."
19
- msgstr "Extends hoe with a new Reek checker task."
20
-
21
- msgid "Documentation"
22
- msgstr ""
23
-
24
- msgid ""
25
- "hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen "
26
- "zusätzlichen Reek Rake-Task."
27
- msgstr ""
28
- "hoe-reek extends the standard functions of the Ruby-Software hoe "
29
- "with a new Reek Rake-Task."
@@ -1,19 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "Sascha"
15
- msgstr ""
16
-
17
- msgid "Manns"
18
- msgstr ""
19
-
@@ -1,25 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "Versionsgeschichte"
15
- msgstr ""
16
-
17
- msgid "Sascha"
18
- msgstr ""
19
-
20
- msgid "Manns"
21
- msgstr ""
22
-
23
- msgid "Initial creation"
24
- msgstr ""
25
-
@@ -1,29 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8' ?>
2
- <!DOCTYPE appendix [
3
- <!ENTITY % sgml.features "IGNORE">
4
- <!ENTITY % xml.features "INCLUDE">
5
- <!ENTITY % DOCBOOK_ENTS PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN" "/usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod">
6
- %DOCBOOK_ENTS;
7
- ]>
8
- <appendix version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
9
- <title>Revision History</title>
10
- <simpara>
11
- <revhistory>
12
- <revision>
13
- <revnumber>1.1.6-0.1</revnumber>
14
- <date>Fri Sep 2 2016</date>
15
- <author>
16
- <firstname>Sascha</firstname>
17
- <surname>Manns</surname>
18
- <email>Sascha.Manns@bdvb.de</email>
19
- </author>
20
- <revdescription>
21
- <simplelist>
22
- <member>Translation files synchronised with XML sources 1.1.6-0</member>
23
- </simplelist>
24
- </revdescription>
25
- </revision>
26
- </revhistory>
27
- </simpara>
28
- </appendix>
29
-
Binary file
@@ -1,75 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 10:03+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de_DE\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
-
14
- msgid "hoe-reek"
15
- msgstr ""
16
-
17
- msgid "Einführung"
18
- msgstr "Introduction"
19
-
20
- msgid "hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren."
21
- msgstr "hoe-reek is a extension (plugin) for the Ruby-Projectsoftware hoe (see <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). It extends the standard Rake-Tasks with a new one."
22
-
23
- msgid "Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe."
24
- msgstr "To use that software you need a installed Ruby version (higher or equal 2.2.0), reek, and a running hoe."
25
-
26
- msgid "Installierung"
27
- msgstr "Installation"
28
-
29
- msgid "Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>."
30
- msgstr "The installation works in the console/terminal via: <command>gem install hoe-reek</command>."
31
-
32
- msgid "Einbindung"
33
- msgstr "Setup"
34
-
35
- msgid "Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes oberhalb der hoe spec Zeile:"
36
- msgstr "You have to add the following line to your projects Rakefile:"
37
-
38
- msgid "<code>Hoe.plugin :reek </code>"
39
- msgstr ""
40
-
41
- msgid "<code>Hoe.spec 'yourproject' do ... </code>"
42
- msgstr ""
43
-
44
- msgid "<code>end</code>"
45
- msgstr ""
46
-
47
- msgid "Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung."
48
- msgstr "Sure, you have to add hoe-reek as dependency into your Rakefile and also generate a new Gemfile. Then hoe-reek is ready to work with you."
49
-
50
- msgid "Benutzung"
51
- msgstr "Usage"
52
-
53
- msgid "hoe-reek integriert den zusätzlichen Rake-Task:"
54
- msgstr "hoe-reek integrates that new Rake-Task:"
55
-
56
- msgid "<command>rake reek</command>"
57
- msgstr ""
58
-
59
- msgid "<command>rake reek</command> startet reek mit den folgenden Parametern: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So erwartet Reek das Configfile \"config.reek\" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option \"Verbose\" gewählt, um weiteren Output zu erhalten."
60
- msgstr "<command>rake reek</command> starts reek with the following parameters: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So reek expects a config file \"config.reek\" in the main project directory and checks all ruby files in 'lib'. No additional options will be given to reek. Reek doesn't break by a found error and gives out a verbose output."
61
-
62
- msgid "Die Spezifikation des \"config.reek\" Files entnehmen Sie hier: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
63
- msgstr "The specification of \"config.reek\" can found there: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
64
-
65
- msgid "Weitere Informationen"
66
- msgstr "Additional Information"
67
-
68
- msgid "Die API-Dokumentation von hoe-reek liegt hier: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
69
- msgstr "The API-Documentation from hoe-reek can found there: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
70
-
71
- msgid "Bugreports und Feature Requests können gerne hier eingereicht werden: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
72
- msgstr "You can drop a Bugreport or Feature request there: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
73
-
74
- msgid "Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen Pull-Request im Github Projekt einreichen."
75
- msgstr "This Software was developed and tested on a Linux system with RVM as Rubymanager. If anyone knows, how to make it better, i'm pleased to recieve a Pull-Request."
@@ -1,25 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "hoe-reek"
15
- msgstr ""
16
-
17
- msgid "Erweitert hoe um eine Reek Überprüfungsfunktion."
18
- msgstr ""
19
-
20
- msgid "Documentation"
21
- msgstr ""
22
-
23
- msgid "hoe-reek erweitert die Funktionen der Ruby-Software hoe um einen zusätzlichen Reek Rake-Task."
24
- msgstr ""
25
-
@@ -1,19 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "Sascha"
15
- msgstr ""
16
-
17
- msgid "Manns"
18
- msgstr ""
19
-
@@ -1,25 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "Versionsgeschichte"
15
- msgstr ""
16
-
17
- msgid "Sascha"
18
- msgstr ""
19
-
20
- msgid "Manns"
21
- msgstr ""
22
-
23
- msgid "Initial creation"
24
- msgstr ""
25
-
@@ -1,76 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: 0\n"
4
- "POT-Creation-Date: 2016-09-02 09:43+0200\n"
5
- "PO-Revision-Date: 2016-09-02 09:43+0200\n"
6
- "Last-Translator: Automatically generated\n"
7
- "Language-Team: None\n"
8
- "Language: de-DE \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: application/x-publican; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Publican v4.3.2\n"
13
-
14
- msgid "hoe-reek"
15
- msgstr ""
16
-
17
- msgid "Einführung"
18
- msgstr ""
19
-
20
- msgid "hoe-reek ist eine Erweiterung der Ruby-Projektsoftware hoe (siehe <link xlink:href=\"https://github.com/seattlerb/hoe\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"></link> ). Es erweitert die Standard Rake-Tasks der Software um einen weiteren."
21
- msgstr ""
22
-
23
- msgid "Die Benutzung erfordert eine installierte Ruby Version (Höher oder gleich 2.2.0), reek, sowie ein installiertes und eingerichtetes hoe."
24
- msgstr ""
25
-
26
- msgid "Installierung"
27
- msgstr ""
28
-
29
- msgid "Die Installation erfolgt in der Konsole via: <command>gem install hoe-reek</command>."
30
- msgstr ""
31
-
32
- msgid "Einbindung"
33
- msgstr ""
34
-
35
- msgid "Zum Einbinden von hoe-reek öffnen Sie das Rakefile Ihres Projektes und schreiben folgendes oberhalb der hoe spec Zeile:"
36
- msgstr ""
37
-
38
- msgid "<code>Hoe.plugin :reek </code>"
39
- msgstr ""
40
-
41
- msgid "<code>Hoe.spec 'yourproject' do ... </code>"
42
- msgstr ""
43
-
44
- msgid "<code>end</code>"
45
- msgstr ""
46
-
47
- msgid "Selbstverständlich tragen Sie hoe-reek auch als Abhängigkeit in Ihr Rakefile ein, und generieren ein neues Gemfile. Anschließend steht Ihnen hoe-reek zur Verfügung."
48
- msgstr ""
49
-
50
- msgid "Benutzung"
51
- msgstr ""
52
-
53
- msgid "hoe-reek integriert den zusätzlichen Rake-Task:"
54
- msgstr ""
55
-
56
- msgid "<command>rake reek</command>"
57
- msgstr ""
58
-
59
- msgid "<command>rake reek</command> startet reek mit den folgenden Parametern: <itemizedlist> <listitem>config_file: config.reek</listitem> <listitem>source_files = 'lib/**/*.rb'</listitem> <listitem>reek_opts = ''</listitem> <listitem>fail_on_error = false</listitem> <listitem>verbose = true</listitem> </itemizedlist> So erwartet Reek das Configfile \"config.reek\" im Haupt-Projektverzeichnis und untersucht alle Dateien unterhalb 'lib'. Es werden keine weiteren Optionen übergeben und Reek bricht bei einem gefundenen Fehler nicht gleich ab. Zusätzlich wurde die Option \"Verbose\" gewählt, um weiteren Output zu erhalten."
60
- msgstr ""
61
-
62
- msgid "Die Spezifikation des \"config.reek\" Files entnehmen Sie hier: <link xlink:href=\"https://github.com/troessner/reek#configuration-file\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://github.com/troessner/reek#configuration-file</link>"
63
- msgstr ""
64
-
65
- msgid "Weitere Informationen"
66
- msgstr ""
67
-
68
- msgid "Die API-Dokumentation von hoe-reek liegt hier: <link xlink:href=\"http://www.rubydoc.info/gems/hoe-reek\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">http://www.rubydoc.info/gems/hoe-reek</link>."
69
- msgstr ""
70
-
71
- msgid "Bugreports und Feature Requests können gerne hier eingereicht werden: <link xlink:href=\"https://saigkill.myjetbrains.com/youtrack/issues\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">https://saigkill.myjetbrains.com/youtrack/issues</link>."
72
- msgstr ""
73
-
74
- msgid "Diese Software wurde auf einem Linux-System mit RVM als Rubymanager entworfen und getestet. Sollte jemand eine Idee haben, wie man die Software auch unter anderen Betriebssystemen oder Rubymanagern lauffähig macht, kann er gerne einen Pull-Request im Github Projekt einreichen."
75
- msgstr ""
76
-
@@ -1,8 +0,0 @@
1
- # Config::Simple 4.59
2
- # Fri Sep 2 08:25:19 2016
3
-
4
- type: Article
5
- dtdver: "5.0"
6
- brand: manns
7
- xml_lang: "de-DE"
8
-