FooBarWidget-mizuho 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/Rakefile +4 -0
  2. data/lib/mizuho/generator.rb +3 -0
  3. data/mizuho.gemspec +9 -5
  4. data/source-highlight/ada.lang +38 -0
  5. data/source-highlight/bib.lang +6 -0
  6. data/source-highlight/bison.lang +3 -0
  7. data/source-highlight/c.lang +41 -0
  8. data/source-highlight/c_comment.lang +27 -0
  9. data/source-highlight/c_string.lang +9 -0
  10. data/source-highlight/caml.lang +16 -0
  11. data/source-highlight/changelog.lang +8 -0
  12. data/source-highlight/clike_vardeclaration.lang +4 -0
  13. data/source-highlight/cpp.lang +15 -0
  14. data/source-highlight/csharp.lang +36 -0
  15. data/source-highlight/css.lang +14 -0
  16. data/source-highlight/css_common.outlang +26 -0
  17. data/source-highlight/default.css +51 -0
  18. data/source-highlight/default.lang +8 -0
  19. data/source-highlight/default.style +57 -0
  20. data/source-highlight/desktop.lang +7 -0
  21. data/source-highlight/diff.lang +32 -0
  22. data/source-highlight/docbook.outlang +36 -0
  23. data/source-highlight/esc.outlang +46 -0
  24. data/source-highlight/esc.style +35 -0
  25. data/source-highlight/extreme_comment.lang +5 -0
  26. data/source-highlight/extreme_comment2.lang +5 -0
  27. data/source-highlight/extreme_comment3.lang +15 -0
  28. data/source-highlight/fixed-fortran.lang +5 -0
  29. data/source-highlight/flex.lang +37 -0
  30. data/source-highlight/fortran.lang +57 -0
  31. data/source-highlight/function.lang +2 -0
  32. data/source-highlight/glsl.lang +86 -0
  33. data/source-highlight/haxe.lang +7 -0
  34. data/source-highlight/html.lang +7 -0
  35. data/source-highlight/html.outlang +25 -0
  36. data/source-highlight/html_common.outlang +35 -0
  37. data/source-highlight/html_notfixed.outlang +22 -0
  38. data/source-highlight/html_ref.outlang +6 -0
  39. data/source-highlight/htmlcss.outlang +28 -0
  40. data/source-highlight/htmltable.outlang +14 -0
  41. data/source-highlight/htmltablelinenum.outlang +26 -0
  42. data/source-highlight/java.lang +26 -0
  43. data/source-highlight/javadoc.outlang +24 -0
  44. data/source-highlight/javascript.lang +27 -0
  45. data/source-highlight/key_string.lang +4 -0
  46. data/source-highlight/lang.map +108 -0
  47. data/source-highlight/langdef.lang +21 -0
  48. data/source-highlight/latex.lang +52 -0
  49. data/source-highlight/latex.outlang +59 -0
  50. data/source-highlight/latexcolor.outlang +44 -0
  51. data/source-highlight/ldap.lang +10 -0
  52. data/source-highlight/log.lang +53 -0
  53. data/source-highlight/logtalk.lang +85 -0
  54. data/source-highlight/lsm.lang +7 -0
  55. data/source-highlight/lua.lang +27 -0
  56. data/source-highlight/m4.lang +27 -0
  57. data/source-highlight/makefile.lang +42 -0
  58. data/source-highlight/nohilite.lang +2 -0
  59. data/source-highlight/number.lang +3 -0
  60. data/source-highlight/outlang.lang +16 -0
  61. data/source-highlight/outlang.map +12 -0
  62. data/source-highlight/pascal.lang +20 -0
  63. data/source-highlight/perl.lang +134 -0
  64. data/source-highlight/php.lang +25 -0
  65. data/source-highlight/postscript.lang +42 -0
  66. data/source-highlight/prolog.lang +37 -0
  67. data/source-highlight/properties.lang +7 -0
  68. data/source-highlight/python.lang +26 -0
  69. data/source-highlight/ruby.lang +32 -0
  70. data/source-highlight/scala.lang +31 -0
  71. data/source-highlight/script_comment.lang +3 -0
  72. data/source-highlight/sh.lang +38 -0
  73. data/source-highlight/slang.lang +25 -0
  74. data/source-highlight/sml.lang +5 -0
  75. data/source-highlight/source-highlight +5 -0
  76. data/source-highlight/spec.lang +12 -0
  77. data/source-highlight/sql.lang +46 -0
  78. data/source-highlight/style.defaults +15 -0
  79. data/source-highlight/style.lang +16 -0
  80. data/source-highlight/style2.style +10 -0
  81. data/source-highlight/style3.style +10 -0
  82. data/source-highlight/symbols.lang +2 -0
  83. data/source-highlight/tcl.lang +35 -0
  84. data/source-highlight/texinfo.outlang +34 -0
  85. data/source-highlight/texinfo.style +20 -0
  86. data/source-highlight/universal-darwin9.0/source-highlight +0 -0
  87. data/source-highlight/url.lang +3 -0
  88. data/source-highlight/xhtml.outlang +25 -0
  89. data/source-highlight/xhtml_common.outlang +8 -0
  90. data/source-highlight/xhtml_notfixed.outlang +16 -0
  91. data/source-highlight/xhtmlcss.outlang +19 -0
  92. data/source-highlight/xhtmltable.outlang +7 -0
  93. data/source-highlight/xml.lang +17 -0
  94. data/source-highlight/xorg.lang +10 -0
  95. data/test/spec_helper.rb +11 -3
  96. metadata +261 -178
@@ -0,0 +1,34 @@
1
+ extension "texinfo"
2
+
3
+ doctemplate
4
+ "@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
5
+ @example
6
+ "
7
+ "
8
+ @end example"
9
+ end
10
+
11
+ nodoctemplate
12
+ "@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
13
+ @example
14
+ "
15
+ "
16
+ @end example"
17
+ end
18
+
19
+ bold "@b{$text}"
20
+ italics "@i{$text}"
21
+ fixed "@t{$text}"
22
+ notfixed "@r{$text}"
23
+
24
+ anchor "@anchor{$infilename:$linenum}$text"
25
+ reference "@flushright
26
+ @r{@i{@xref{$infilename:$linenum,$text,$text $infile:$linenum}.}}
27
+ @end flushright"
28
+
29
+ translations
30
+ "{" "@{"
31
+ "}" "@}"
32
+ "@" "@@"
33
+ "\t" " "
34
+ end
@@ -0,0 +1,20 @@
1
+ keyword, type b ;
2
+ variable f, i ;
3
+ string f ;
4
+ regexp f ;
5
+ comment nf, i, noref ;
6
+ preproc b ;
7
+
8
+ // line numbers
9
+ linenum f;
10
+
11
+ // Internet related
12
+ url f;
13
+
14
+ // for diffs
15
+ oldfile, newfile i;
16
+ difflines b;
17
+
18
+ // for css
19
+ selector, property b;
20
+ value i;
@@ -0,0 +1,3 @@
1
+ vardef URLPART = '[[:word:]\./\-_~]+'
2
+ url = '(<?)' + $URLPART + '@' + $URLPART + '(>?)'
3
+ url = '(<?)' + '[[:word:]]+://' + $URLPART + '(>?)'
@@ -0,0 +1,25 @@
1
+ include "xhtml_common.outlang"
2
+
3
+ doctemplate
4
+ "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
5
+ \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
6
+ <html>
7
+ <head>
8
+ <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
9
+ <meta name=\"GENERATOR\" content=\"$additional\" />
10
+ <title>$title</title>
11
+ </head>
12
+ <body style=\"background-color: $docbgcolor\">
13
+ $header<pre><tt>"
14
+ "</tt></pre>
15
+ $footer</body>
16
+ </html>
17
+ "
18
+ end
19
+
20
+ nodoctemplate
21
+ "<!-- Generator: $additional -->
22
+ $header<pre><tt>"
23
+ "</tt></pre>$footer
24
+ "
25
+ end
@@ -0,0 +1,8 @@
1
+ include "html_common.outlang"
2
+
3
+ bold "<span style=\"font-weight: bold\">$text</span>"
4
+ italics "<span style=\"font-style: italic\">$text</span>"
5
+ underline "<span style=\"text-decoration: underline\">$text</span>"
6
+ color "<span style=\"color: $style\">$text</span>"
7
+ bgcolor "<span style=\"background-color: $style\">$text</span>"
8
+
@@ -0,0 +1,16 @@
1
+ include "xhtml_common.outlang"
2
+
3
+ fixed "<span style=\"font-family: monospace;\">$text</span>"
4
+
5
+ doctemplate
6
+ "<!-- Generator: $additional -->
7
+ $header"
8
+ "$footer"
9
+ end
10
+
11
+ translations
12
+ "\n" "<br />\n"
13
+ " " "&nbsp; "
14
+ '^ ' "&nbsp;" # a space at the beginning of a line
15
+ "\t" "&nbsp; &nbsp; &nbsp; &nbsp; "
16
+ end
@@ -0,0 +1,19 @@
1
+ include "css_common.outlang"
2
+
3
+ doctemplate
4
+ "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
5
+ \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
6
+ <html>
7
+ <head>
8
+ <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
9
+ <meta name=\"GENERATOR\" content=\"$additional\" />
10
+ <title>$title</title>
11
+ <link rel=\"stylesheet\" href=\"$css\" type=\"text/css\" />
12
+ </head>
13
+ <body>
14
+ $header<pre><tt>"
15
+ "</tt></pre>
16
+ $footer</body>
17
+ </html>
18
+ "
19
+ end
@@ -0,0 +1,7 @@
1
+ include "xhtml_common.outlang"
2
+
3
+ doctemplate
4
+ "<table style=\"background-color: $docbgcolor\"><tbody><tr><td><pre><tt>"
5
+ "</tt></pre></td></tr></tbody></table>"
6
+ end
7
+
@@ -0,0 +1,17 @@
1
+ state preproc delim "<?xml" "?>" multiline begin
2
+ include "key_string.lang"
3
+ end
4
+
5
+ state preproc delim "<!DOCTYPE" ">" multiline begin
6
+ include "key_string.lang"
7
+ end
8
+
9
+ comment delim "<!--" "-->" multiline nested
10
+
11
+ keyword = '<(/)?[[:alpha:]]([[:word:]:.-]*)(/)?>'
12
+
13
+ state keyword delim '<(/)?[[:alpha:]]([[:word:]:.-]*)' '(/)?>' multiline begin
14
+ include "key_string.lang"
15
+ end
16
+
17
+ preproc = '&([[:alnum:]]+);'
@@ -0,0 +1,10 @@
1
+ # lang definition file for xorg configuration files
2
+
3
+ include "script_comment.lang"
4
+ include "number.lang"
5
+ include "c_string.lang"
6
+
7
+ keyword = '\<(End)?(Sub)*Section\>'
8
+
9
+ # anything else is considered a parameter
10
+ type = '[[:word:]]+'
@@ -1,8 +1,9 @@
1
- $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../lib")
1
+ ROOT_DIR = File.expand_path(File.dirname(__FILE__) + "/..")
2
+ $LOAD_PATH << "#{ROOT_DIR}/lib"
2
3
  require 'digest/md5'
3
4
  require 'mizuho/generator'
4
5
 
5
- CACHE_DIR = File.expand_path(File.dirname(__FILE__) + "/cache")
6
+ CACHE_DIR = "#{ROOT_DIR}/test/cache"
6
7
 
7
8
  def generate_and_parse(text)
8
9
  Dir.mkdir(CACHE_DIR) if !File.exist?(CACHE_DIR)
@@ -27,7 +28,9 @@ def generate_and_parse(text)
27
28
  output_filename = File.join(CACHE_DIR, Digest::MD5.hexdigest(text)) + ".html"
28
29
 
29
30
  # Generate Asciidoc output if it isn't cached, otherwise use cached version.
30
- if !File.exist?(output_filename)
31
+ # Also check whether the cache is newer than Asciidoc; we want to invalidate
32
+ # the cache upon upgrading Asciidoc.
33
+ if !File.exist?(output_filename) || asciidoc_newer_than?(output_filename)
31
34
  input_filename = File.join(CACHE_DIR, "input.#{Process.pid}.txt")
32
35
  begin
33
36
  File.open(input_filename, 'w') do |f|
@@ -41,3 +44,8 @@ def generate_and_parse(text)
41
44
 
42
45
  return Mizuho::Parser.new(output_filename)
43
46
  end
47
+
48
+ def asciidoc_newer_than?(filename)
49
+ asciidoc_mtime = File.stat("#{ROOT_DIR}/asciidoc/asciidoc.py").mtime
50
+ return asciidoc_mtime > File.stat(filename).mtime
51
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: FooBarWidget-mizuho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hongli Lai
@@ -46,219 +46,302 @@ files:
46
46
  - templates/asciidoc.html.erb
47
47
  - templates/manualsonrails.css
48
48
  - templates/manualsonrails.html.erb
49
- - asciidoc/vim
50
- - asciidoc/vim/syntax
51
- - asciidoc/vim/syntax/asciidoc.vim
52
- - asciidoc/vim/ftdetect
53
- - asciidoc/vim/ftdetect/asciidoc_filetype.vim
54
- - asciidoc/filters
55
- - asciidoc/filters/music
56
- - asciidoc/filters/music/music-filter.conf
57
- - asciidoc/filters/music/music-filter-test.txt
58
- - asciidoc/filters/music/music2png.py
59
- - asciidoc/filters/code
60
- - asciidoc/filters/code/code-filter.conf
61
- - asciidoc/filters/code/code-filter-test.txt
62
- - asciidoc/filters/code/code-filter.py
63
- - asciidoc/filters/code/code-filter-readme.txt
64
- - asciidoc/filters/source
65
- - asciidoc/filters/source/source-highlight-filter-test.txt
66
- - asciidoc/filters/source/source-highlight-filter.conf
67
- - asciidoc/filters/graphviz
68
- - asciidoc/filters/graphviz/graphviz-filter.conf
69
- - asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt
70
- - asciidoc/filters/graphviz/graphviz2png.py
71
- - asciidoc/wordpress.conf
72
- - asciidoc/stylesheets
73
- - asciidoc/stylesheets/xhtml11-manpage.css
74
- - asciidoc/stylesheets/xhtml11-quirks.css
75
- - asciidoc/stylesheets/docbook-xsl.css
76
- - asciidoc/stylesheets/xhtml11.css
77
- - asciidoc/help.conf
49
+ - asciidoc/a2x
50
+ - asciidoc/asciidoc.conf
51
+ - asciidoc/asciidoc.py
52
+ - asciidoc/BUGS
53
+ - asciidoc/BUGS.txt
54
+ - asciidoc/CHANGELOG
55
+ - asciidoc/CHANGELOG.txt
56
+ - asciidoc/common.aap
78
57
  - asciidoc/configure
58
+ - asciidoc/configure.ac
59
+ - asciidoc/COPYING
60
+ - asciidoc/COPYRIGHT
61
+ - asciidoc/dblatex
62
+ - asciidoc/dblatex/asciidoc-dblatex.sty
63
+ - asciidoc/dblatex/asciidoc-dblatex.xsl
64
+ - asciidoc/dblatex/dblatex-readme.txt
65
+ - asciidoc/doc
66
+ - asciidoc/doc/a2x.1
67
+ - asciidoc/doc/a2x.1.txt
68
+ - asciidoc/doc/article.css-embedded.html
69
+ - asciidoc/doc/article.html
70
+ - asciidoc/doc/article.pdf
71
+ - asciidoc/doc/article.txt
72
+ - asciidoc/doc/asciidoc-revhistory.xml
73
+ - asciidoc/doc/asciidoc.1
74
+ - asciidoc/doc/asciidoc.1.css-embedded.html
75
+ - asciidoc/doc/asciidoc.1.css.html
76
+ - asciidoc/doc/asciidoc.1.html
77
+ - asciidoc/doc/asciidoc.1.txt
78
+ - asciidoc/doc/asciidoc.conf
79
+ - asciidoc/doc/asciidoc.css-embedded.html
80
+ - asciidoc/doc/asciidoc.css.html
81
+ - asciidoc/doc/asciidoc.dict
82
+ - asciidoc/doc/asciidoc.html
83
+ - asciidoc/doc/asciidoc.txt
84
+ - asciidoc/doc/asciimathml.txt
85
+ - asciidoc/doc/book-multi.css-embedded.html
86
+ - asciidoc/doc/book-multi.html
87
+ - asciidoc/doc/book-multi.txt
88
+ - asciidoc/doc/book.css-embedded.html
89
+ - asciidoc/doc/book.html
90
+ - asciidoc/doc/book.txt
91
+ - asciidoc/doc/customers.csv
92
+ - asciidoc/doc/docbook-xsl.css
93
+ - asciidoc/doc/faq.txt
94
+ - asciidoc/doc/images
95
+ - asciidoc/doc/latex-backend.html
96
+ - asciidoc/doc/latex-backend.txt
97
+ - asciidoc/doc/latexmath.txt
98
+ - asciidoc/doc/latexmathml.txt
99
+ - asciidoc/doc/main.aap
100
+ - asciidoc/doc/music-filter.html
101
+ - asciidoc/doc/music-filter.pdf
102
+ - asciidoc/doc/music-filter.txt
103
+ - asciidoc/doc/source-highlight-filter.html
104
+ - asciidoc/doc/source-highlight-filter.pdf
105
+ - asciidoc/doc/source-highlight-filter.txt
106
+ - asciidoc/docbook-xsl
107
+ - asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt
108
+ - asciidoc/docbook-xsl/chunked.xsl
109
+ - asciidoc/docbook-xsl/common.xsl
110
+ - asciidoc/docbook-xsl/fo.xsl
111
+ - asciidoc/docbook-xsl/htmlhelp.xsl
112
+ - asciidoc/docbook-xsl/manpage.xsl
113
+ - asciidoc/docbook-xsl/text.xsl
114
+ - asciidoc/docbook-xsl/xhtml.xsl
115
+ - asciidoc/docbook.conf
79
116
  - asciidoc/examples
80
117
  - asciidoc/examples/website
81
- - asciidoc/examples/website/downloads.txt
82
- - asciidoc/examples/website/README.html
83
- - asciidoc/examples/website/latexmathml.txt
84
- - asciidoc/examples/website/userguide.txt
85
- - asciidoc/examples/website/layout2.conf
86
- - asciidoc/examples/website/xhtml11-manpage.css
87
- - asciidoc/examples/website/support.html
88
- - asciidoc/examples/website/version9.txt
89
- - asciidoc/examples/website/version83.txt
118
+ - asciidoc/examples/website/a2x.1.html
119
+ - asciidoc/examples/website/a2x.1.txt
120
+ - asciidoc/examples/website/asciidoc-docbook-xsl.html
121
+ - asciidoc/examples/website/asciidoc-docbook-xsl.txt
90
122
  - asciidoc/examples/website/asciidoc-graphviz-sample.txt
91
- - asciidoc/examples/website/faq.html
92
- - asciidoc/examples/website/index.html
93
- - asciidoc/examples/website/xhtml11-quirks.css
94
- - asciidoc/examples/website/sample4.png
123
+ - asciidoc/examples/website/ASCIIMathML.js
124
+ - asciidoc/examples/website/asciimathml.txt
125
+ - asciidoc/examples/website/build-website.sh
126
+ - asciidoc/examples/website/CHANGELOG.html
127
+ - asciidoc/examples/website/CHANGELOG.txt
95
128
  - asciidoc/examples/website/customers.csv
96
- - asciidoc/examples/website/newlists.html
97
- - asciidoc/examples/website/newtables.txt
98
- - asciidoc/examples/website/LaTeXMathML.js
129
+ - asciidoc/examples/website/downloads.html
130
+ - asciidoc/examples/website/downloads.txt
131
+ - asciidoc/examples/website/faq.html
132
+ - asciidoc/examples/website/faq.txt
99
133
  - asciidoc/examples/website/images
100
- - asciidoc/examples/website/asciimathml.txt
101
- - asciidoc/examples/website/newtables.html
102
- - asciidoc/examples/website/layout2.css
103
- - asciidoc/examples/website/source-highlight-filter.html
104
- - asciidoc/examples/website/asciidoc-docbook-xsl.txt
105
- - asciidoc/examples/website/a2x.1.html
106
- - asciidoc/examples/website/toc.js
134
+ - asciidoc/examples/website/index.html
135
+ - asciidoc/examples/website/index.txt
107
136
  - asciidoc/examples/website/INSTALL.html
108
- - asciidoc/examples/website/README-website.html
109
137
  - asciidoc/examples/website/INSTALL.txt
110
- - asciidoc/examples/website/version83.html
111
- - asciidoc/examples/website/music1.abc
112
- - asciidoc/examples/website/music1.png
113
- - asciidoc/examples/website/music-filter.html
114
- - asciidoc/examples/website/latexmathml.html
115
- - asciidoc/examples/website/layout1.conf
116
- - asciidoc/examples/website/asciidoc-graphviz-sample.html
117
- - asciidoc/examples/website/CHANGELOG.txt
118
- - asciidoc/examples/website/source-highlight-filter.txt
119
- - asciidoc/examples/website/index.txt
138
+ - asciidoc/examples/website/latex-backend.html
120
139
  - asciidoc/examples/website/latex-backend.txt
121
- - asciidoc/examples/website/build-website.sh
122
- - asciidoc/examples/website/asciimathml.html
123
- - asciidoc/examples/website/ASCIIMathML.js
124
- - asciidoc/examples/website/music-filter.txt
125
- - asciidoc/examples/website/userguide.html
140
+ - asciidoc/examples/website/LaTeXMathML.js
141
+ - asciidoc/examples/website/latexmathml.txt
142
+ - asciidoc/examples/website/layout1.conf
126
143
  - asciidoc/examples/website/layout1.css
127
- - asciidoc/examples/website/music2.png
128
- - asciidoc/examples/website/faq.txt
129
- - asciidoc/examples/website/asciidoc-docbook-xsl.html
130
- - asciidoc/examples/website/support.txt
131
- - asciidoc/examples/website/CHANGELOG.html
132
- - asciidoc/examples/website/version9.html
133
- - asciidoc/examples/website/music2.ly
134
- - asciidoc/examples/website/README.txt
144
+ - asciidoc/examples/website/layout2.conf
145
+ - asciidoc/examples/website/layout2.css
135
146
  - asciidoc/examples/website/manpage.html
136
- - asciidoc/examples/website/xhtml11.css
137
- - asciidoc/examples/website/latex-backend.html
138
- - asciidoc/examples/website/newlists.txt
139
147
  - asciidoc/examples/website/manpage.txt
140
- - asciidoc/examples/website/sample1.png
141
- - asciidoc/examples/website/downloads.html
142
- - asciidoc/examples/website/a2x.1.txt
148
+ - asciidoc/examples/website/music-filter.html
149
+ - asciidoc/examples/website/music-filter.txt
150
+ - asciidoc/examples/website/music1.abc
151
+ - asciidoc/examples/website/music1.png
152
+ - asciidoc/examples/website/music2.ly
153
+ - asciidoc/examples/website/music2.png
154
+ - asciidoc/examples/website/newlists.txt
155
+ - asciidoc/examples/website/newtables.txt
156
+ - asciidoc/examples/website/README-website.html
143
157
  - asciidoc/examples/website/README-website.txt
158
+ - asciidoc/examples/website/README.html
159
+ - asciidoc/examples/website/README.txt
160
+ - asciidoc/examples/website/sample1.png
144
161
  - asciidoc/examples/website/sample3.png
145
- - asciidoc/BUGS
146
- - asciidoc/asciidoc.py
147
- - asciidoc/common.aap
162
+ - asciidoc/examples/website/sample4.png
163
+ - asciidoc/examples/website/source-highlight-filter.html
164
+ - asciidoc/examples/website/source-highlight-filter.txt
165
+ - asciidoc/examples/website/support.html
166
+ - asciidoc/examples/website/support.txt
167
+ - asciidoc/examples/website/toc.js
168
+ - asciidoc/examples/website/userguide.html
169
+ - asciidoc/examples/website/userguide.txt
170
+ - asciidoc/examples/website/version83.txt
171
+ - asciidoc/examples/website/version9.html
172
+ - asciidoc/examples/website/version9.txt
173
+ - asciidoc/examples/website/xhtml11-manpage.css
174
+ - asciidoc/examples/website/xhtml11-quirks.css
175
+ - asciidoc/examples/website/xhtml11.css
176
+ - asciidoc/filters
177
+ - asciidoc/filters/code
178
+ - asciidoc/filters/code/code-filter-readme.txt
179
+ - asciidoc/filters/code/code-filter-test.txt
180
+ - asciidoc/filters/code/code-filter.conf
181
+ - asciidoc/filters/code/code-filter.py
182
+ - asciidoc/filters/graphviz
183
+ - asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt
184
+ - asciidoc/filters/graphviz/graphviz-filter.conf
185
+ - asciidoc/filters/graphviz/graphviz2png.py
186
+ - asciidoc/filters/music
187
+ - asciidoc/filters/music/music-filter-test.txt
188
+ - asciidoc/filters/music/music-filter.conf
189
+ - asciidoc/filters/music/music2png.py
190
+ - asciidoc/filters/source
191
+ - asciidoc/filters/source/source-highlight-filter-test.txt
192
+ - asciidoc/filters/source/source-highlight-filter.conf
193
+ - asciidoc/help.conf
194
+ - asciidoc/html4.conf
148
195
  - asciidoc/images
196
+ - asciidoc/images/highlighter.png
149
197
  - asciidoc/images/icons
150
- - asciidoc/images/icons/up.png
151
- - asciidoc/images/icons/warning.png
152
- - asciidoc/images/icons/note.png
153
- - asciidoc/images/icons/next.png
154
- - asciidoc/images/icons/important.png
155
- - asciidoc/images/icons/home.png
156
- - asciidoc/images/icons/README
157
- - asciidoc/images/icons/caution.png
158
- - asciidoc/images/icons/tip.png
159
- - asciidoc/images/icons/prev.png
160
198
  - asciidoc/images/icons/callouts
199
+ - asciidoc/images/icons/callouts/1.png
161
200
  - asciidoc/images/icons/callouts/10.png
201
+ - asciidoc/images/icons/callouts/11.png
162
202
  - asciidoc/images/icons/callouts/12.png
163
- - asciidoc/images/icons/callouts/3.png
203
+ - asciidoc/images/icons/callouts/13.png
204
+ - asciidoc/images/icons/callouts/14.png
205
+ - asciidoc/images/icons/callouts/15.png
164
206
  - asciidoc/images/icons/callouts/2.png
207
+ - asciidoc/images/icons/callouts/3.png
208
+ - asciidoc/images/icons/callouts/4.png
165
209
  - asciidoc/images/icons/callouts/5.png
210
+ - asciidoc/images/icons/callouts/6.png
166
211
  - asciidoc/images/icons/callouts/7.png
167
212
  - asciidoc/images/icons/callouts/8.png
168
- - asciidoc/images/icons/callouts/11.png
169
213
  - asciidoc/images/icons/callouts/9.png
170
- - asciidoc/images/icons/callouts/1.png
171
- - asciidoc/images/icons/callouts/4.png
172
- - asciidoc/images/icons/callouts/6.png
173
- - asciidoc/images/icons/callouts/13.png
174
- - asciidoc/images/icons/callouts/15.png
175
- - asciidoc/images/icons/callouts/14.png
214
+ - asciidoc/images/icons/caution.png
176
215
  - asciidoc/images/icons/example.png
177
- - asciidoc/images/highlighter.png
216
+ - asciidoc/images/icons/home.png
217
+ - asciidoc/images/icons/important.png
218
+ - asciidoc/images/icons/next.png
219
+ - asciidoc/images/icons/note.png
220
+ - asciidoc/images/icons/prev.png
221
+ - asciidoc/images/icons/README
222
+ - asciidoc/images/icons/tip.png
223
+ - asciidoc/images/icons/up.png
224
+ - asciidoc/images/icons/warning.png
178
225
  - asciidoc/images/smallnew.png
179
226
  - asciidoc/images/tiger.png
227
+ - asciidoc/INSTALL
180
228
  - asciidoc/install-sh
181
- - asciidoc/CHANGELOG
182
- - asciidoc/doc
183
- - asciidoc/doc/latexmathml.txt
184
- - asciidoc/doc/asciidoc.1.html
185
- - asciidoc/doc/source-highlight-filter.pdf
186
- - asciidoc/doc/latexmath.txt
187
- - asciidoc/doc/faq.html
188
- - asciidoc/doc/customers.csv
189
- - asciidoc/doc/images
190
- - asciidoc/doc/book.css-embedded.html
191
- - asciidoc/doc/asciidoc.css.html
192
- - asciidoc/doc/asciimathml.txt
193
- - asciidoc/doc/article.html
194
- - asciidoc/doc/source-highlight-filter.html
195
- - asciidoc/doc/docbook-xsl.css
196
- - asciidoc/doc/book.txt
197
- - asciidoc/doc/asciidoc.1
198
- - asciidoc/doc/a2x.1
199
- - asciidoc/doc/asciidoc.txt
200
- - asciidoc/doc/asciidoc-revhistory.xml
201
- - asciidoc/doc/article.txt
202
- - asciidoc/doc/music-filter.html
203
- - asciidoc/doc/latexmathml.html
204
- - asciidoc/doc/asciidoc.dict
205
- - asciidoc/doc/article.pdf
206
- - asciidoc/doc/asciidoc.html
207
- - asciidoc/doc/source-highlight-filter.txt
208
- - asciidoc/doc/asciidoc.css-embedded.html
209
- - asciidoc/doc/asciidoc.1.css.html
210
- - asciidoc/doc/latex-backend.txt
211
- - asciidoc/doc/asciimathml.html
212
- - asciidoc/doc/article.css-embedded.html
213
- - asciidoc/doc/music-filter.txt
214
- - asciidoc/doc/book-multi.html
215
- - asciidoc/doc/book-multi.txt
216
- - asciidoc/doc/asciidoc.1.css-embedded.html
217
- - asciidoc/doc/faq.txt
218
- - asciidoc/doc/music-filter.pdf
219
- - asciidoc/doc/main.aap
220
- - asciidoc/doc/asciidoc.1.txt
221
- - asciidoc/doc/latex-backend.html
222
- - asciidoc/doc/asciidoc.conf
223
- - asciidoc/doc/book-multi.css-embedded.html
224
- - asciidoc/doc/book.html
225
- - asciidoc/doc/a2x.1.txt
226
229
  - asciidoc/INSTALL.txt
227
230
  - asciidoc/javascripts
231
+ - asciidoc/javascripts/ASCIIMathML.js
228
232
  - asciidoc/javascripts/LaTeXMathML.js
229
233
  - asciidoc/javascripts/toc.js
230
- - asciidoc/javascripts/ASCIIMathML.js
231
- - asciidoc/BUGS.txt
232
- - asciidoc/text.conf
233
- - asciidoc/CHANGELOG.txt
234
- - asciidoc/configure.ac
235
- - asciidoc/INSTALL
236
- - asciidoc/a2x
237
- - asciidoc/README
238
- - asciidoc/COPYING
239
- - asciidoc/COPYRIGHT
240
- - asciidoc/docbook-xsl
241
- - asciidoc/docbook-xsl/fo.xsl
242
- - asciidoc/docbook-xsl/manpage.xsl
243
- - asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt
244
- - asciidoc/docbook-xsl/chunked.xsl
245
- - asciidoc/docbook-xsl/htmlhelp.xsl
246
- - asciidoc/docbook-xsl/text.xsl
247
- - asciidoc/docbook-xsl/common.xsl
248
- - asciidoc/docbook-xsl/xhtml.xsl
249
- - asciidoc/html4.conf
250
- - asciidoc/dblatex
251
- - asciidoc/dblatex/asciidoc-dblatex.xsl
252
- - asciidoc/dblatex/asciidoc-dblatex.sty
253
- - asciidoc/dblatex/dblatex-readme.txt
254
234
  - asciidoc/lang-es.conf
255
- - asciidoc/xhtml11.conf
235
+ - asciidoc/latex.conf
256
236
  - asciidoc/Makefile.in
237
+ - asciidoc/README
257
238
  - asciidoc/README.txt
239
+ - asciidoc/stylesheets
240
+ - asciidoc/stylesheets/docbook-xsl.css
241
+ - asciidoc/stylesheets/xhtml11-manpage.css
242
+ - asciidoc/stylesheets/xhtml11-quirks.css
243
+ - asciidoc/stylesheets/xhtml11.css
244
+ - asciidoc/text.conf
245
+ - asciidoc/vim
246
+ - asciidoc/vim/ftdetect
247
+ - asciidoc/vim/ftdetect/asciidoc_filetype.vim
248
+ - asciidoc/vim/syntax
249
+ - asciidoc/vim/syntax/asciidoc.vim
250
+ - asciidoc/wordpress.conf
258
251
  - asciidoc/xhtml11-quirks.conf
259
- - asciidoc/docbook.conf
260
- - asciidoc/asciidoc.conf
261
- - asciidoc/latex.conf
252
+ - asciidoc/xhtml11.conf
253
+ - source-highlight/ada.lang
254
+ - source-highlight/bib.lang
255
+ - source-highlight/bison.lang
256
+ - source-highlight/c.lang
257
+ - source-highlight/c_comment.lang
258
+ - source-highlight/c_string.lang
259
+ - source-highlight/caml.lang
260
+ - source-highlight/changelog.lang
261
+ - source-highlight/clike_vardeclaration.lang
262
+ - source-highlight/cpp.lang
263
+ - source-highlight/csharp.lang
264
+ - source-highlight/css.lang
265
+ - source-highlight/css_common.outlang
266
+ - source-highlight/default.css
267
+ - source-highlight/default.lang
268
+ - source-highlight/default.style
269
+ - source-highlight/desktop.lang
270
+ - source-highlight/diff.lang
271
+ - source-highlight/docbook.outlang
272
+ - source-highlight/esc.outlang
273
+ - source-highlight/esc.style
274
+ - source-highlight/extreme_comment.lang
275
+ - source-highlight/extreme_comment2.lang
276
+ - source-highlight/extreme_comment3.lang
277
+ - source-highlight/fixed-fortran.lang
278
+ - source-highlight/flex.lang
279
+ - source-highlight/fortran.lang
280
+ - source-highlight/function.lang
281
+ - source-highlight/glsl.lang
282
+ - source-highlight/haxe.lang
283
+ - source-highlight/html.lang
284
+ - source-highlight/html.outlang
285
+ - source-highlight/html_common.outlang
286
+ - source-highlight/html_notfixed.outlang
287
+ - source-highlight/html_ref.outlang
288
+ - source-highlight/htmlcss.outlang
289
+ - source-highlight/htmltable.outlang
290
+ - source-highlight/htmltablelinenum.outlang
291
+ - source-highlight/java.lang
292
+ - source-highlight/javadoc.outlang
293
+ - source-highlight/javascript.lang
294
+ - source-highlight/key_string.lang
295
+ - source-highlight/lang.map
296
+ - source-highlight/langdef.lang
297
+ - source-highlight/latex.lang
298
+ - source-highlight/latex.outlang
299
+ - source-highlight/latexcolor.outlang
300
+ - source-highlight/ldap.lang
301
+ - source-highlight/log.lang
302
+ - source-highlight/logtalk.lang
303
+ - source-highlight/lsm.lang
304
+ - source-highlight/lua.lang
305
+ - source-highlight/m4.lang
306
+ - source-highlight/makefile.lang
307
+ - source-highlight/nohilite.lang
308
+ - source-highlight/number.lang
309
+ - source-highlight/outlang.lang
310
+ - source-highlight/outlang.map
311
+ - source-highlight/pascal.lang
312
+ - source-highlight/perl.lang
313
+ - source-highlight/php.lang
314
+ - source-highlight/postscript.lang
315
+ - source-highlight/prolog.lang
316
+ - source-highlight/properties.lang
317
+ - source-highlight/python.lang
318
+ - source-highlight/ruby.lang
319
+ - source-highlight/scala.lang
320
+ - source-highlight/script_comment.lang
321
+ - source-highlight/sh.lang
322
+ - source-highlight/slang.lang
323
+ - source-highlight/sml.lang
324
+ - source-highlight/source-highlight
325
+ - source-highlight/spec.lang
326
+ - source-highlight/sql.lang
327
+ - source-highlight/style.defaults
328
+ - source-highlight/style.lang
329
+ - source-highlight/style2.style
330
+ - source-highlight/style3.style
331
+ - source-highlight/symbols.lang
332
+ - source-highlight/tcl.lang
333
+ - source-highlight/texinfo.outlang
334
+ - source-highlight/texinfo.style
335
+ - source-highlight/universal-darwin9.0
336
+ - source-highlight/universal-darwin9.0/source-highlight
337
+ - source-highlight/url.lang
338
+ - source-highlight/xhtml.outlang
339
+ - source-highlight/xhtml_common.outlang
340
+ - source-highlight/xhtml_notfixed.outlang
341
+ - source-highlight/xhtmlcss.outlang
342
+ - source-highlight/xhtmltable.outlang
343
+ - source-highlight/xml.lang
344
+ - source-highlight/xorg.lang
262
345
  has_rdoc: false
263
346
  homepage: http://github.com/FooBarWidget/mizuho/tree/master
264
347
  post_install_message: