deplate 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS.TXT +2 -1
- data/CHANGES.TXT +56 -211
- data/NEWS.TXT +15 -38
- data/VERSION.TXT +1 -1
- data/bin/deplate +0 -0
- data/bin/deplate.bat +0 -0
- data/etc/deplate.ini +11 -0
- data/lib/deplate/commands.rb +8 -3
- data/lib/deplate/common.rb +2 -2
- data/lib/deplate/core.rb +157 -45
- data/lib/deplate/css/article.css +19 -3
- data/lib/deplate/css/doc.css +770 -0
- data/lib/deplate/elements.rb +7 -7
- data/lib/deplate/ents/general-latin1.entities +100 -0
- data/lib/deplate/ents/general-utf-8.entities +252 -0
- data/lib/deplate/external.rb +3 -2
- data/lib/deplate/fmt/html.rb +12 -10
- data/lib/deplate/fmt/latex.rb +25 -14
- data/lib/deplate/fmt/plain.rb +4 -5
- data/lib/deplate/fmt/xhtml11m.rb +25 -0
- data/lib/deplate/formatter.rb +106 -32
- data/lib/deplate/input.rb +8 -7
- data/lib/deplate/lib/Makefile.config +11 -1
- data/lib/deplate/locale/de.latin1 +9 -0
- data/lib/deplate/macros.rb +23 -18
- data/lib/deplate/mod/code-coderay.rb +45 -0
- data/lib/deplate/mod/code-gvim.rb +3 -2
- data/lib/deplate/mod/code-gvim71.rb +3 -6
- data/lib/deplate/mod/code-highlight.rb +3 -2
- data/lib/deplate/mod/entities-decode.rb +72 -0
- data/lib/deplate/mod/entities-encode.rb +50 -0
- data/lib/deplate/mod/guesslanguage.rb +3 -3
- data/lib/deplate/mod/html-jsmath.rb +5 -5
- data/lib/deplate/mod/html-mathml.rb +40 -0
- data/lib/deplate/mod/latex-styles.rb +21 -11
- data/lib/deplate/mod/makefile.rb +21 -11
- data/lib/deplate/mod/markup-1.rb +3 -3
- data/lib/deplate/mod/particle-math.rb +15 -6
- data/lib/deplate/particles.rb +2 -2
- data/lib/deplate/regions.rb +50 -15
- data/lib/deplate/template.rb +7 -2
- data/lib/deplate/themes/presentation.html/css/highstep.css +29 -0
- data/lib/deplate/themes/presentation.html/css/presentation.css +206 -0
- data/lib/deplate/themes/presentation.html/css/website.css +281 -0
- data/lib/deplate/themes/presentation.html/prelude.txt +19 -0
- data/lib/deplate/themes/presentation.html/resources/spacer.png +0 -0
- data/lib/deplate/themes/presentation.html/templates/presentation.html +26 -0
- data/lib/deplate/themes/presentation.html/theme.ini +20 -0
- data/man/man1/deplate.1 +147 -73
- metadata +67 -40
- data/bin/deplate.exy +0 -192
data/bin/deplate.exy
DELETED
@@ -1,192 +0,0 @@
|
|
1
|
-
# Generated by mkexy
|
2
|
-
# on 2007-07-16 18:52
|
3
|
-
|
4
|
-
general:
|
5
|
-
startup: bin/deplate
|
6
|
-
core: cui
|
7
|
-
kcode: none
|
8
|
-
|
9
|
-
file:
|
10
|
-
bin/deplate:
|
11
|
-
rbconfig.rb:
|
12
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/rbconfig.rb
|
13
|
-
rubygems/rubygems_version.rb:
|
14
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb
|
15
|
-
thread.rb:
|
16
|
-
file: /usr/lib/ruby/1.8/thread.rb
|
17
|
-
rbconfig/datadir.rb:
|
18
|
-
file: /usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb
|
19
|
-
rubygems/user_interaction.rb:
|
20
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb
|
21
|
-
socket.so:
|
22
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/socket.so
|
23
|
-
type: extension-library
|
24
|
-
timeout.rb:
|
25
|
-
file: /usr/lib/ruby/1.8/timeout.rb
|
26
|
-
net/protocol.rb:
|
27
|
-
file: /usr/lib/ruby/1.8/net/protocol.rb
|
28
|
-
uri/common.rb:
|
29
|
-
file: /usr/lib/ruby/1.8/uri/common.rb
|
30
|
-
uri/generic.rb:
|
31
|
-
file: /usr/lib/ruby/1.8/uri/generic.rb
|
32
|
-
uri/ftp.rb:
|
33
|
-
file: /usr/lib/ruby/1.8/uri/ftp.rb
|
34
|
-
uri/http.rb:
|
35
|
-
file: /usr/lib/ruby/1.8/uri/http.rb
|
36
|
-
uri/https.rb:
|
37
|
-
file: /usr/lib/ruby/1.8/uri/https.rb
|
38
|
-
uri/ldap.rb:
|
39
|
-
file: /usr/lib/ruby/1.8/uri/ldap.rb
|
40
|
-
uri/mailto.rb:
|
41
|
-
file: /usr/lib/ruby/1.8/uri/mailto.rb
|
42
|
-
uri.rb:
|
43
|
-
file: /usr/lib/ruby/1.8/uri.rb
|
44
|
-
net/http.rb:
|
45
|
-
file: /usr/lib/ruby/1.8/net/http.rb
|
46
|
-
stringio.so:
|
47
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/stringio.so
|
48
|
-
type: extension-library
|
49
|
-
yaml/error.rb:
|
50
|
-
file: /usr/lib/ruby/1.8/yaml/error.rb
|
51
|
-
syck.so:
|
52
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/syck.so
|
53
|
-
type: extension-library
|
54
|
-
yaml/ypath.rb:
|
55
|
-
file: /usr/lib/ruby/1.8/yaml/ypath.rb
|
56
|
-
yaml/basenode.rb:
|
57
|
-
file: /usr/lib/ruby/1.8/yaml/basenode.rb
|
58
|
-
yaml/syck.rb:
|
59
|
-
file: /usr/lib/ruby/1.8/yaml/syck.rb
|
60
|
-
yaml/tag.rb:
|
61
|
-
file: /usr/lib/ruby/1.8/yaml/tag.rb
|
62
|
-
yaml/stream.rb:
|
63
|
-
file: /usr/lib/ruby/1.8/yaml/stream.rb
|
64
|
-
yaml/constants.rb:
|
65
|
-
file: /usr/lib/ruby/1.8/yaml/constants.rb
|
66
|
-
rational.rb:
|
67
|
-
file: /usr/lib/ruby/1.8/rational.rb
|
68
|
-
date/format.rb:
|
69
|
-
file: /usr/lib/ruby/1.8/date/format.rb
|
70
|
-
date.rb:
|
71
|
-
file: /usr/lib/ruby/1.8/date.rb
|
72
|
-
yaml/rubytypes.rb:
|
73
|
-
file: /usr/lib/ruby/1.8/yaml/rubytypes.rb
|
74
|
-
yaml/types.rb:
|
75
|
-
file: /usr/lib/ruby/1.8/yaml/types.rb
|
76
|
-
yaml.rb:
|
77
|
-
file: /usr/lib/ruby/1.8/yaml.rb
|
78
|
-
zlib.so:
|
79
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/zlib.so
|
80
|
-
type: extension-library
|
81
|
-
rubygems/remote_fetcher.rb:
|
82
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb
|
83
|
-
digest.so:
|
84
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/digest.so
|
85
|
-
type: extension-library
|
86
|
-
digest/sha2.so:
|
87
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/digest/sha2.so
|
88
|
-
type: extension-library
|
89
|
-
rubygems/digest/digest_adapter.rb:
|
90
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/digest/digest_adapter.rb
|
91
|
-
rubygems/digest/sha2.rb:
|
92
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb
|
93
|
-
forwardable.rb:
|
94
|
-
file: /usr/lib/ruby/1.8/forwardable.rb
|
95
|
-
parsedate.rb:
|
96
|
-
file: /usr/lib/ruby/1.8/parsedate.rb
|
97
|
-
time.rb:
|
98
|
-
file: /usr/lib/ruby/1.8/time.rb
|
99
|
-
rubygems/source_index.rb:
|
100
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb
|
101
|
-
rubygems/version.rb:
|
102
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/version.rb
|
103
|
-
rubygems/specification.rb:
|
104
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/specification.rb
|
105
|
-
openssl.so:
|
106
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/openssl.so
|
107
|
-
type: extension-library
|
108
|
-
openssl/bn.rb:
|
109
|
-
file: /usr/lib/ruby/1.8/openssl/bn.rb
|
110
|
-
openssl/cipher.rb:
|
111
|
-
file: /usr/lib/ruby/1.8/openssl/cipher.rb
|
112
|
-
openssl/digest.rb:
|
113
|
-
file: /usr/lib/ruby/1.8/openssl/digest.rb
|
114
|
-
openssl/buffering.rb:
|
115
|
-
file: /usr/lib/ruby/1.8/openssl/buffering.rb
|
116
|
-
fcntl.so:
|
117
|
-
file: /usr/lib/ruby/1.8/i386-cygwin/fcntl.so
|
118
|
-
type: extension-library
|
119
|
-
openssl/ssl.rb:
|
120
|
-
file: /usr/lib/ruby/1.8/openssl/ssl.rb
|
121
|
-
openssl/x509.rb:
|
122
|
-
file: /usr/lib/ruby/1.8/openssl/x509.rb
|
123
|
-
openssl.rb:
|
124
|
-
file: /usr/lib/ruby/1.8/openssl.rb
|
125
|
-
rubygems/gem_openssl.rb:
|
126
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb
|
127
|
-
rubygems/security.rb:
|
128
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/security.rb
|
129
|
-
rubygems/custom_require.rb:
|
130
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb
|
131
|
-
rubygems.rb:
|
132
|
-
file: /usr/lib/ruby/site_ruby/1.8/rubygems.rb
|
133
|
-
ubygems.rb:
|
134
|
-
file: /usr/lib/ruby/site_ruby/1.8/ubygems.rb
|
135
|
-
optparse.rb:
|
136
|
-
file: /usr/lib/ruby/1.8/optparse.rb
|
137
|
-
ostruct.rb:
|
138
|
-
file: /usr/lib/ruby/1.8/ostruct.rb
|
139
|
-
ftools.rb:
|
140
|
-
file: /usr/lib/ruby/1.8/ftools.rb
|
141
|
-
pathname.rb:
|
142
|
-
file: /usr/lib/ruby/1.8/pathname.rb
|
143
|
-
deplate/core.rb:
|
144
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/core.rb
|
145
|
-
deplate/common.rb:
|
146
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/common.rb
|
147
|
-
deplate/input.rb:
|
148
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/input.rb
|
149
|
-
deplate/metadata.rb:
|
150
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/metadata.rb
|
151
|
-
deplate/output.rb:
|
152
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/output.rb
|
153
|
-
deplate/cache.rb:
|
154
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/cache.rb
|
155
|
-
deplate/variables.rb:
|
156
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/variables.rb
|
157
|
-
deplate/counters.rb:
|
158
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/counters.rb
|
159
|
-
deplate/etc.rb:
|
160
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/etc.rb
|
161
|
-
deplate/abstract-class.rb:
|
162
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/abstract-class.rb
|
163
|
-
deplate/elements.rb:
|
164
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/elements.rb
|
165
|
-
deplate/regions.rb:
|
166
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/regions.rb
|
167
|
-
deplate/commands.rb:
|
168
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/commands.rb
|
169
|
-
deplate/macros.rb:
|
170
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/macros.rb
|
171
|
-
deplate/particles.rb:
|
172
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/particles.rb
|
173
|
-
deplate/define.rb:
|
174
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/define.rb
|
175
|
-
deplate/formatter.rb:
|
176
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/formatter.rb
|
177
|
-
deplate/fmt/template.rb:
|
178
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/fmt/template.rb
|
179
|
-
deplate/template.rb:
|
180
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/template.rb
|
181
|
-
deplate/skeletons.rb:
|
182
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/skeletons.rb
|
183
|
-
deplate/bib.rb:
|
184
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/bib.rb
|
185
|
-
getopts.rb:
|
186
|
-
file: /usr/lib/ruby/1.8/getopts.rb
|
187
|
-
ps2ppm.rb:
|
188
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/ps2ppm.rb
|
189
|
-
deplate/external.rb:
|
190
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate/external.rb
|
191
|
-
deplate.rb:
|
192
|
-
file: /cygdrive/f/ext/Ruby/tml/deplate/lib/deplate.rb
|