wrongdoc 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.document ADDED
@@ -0,0 +1,8 @@
1
+ ChangeLog
2
+ lib
3
+ NEWS
4
+ README
5
+ LATEST
6
+ LICENSE
7
+ wrongdoc_1
8
+ dotwrongdoc_5
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.manifest
2
+ /GIT-VERSION-FILE
3
+ /ChangeLog
4
+ /LATEST
5
+ /NEWS
6
+ /.config
7
+ /InstalledFiles
8
+ /doc
9
+ /man
10
+ /pkg
data/.manifest ADDED
@@ -0,0 +1,38 @@
1
+ .document
2
+ .gitignore
3
+ .manifest
4
+ .wrongdoc.yml
5
+ COPYING
6
+ ChangeLog
7
+ Documentation/.gitignore
8
+ Documentation/GNUmakefile
9
+ Documentation/dotwrongdoc.5.ronn
10
+ Documentation/wrongdoc.1.ronn
11
+ GIT-VERSION-FILE
12
+ GIT-VERSION-GEN
13
+ GNUmakefile
14
+ LATEST
15
+ LICENSE
16
+ NEWS
17
+ README
18
+ bin/wrongdoc
19
+ dotwrongdoc_5
20
+ lib/wrongdoc.rb
21
+ lib/wrongdoc/changelog.rb
22
+ lib/wrongdoc/final.rb
23
+ lib/wrongdoc/gemspec.rb
24
+ lib/wrongdoc/history.rb
25
+ lib/wrongdoc/merge.rb
26
+ lib/wrongdoc/news_atom.rb
27
+ lib/wrongdoc/news_rdoc.rb
28
+ lib/wrongdoc/parse_xml.rb
29
+ lib/wrongdoc/prepare.rb
30
+ lib/wrongdoc/rdoc.rb
31
+ lib/wrongdoc/rdoc_options.rb
32
+ lib/wrongdoc/readme.rb
33
+ lib/wrongdoc/release.rb
34
+ man/man1/wrongdoc.1
35
+ man/man5/dotwrongdoc.5
36
+ setup.rb
37
+ wrongdoc.gemspec
38
+ wrongdoc_1
data/.wrongdoc.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ cgit_url: http://git.bogomips.org/cgit/wrongdoc.git
3
+ git_url: git://git.bogomips.org/wrongdoc.git
4
+ rdoc_url: http://bogomips.org/wrongdoc/
5
+ merge_html:
6
+ wrongdoc_1: Documentation/wrongdoc.1.html_fragment
7
+ dotwrongdoc_5: Documentation/dotwrongdoc.5.html_fragment