bluecloth 2.0.10 → 2.0.11pre158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/.gemtest +0 -0
- data/History.md +4 -0
- data/LICENSE +1 -1
- data/Manifest.txt +103 -0
- data/README.md +103 -0
- data/Rakefile +95 -324
- data/ext/VERSION +1 -1
- data/ext/bluecloth.c +1 -1
- data/ext/bluecloth.h +1 -1
- data/ext/extconf.rb +7 -9
- data/ext/generate.c +5 -6
- data/ext/markdown.c +12 -8
- data/lib/bluecloth.rb +14 -11
- data/spec/bluecloth/101_changes_spec.rb +0 -4
- data/spec/bluecloth/TEMPLATE +36 -0
- data/spec/bluecloth/autolinks_spec.rb +2 -6
- data/spec/bluecloth/blockquotes_spec.rb +1 -5
- data/spec/bluecloth/code_spans_spec.rb +0 -4
- data/spec/bluecloth/emphasis_spec.rb +0 -4
- data/spec/bluecloth/entities_spec.rb +0 -4
- data/spec/bluecloth/hrules_spec.rb +0 -4
- data/spec/bluecloth/images_spec.rb +0 -4
- data/spec/bluecloth/inline_html_spec.rb +0 -4
- data/spec/bluecloth/links_spec.rb +0 -4
- data/spec/bluecloth/lists_spec.rb +0 -4
- data/spec/bluecloth/paragraphs_spec.rb +0 -4
- data/spec/bluecloth/titles_spec.rb +0 -4
- data/spec/bluecloth_spec.rb +3 -5
- data/spec/bugfix_spec.rb +6 -8
- data/spec/contributions_spec.rb +0 -2
- data/spec/discount_spec.rb +2 -6
- data/spec/lib/helpers.rb +24 -0
- data/spec/lib/matchers.rb +1 -0
- data/spec/markdowntest_spec.rb +0 -4
- metadata +222 -139
- metadata.gz.sig +0 -0
- data/ChangeLog +0 -444
- data/README +0 -81
- data/Rakefile.local +0 -48
- data/rake/191_compat.rb +0 -26
- data/rake/dependencies.rb +0 -76
- data/rake/documentation.rb +0 -123
- data/rake/helpers.rb +0 -502
- data/rake/hg.rb +0 -318
- data/rake/manual.rb +0 -787
- data/rake/packaging.rb +0 -129
- data/rake/publishing.rb +0 -341
- data/rake/style.rb +0 -62
- data/rake/svn.rb +0 -668
- data/rake/testing.rb +0 -152
- data/rake/verifytask.rb +0 -64
metadata.gz.sig
CHANGED
Binary file
|
data/ChangeLog
DELETED
@@ -1,444 +0,0 @@
|
|
1
|
-
147[tip] 6f434470d71c 2011-01-17 09:16 -0800 ged
|
2
|
-
Added tag 2.0.10 for changeset 85dc2533f18e
|
3
|
-
|
4
|
-
146[2.0.10] 85dc2533f18e 2011-01-17 09:16 -0800 ged
|
5
|
-
Added signature for changeset 3dd45baec201
|
6
|
-
|
7
|
-
145 3dd45baec201 2011-01-17 09:14 -0800 ged
|
8
|
-
Bumping version.
|
9
|
-
|
10
|
-
144 a12b01a92197 2011-01-17 09:13 -0800 ged
|
11
|
-
Updated to Discount 2.0.4:
|
12
|
-
|
13
|
-
143 5ef78d71c329 2010-10-15 08:20 -0700 ged
|
14
|
-
Adding an example for the 'Wrong (different) allignment in code block' ticket (refs #71).
|
15
|
-
|
16
|
-
142 0efe9f9e4598 2010-10-15 08:19 -0700 ged
|
17
|
-
Converting to RSpec 2.0.
|
18
|
-
|
19
|
-
141[github/master,master] 8372e8b4c95e 2010-09-23 07:25 -0700 ged
|
20
|
-
Added tag 2.0.9 for changeset 5bbf74a21ecb
|
21
|
-
|
22
|
-
140[2.0.9] 5bbf74a21ecb 2010-09-23 07:25 -0700 ged
|
23
|
-
Added signature for changeset 0a9f01744efb
|
24
|
-
|
25
|
-
139 0a9f01744efb 2010-09-23 07:24 -0700 ged
|
26
|
-
Added tag 2.0.8 for changeset 8ccd2cfe599e
|
27
|
-
|
28
|
-
138 486a5a2a8cd2 2010-09-23 07:15 -0700 ged
|
29
|
-
Bump version, update the Windows build to use 1.9.2 instead of 1.9.1.
|
30
|
-
|
31
|
-
137 1caa0c888dfe 2010-09-17 15:03 -0700 ged
|
32
|
-
Updated to Discount 1.6.8, caught up with some Discount flags
|
33
|
-
|
34
|
-
136 d21afe457b3a 2010-09-17 14:12 -0700 ged
|
35
|
-
Trying to add a spec to test #68.
|
36
|
-
|
37
|
-
135 eb11956b000d 2010-09-17 13:48 -0700 ged
|
38
|
-
Tried to add a spec to test #67.
|
39
|
-
|
40
|
-
134 055519ec5f78 2010-09-17 13:42 -0700 ged
|
41
|
-
Cleanup, 1.9.2 compatibility, bugfixes.
|
42
|
-
|
43
|
-
133 3122e81da65b 2010-09-17 13:25 -0700 ged
|
44
|
-
Convert to tidy-ext for testing instead of the ffi one (1.9.x compatibility)
|
45
|
-
|
46
|
-
132 3f36f96bfb8e 2010-08-16 11:50 -0700 ged
|
47
|
-
Install extension in arch-specific subdir [RPS]
|
48
|
-
|
49
|
-
131[2.0.8] 8ccd2cfe599e 2010-08-11 09:54 -0600 ged
|
50
|
-
Bump version to 2.0.8
|
51
|
-
|
52
|
-
130 f2d6de73c6d6 2010-08-11 09:54 -0600 ged
|
53
|
-
Updated to Discount 1.6.6; add HTML5 tag support.
|
54
|
-
|
55
|
-
129 7b1630a0f3b2 2010-08-11 09:27 -0600 ged
|
56
|
-
Updated for Discount 1.6.4, build system updates.
|
57
|
-
|
58
|
-
128 ba2087a764a2 2010-01-25 13:35 -0800 ged
|
59
|
-
Added tag 2.0.7 for changeset 2e54366aeac1
|
60
|
-
|
61
|
-
127[2.0.7] 2e54366aeac1 2010-01-25 13:35 -0800 ged
|
62
|
-
Added signature for changeset 961801a5b88a
|
63
|
-
|
64
|
-
126 961801a5b88a 2010-01-21 12:14 -0800 ged
|
65
|
-
Bumping version to 2.0.7.
|
66
|
-
|
67
|
-
125 8dd151abf28e 2010-01-21 12:13 -0800 ged
|
68
|
-
Backing out the m17n fix
|
69
|
-
|
70
|
-
124 d86fe9412190 2010-01-17 12:03 -0800 ged
|
71
|
-
Added tag 2.0.6 for changeset 1e62f609c3ab
|
72
|
-
|
73
|
-
123[2.0.6] 1e62f609c3ab 2010-01-17 12:03 -0800 ged
|
74
|
-
Added signature for changeset 0cc074237b75
|
75
|
-
|
76
|
-
122 0cc074237b75 2010-01-16 16:32 -0800 ged
|
77
|
-
Rakefile changes:
|
78
|
-
|
79
|
-
121 0e3195e9fb3e 2010-01-16 16:24 -0800 ged
|
80
|
-
It helps if you require the right library...
|
81
|
-
|
82
|
-
120 5bae8ff5846f 2010-01-15 20:06 -0800 ged
|
83
|
-
Add version-specific extension-loading for native gems.
|
84
|
-
|
85
|
-
119 e04eccd695ee 2010-01-14 09:00 -0800 ged
|
86
|
-
Encoding bugfix for Ruby 1.9.1.
|
87
|
-
|
88
|
-
118 7c15c9beb634 2010-01-05 05:39 -0800 ged
|
89
|
-
Enable native/cross-compilation, add pending Markdown-Extra table specs.
|
90
|
-
|
91
|
-
117 e04270524114 2010-01-04 08:18 -0800 ged
|
92
|
-
Removing old files, updated build system.
|
93
|
-
|
94
|
-
116 f2af577b2cc0 2010-01-03 11:17 -0800 ged
|
95
|
-
Updated benchmark to include kramdown.
|
96
|
-
|
97
|
-
115 b715702c19f7 2010-01-02 15:08 -0800 ged
|
98
|
-
Adding a minimal test case for #60.
|
99
|
-
|
100
|
-
114:112,113 617e767c1331 2010-01-02 14:49 -0800 ged
|
101
|
-
Added spec for #56 so I can close it.
|
102
|
-
|
103
|
-
113:111 8be386ec10a8 2009-11-04 15:56 -0800 ged
|
104
|
-
Updated build files.
|
105
|
-
|
106
|
-
112 5c81c9a5012f 2010-01-01 10:54 -0800 ged
|
107
|
-
Build with rake-compiler, fix some bugs.
|
108
|
-
|
109
|
-
111 ce4fb0ebf7c0 2009-08-03 12:58 -0700 ged
|
110
|
-
* Updated to Discount 1.5 (+bugfixes)
|
111
|
-
|
112
|
-
110 79aeab070db6 2009-08-03 05:59 -0700 ged
|
113
|
-
* Updated build system
|
114
|
-
|
115
|
-
109 2f1e2866f511 2009-07-29 09:31 -0700 ged
|
116
|
-
* Adding an .hgignore
|
117
|
-
|
118
|
-
108 ca59ad11e08f 2009-07-29 23:56 +0000 convert-repo
|
119
|
-
update tags
|
120
|
-
|
121
|
-
107 c4984d0f836b 2009-07-16 07:18 +0000 ged
|
122
|
-
Test for bzero (used in generate.c), and if it isn't defined (e.g., Windows using VC), define it
|
123
|
-
|
124
|
-
106 fc2e0f28ccab 2009-07-16 00:22 +0000 ged
|
125
|
-
Fixing extra release files in the Rakefile
|
126
|
-
|
127
|
-
105[2.0.5] 2cc7a3180ee8 2009-07-16 00:18 +0000 ged
|
128
|
-
Bumping version to 2.0.5.
|
129
|
-
|
130
|
-
104 6164b7b34474 2009-07-15 23:52 +0000 ged
|
131
|
-
* Updated the build system
|
132
|
-
|
133
|
-
103 6d52ea6e383b 2009-07-06 23:57 +0000 ged
|
134
|
-
Adding a spec to test out the DoS reported by Ben Sandofsky (refs #57).
|
135
|
-
|
136
|
-
102[2.0.4] 824e2d6eab4c 2009-06-30 01:33 +0000 ged
|
137
|
-
* Updated with Discount 1.4.4.
|
138
|
-
|
139
|
-
101 70e807c1eead 2009-06-15 13:15 +0000 ged
|
140
|
-
* Updated to Discount 1.4.2.
|
141
|
-
|
142
|
-
100[2.0.3] 4e24d4de383f 2009-05-26 05:08 +0000 ged
|
143
|
-
* Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the fix.
|
144
|
-
|
145
|
-
99[2.0.2] 68e2db2b0c94 2009-05-14 15:26 +0000 ged
|
146
|
-
Bumping version to 2.0.2.
|
147
|
-
|
148
|
-
98 824864e57182 2009-05-14 15:21 +0000 ged
|
149
|
-
* Updated to Discount 1.4.0.
|
150
|
-
|
151
|
-
97[2.0.1] bbd194b2caca 2009-04-07 22:07 +0000 ged
|
152
|
-
* Updated build system.
|
153
|
-
|
154
|
-
96[2.0.0]:93 90ca87312078 2009-03-25 14:42 +0000 ged
|
155
|
-
Merged build system update and README changes from the [log:branches/spec-and-19-fixes@109:110 spec-and-19-fixes branch].
|
156
|
-
|
157
|
-
95 93546826fa39 2009-03-25 14:35 +0000 ged
|
158
|
-
Updated build system.
|
159
|
-
|
160
|
-
94:91 7920ff5c7aed 2009-03-25 14:32 +0000 ged
|
161
|
-
README wording fix.
|
162
|
-
|
163
|
-
93 2bde45351ad8 2009-03-13 23:26 +0000 ged
|
164
|
-
* Updated build system
|
165
|
-
|
166
|
-
92:86 2d482bf2a096 2009-03-13 22:56 +0000 ged
|
167
|
-
Merged spec updates, new version of Discount, updated MarkdownTest and Ruby 1.9.1 fixes from [log:branches/spec-and-19-fixes@102:106 the spec-and-19-fixes branch].
|
168
|
-
|
169
|
-
91 f95cdb6af413 2009-03-13 22:44 +0000 ged
|
170
|
-
* Fixes for 1.9.1.
|
171
|
-
|
172
|
-
90 f575c3ddbe33 2009-03-13 22:39 +0000 ged
|
173
|
-
* Finished splitting out the old auto-generated specs into explicit ones.
|
174
|
-
|
175
|
-
89 7edafd943312 2009-03-13 21:21 +0000 ged
|
176
|
-
* Updated build system
|
177
|
-
|
178
|
-
88 529efba157cd 2009-03-13 20:42 +0000 ged
|
179
|
-
Checkpoint commit
|
180
|
-
|
181
|
-
87 bea54f3c8ad0 2009-03-13 20:42 +0000 ged
|
182
|
-
Branching to split out the specs and add fixes for 1.9.
|
183
|
-
|
184
|
-
86 9a5ad2923bb3 2009-02-23 14:16 +0000 ged
|
185
|
-
* Trying to fix whitespace differences in generated output.
|
186
|
-
|
187
|
-
85 7d9d7867dcd2 2009-02-23 06:58 +0000 ged
|
188
|
-
Started work on fixes for 1.9.1.
|
189
|
-
|
190
|
-
84 20aece07667c 2009-01-07 21:43 +0000 ged
|
191
|
-
Fixed the VERSION
|
192
|
-
|
193
|
-
83 4e4704585c05 2009-01-02 23:46 +0000 ged
|
194
|
-
Made the benchmark run with no additional prep (other than installing the requisite alternative implementations).
|
195
|
-
|
196
|
-
82 312e1b089c11 2009-01-02 17:56 +0000 ged
|
197
|
-
* Updated build system
|
198
|
-
|
199
|
-
81 50d73df53a75 2008-12-30 08:16 +0000 ged
|
200
|
-
Updated to Discount 1.3.1.
|
201
|
-
|
202
|
-
80 98738523209f 2008-12-28 06:19 +0000 ged
|
203
|
-
* Removed some chatty memory-allocation debugging.
|
204
|
-
|
205
|
-
79 fb5abd6b80f0 2008-12-28 03:04 +0000 ged
|
206
|
-
* Include the ext/VERSION file in the gem, as it's required for building.
|
207
|
-
|
208
|
-
78 a6a8b77ebeea 2008-12-27 02:28 +0000 ged
|
209
|
-
Added support for Discount Markdown extensions and Pandoc header.
|
210
|
-
|
211
|
-
77 f0d9a3b66167 2008-12-25 09:53 +0000 ged
|
212
|
-
Handle the 'tidy' library not being installed.
|
213
|
-
|
214
|
-
76 1c01a3186b0f 2008-12-25 09:41 +0000 ged
|
215
|
-
Forgot to change the libtidy name hack to the spec itself.
|
216
|
-
|
217
|
-
75 1afe9dd6b2b1 2008-12-25 09:37 +0000 ged
|
218
|
-
* Cleaned up a bunch of stuff from the first version.
|
219
|
-
|
220
|
-
74 d6a67116703f 2008-12-25 03:29 +0000 ged
|
221
|
-
First working commit of Discount-backed BlueCloth 2.0.
|
222
|
-
|
223
|
-
73 f7692e282fe6 2008-09-01 22:24 +0000 ged
|
224
|
-
* Checkpoint commit of MarkdownTest integration
|
225
|
-
|
226
|
-
72:65 10001a99c611 2008-08-20 21:46 +0000 ged
|
227
|
-
Adding MarkdownTest tests, new build system. [broken build]
|
228
|
-
|
229
|
-
71 8fde110be755 2008-08-01 19:12 +0000 ged
|
230
|
-
Checkpoint commit -- build system + markdowntest + Ragel grammar stub
|
231
|
-
|
232
|
-
70:65 68c7658d9537 2008-08-01 19:01 +0000 ged
|
233
|
-
Making a branch for the experimental Ragel parser work
|
234
|
-
|
235
|
-
69 4a618585d44a 2005-11-09 01:38 +0000 ged
|
236
|
-
* Fixed bug #12, and cleaned up warnings from changes to StringScanner. [fixes #12]
|
237
|
-
|
238
|
-
68 a7c5084bb2c6 2005-11-09 01:34 +0000 ged
|
239
|
-
* Adding a standalone testcase for bug #12. Current Ruby only issues a warning
|
240
|
-
|
241
|
-
67 752e33cb18b9 2005-11-09 01:28 +0000 ged
|
242
|
-
- Updated to point to my own Trac site.
|
243
|
-
|
244
|
-
66 8f3203640ccd 2005-11-09 01:24 +0000 ged
|
245
|
-
* Branching for bugfixes + internals rewrite.
|
246
|
-
|
247
|
-
65 f4a61eededf5 2005-05-12 21:31 +0000 ged
|
248
|
-
- Renamed tests without goofy numbers.
|
249
|
-
|
250
|
-
64 d604e9fe1a4a 2005-05-12 20:31 +0000 ged
|
251
|
-
- Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.
|
252
|
-
|
253
|
-
63 3e785abfc186 2005-05-12 19:48 +0000 ged
|
254
|
-
- Added tests to make sure I dont break lists trying to fix #15
|
255
|
-
|
256
|
-
62 e008c4845aef 2005-05-12 19:26 +0000 ged
|
257
|
-
- Added new tests for bug #17 (two-character bold/italic bug)
|
258
|
-
|
259
|
-
61 bac992099396 2004-08-31 05:19 +0000 ged
|
260
|
-
- Updated for 1.0.0fc3 release.
|
261
|
-
|
262
|
-
60 7eb11846096d 2004-08-25 05:27 +0000 ged
|
263
|
-
- Fixed bug introduced by the last bugfix, fixed tests that missed the new bug.
|
264
|
-
|
265
|
-
59 324685ac4010 2004-08-25 05:14 +0000 ged
|
266
|
-
- Tracked down and fixed another regexp engine overflow bug; added a new test,
|
267
|
-
|
268
|
-
58 a33c5eac1856 2004-08-24 14:57 +0000 ged
|
269
|
-
- Updated to v1.0.0.
|
270
|
-
|
271
|
-
57 e233c9f93105 2004-08-24 14:56 +0000 ged
|
272
|
-
- Updated to v1.0.0.
|
273
|
-
|
274
|
-
56 c793933d4599 2004-08-24 14:53 +0000 ged
|
275
|
-
- Updated to 20040824.
|
276
|
-
|
277
|
-
55 992586b37e73 2004-08-24 14:52 +0000 ged
|
278
|
-
- Added CHANGES.xml to ignore property for root directory.
|
279
|
-
|
280
|
-
54 976267f8ce12 2004-08-24 14:48 +0000 ged
|
281
|
-
- Brought list of block-level tags up to date with Markdown 1.0's list
|
282
|
-
|
283
|
-
53 0e3f0bc95714 2004-08-22 19:28 +0000 ged
|
284
|
-
- Fixed re-engine overflow for all tested cases (thanks to Martin Chase
|
285
|
-
|
286
|
-
52 5278657f5319 2004-08-22 19:26 +0000 ged
|
287
|
-
- Removed skip of overflow test.
|
288
|
-
|
289
|
-
51 71617cbac5be 2004-08-22 19:24 +0000 ged
|
290
|
-
- "Fixed" the test case so it overflows again.
|
291
|
-
|
292
|
-
50 0b2eafa02561 2004-08-09 05:12 +0000 ged
|
293
|
-
- Updated to 20040808.
|
294
|
-
|
295
|
-
49 8c26c74594e1 2004-08-09 01:16 +0000 ged
|
296
|
-
- Modified to work from wherever the test is run (RPA compat).
|
297
|
-
|
298
|
-
48 f7c3d9f3f7a1 2004-08-09 01:15 +0000 ged
|
299
|
-
- Modified to work from wherever the test is run (RPA compat).
|
300
|
-
|
301
|
-
47 93abf238a8a7 2004-08-09 01:15 +0000 ged
|
302
|
-
- Updated version attribute.
|
303
|
-
|
304
|
-
46 94b0fc3111a3 2004-08-09 01:14 +0000 ged
|
305
|
-
- Brought markdown syntax up to date with Markdown 1.0fc1.
|
306
|
-
|
307
|
-
45 687a5882b6ab 2004-08-09 01:13 +0000 ged
|
308
|
-
- Made the require-header work wherever the test is run from (RPA compat).
|
309
|
-
|
310
|
-
44 b701148f1078 2004-06-21 15:20 +0000 ged
|
311
|
-
- Brought up to date with Markdown 1.0b7.
|
312
|
-
|
313
|
-
43 28fbfd30ae84 2004-06-02 13:37 +0000 ged
|
314
|
-
- Commented out non-functional --output option for now.
|
315
|
-
|
316
|
-
42 c6015bf41ec7 2004-06-02 03:30 +0000 ged
|
317
|
-
Initial checkin.
|
318
|
-
|
319
|
-
41 d595be427a40 2004-06-02 03:29 +0000 ged
|
320
|
-
- Added test for bug #574.
|
321
|
-
|
322
|
-
40 6caececb7a82 2004-06-02 03:21 +0000 ged
|
323
|
-
- Test for bug #620 - Unresolved reference-style links doubled the character
|
324
|
-
|
325
|
-
39 78dfd775cec9 2004-06-02 03:19 +0000 ged
|
326
|
-
- Fix for bug #620 - Unresolved reference-style links doubled the character
|
327
|
-
|
328
|
-
38 0fb4d975113a 2004-05-14 02:43 +0000 ged
|
329
|
-
- Added tests for bug #568 (Two sets of bold text on one line doesn't render
|
330
|
-
|
331
|
-
37 de0cec95ba63 2004-05-14 02:41 +0000 ged
|
332
|
-
- Fixed bug with bolding of single characters (bug #568).
|
333
|
-
|
334
|
-
36 3dd2e20acd6a 2004-05-04 14:35 +0000 ged
|
335
|
-
- Additional fixes and tests for bug #537.
|
336
|
-
|
337
|
-
35 a63aa4091662 2004-04-30 03:40 +0000 ged
|
338
|
-
- Added bin/ directory.
|
339
|
-
|
340
|
-
34 bf3492418bf7 2004-04-30 03:40 +0000 ged
|
341
|
-
- Set date.
|
342
|
-
|
343
|
-
33 0fa434ed6ee6 2004-04-30 03:39 +0000 ged
|
344
|
-
- Added test for Bug #543 (Safe mode does not work when there are no left
|
345
|
-
|
346
|
-
32 70d5a794edc9 2004-04-30 03:38 +0000 ged
|
347
|
-
- Added test for email address encoding (Bug #537).
|
348
|
-
|
349
|
-
31 c39cd62dc023 2004-04-30 03:35 +0000 ged
|
350
|
-
- Fix for bug #543 (Safe mode does not work when there are no left
|
351
|
-
|
352
|
-
30 89ae174bf6eb 2004-04-30 03:33 +0000 ged
|
353
|
-
- Fix for bug #541 (Leading line of codeblock with more than one tab
|
354
|
-
|
355
|
-
29 146a20279a49 2004-04-30 03:31 +0000 ged
|
356
|
-
- Fix for bug #537. Fix suggested by Marek Janukowicz.
|
357
|
-
|
358
|
-
28 9751c45529de 2004-04-23 04:47 +0000 ged
|
359
|
-
- Temporary fixes until I have time to integrate SVN stuff.
|
360
|
-
|
361
|
-
27 04fa7e0e035c 2004-04-23 04:46 +0000 ged
|
362
|
-
- Version bump.
|
363
|
-
|
364
|
-
26 8dd949521598 2004-04-23 04:46 +0000 ged
|
365
|
-
- Brought in line with most-recent release.
|
366
|
-
|
367
|
-
25 9cd965756b2c 2004-04-23 04:40 +0000 ged
|
368
|
-
- Version bump.
|
369
|
-
|
370
|
-
24 7e81348df6c0 2004-04-23 04:39 +0000 ged
|
371
|
-
- Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier
|
372
|
-
|
373
|
-
23 ca4b54166276 2004-04-23 04:34 +0000 ged
|
374
|
-
- Test for bugs 524 and 525
|
375
|
-
|
376
|
-
22 496d7f7a4cdc 2004-04-16 01:55 +0000 ged
|
377
|
-
- Corrected version
|
378
|
-
|
379
|
-
21 b51c6840bc49 2004-04-16 01:53 +0000 ged
|
380
|
-
- Brought Version up to date.
|
381
|
-
|
382
|
-
20 f2718c29f536 2004-04-16 01:52 +0000 ged
|
383
|
-
- Updated ignore metadata.
|
384
|
-
|
385
|
-
19 f82fd20371ad 2004-04-16 01:51 +0000 ged
|
386
|
-
Initial checkin.
|
387
|
-
|
388
|
-
18 f403c21157cc 2004-04-16 01:50 +0000 ged
|
389
|
-
- Changed tests/ pattern to catch all tests.
|
390
|
-
|
391
|
-
17 f4112232595f 2004-04-16 01:49 +0000 ged
|
392
|
-
- Added missing dependency check for devel-logger.
|
393
|
-
|
394
|
-
16 8690a971eb59 2004-04-16 01:49 +0000 ged
|
395
|
-
- Added contributors section to the header.
|
396
|
-
|
397
|
-
15 492797ca9f09 2004-04-16 01:48 +0000 ged
|
398
|
-
- Added contributors section to the header.
|
399
|
-
|
400
|
-
14 0649b1f16ee8 2004-04-12 06:02 +0000 ged
|
401
|
-
- Added keywords.
|
402
|
-
|
403
|
-
13 9fe4c26b72e0 2004-04-12 06:01 +0000 ged
|
404
|
-
- Updated comments/added to-do marker.
|
405
|
-
|
406
|
-
12 64b1e11c97ff 2004-04-12 05:47 +0000 ged
|
407
|
-
- Updated ignore list.
|
408
|
-
|
409
|
-
11 6a8aed04e890 2004-04-12 05:46 +0000 ged
|
410
|
-
Initial checkin.
|
411
|
-
|
412
|
-
10 0fc13fe6e6c7 2004-04-12 05:45 +0000 ged
|
413
|
-
- Added a time() function for timing bits of code.
|
414
|
-
|
415
|
-
9 3abdc2f04959 2004-04-12 05:43 +0000 ged
|
416
|
-
- Changed keyword constants from CVS to SVN keywords.
|
417
|
-
|
418
|
-
8 e5db5380cfaf 2004-04-12 05:29 +0000 ged
|
419
|
-
- Changed location of keyword stuff, added URL keyword.
|
420
|
-
|
421
|
-
7 f3c8521ac045 2004-04-12 05:26 +0000 ged
|
422
|
-
- Added the rest of the content.
|
423
|
-
|
424
|
-
6 8b6eb6e814ad 2004-04-12 05:21 +0000 ged
|
425
|
-
- Fixed license in header
|
426
|
-
|
427
|
-
5 80efe23904b2 2004-04-12 05:17 +0000 ged
|
428
|
-
- Renamed to reflect repurposing.
|
429
|
-
|
430
|
-
4 d0414fcb9d46 2004-04-12 05:17 +0000 ged
|
431
|
-
- Converted to bug-testing testcase.
|
432
|
-
|
433
|
-
3 7cacdc1638d5 2004-04-12 05:15 +0000 ged
|
434
|
-
- Added some mode code span tests to catch bugs.
|
435
|
-
|
436
|
-
2 50ad59f16116 2004-04-11 04:40 +0000 ged
|
437
|
-
- Updated dist/install utilities/libs.
|
438
|
-
|
439
|
-
1 47d5847f4c84 2004-04-10 20:36 +0000 ged
|
440
|
-
Removed markdown reference source
|
441
|
-
|
442
|
-
0 08a749d2dd7f 2004-04-10 20:35 +0000 ged
|
443
|
-
Initial checkin
|
444
|
-
|
data/README
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
= BlueCloth 2
|
2
|
-
|
3
|
-
BlueCloth is a Ruby implementation of John Gruber's
|
4
|
-
Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML
|
5
|
-
conversion tool for web writers. To quote from the project page:
|
6
|
-
Markdown allows you to write using an easy-to-read, easy-to-write plain
|
7
|
-
text format, then convert it to structurally valid XHTML (or HTML).
|
8
|
-
|
9
|
-
It borrows a naming convention and several helpings of interface from
|
10
|
-
Redcloth[http://www.whytheluckystiff.net/ruby/redcloth/], {Why the Lucky
|
11
|
-
Stiff}[http://www.whytheluckystiff.net/] 's processor for a similar
|
12
|
-
text-to-HTML conversion syntax called
|
13
|
-
Textile[http://www.textism.com/tools/textile/].
|
14
|
-
|
15
|
-
BlueCloth 2 is a complete rewrite using David Parsons' Discount library,
|
16
|
-
a C implementation of Markdown. I rewrote it using the extension for
|
17
|
-
speed and accuracy; the original BlueCloth was a straight port from the
|
18
|
-
Perl version that I wrote in a few days for my own use just to avoid
|
19
|
-
having to shell out to Markdown.pl, and it was quite buggy and slow. I
|
20
|
-
apologize to all the good people that sent me patches for it that were
|
21
|
-
never released.
|
22
|
-
|
23
|
-
Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive:
|
24
|
-
|
25
|
-
# Load the 2.0 version
|
26
|
-
gem 'bluecloth', '>= 2.0.0'
|
27
|
-
|
28
|
-
# Load the 1.0 version
|
29
|
-
gem 'BlueCloth'
|
30
|
-
require 'bluecloth'
|
31
|
-
|
32
|
-
|
33
|
-
== Authors
|
34
|
-
|
35
|
-
* Michael Granger (ged@FaerieMUD.org)
|
36
|
-
|
37
|
-
|
38
|
-
== Contributors
|
39
|
-
|
40
|
-
* Martin Chase <stillflame@FaerieMUD.org>
|
41
|
-
* Florian Gross <flgr@ccan.de>
|
42
|
-
|
43
|
-
This product includes software developed by David Loren
|
44
|
-
Parsons <http://www.pell.portland.or.us/~orc>.
|
45
|
-
|
46
|
-
|
47
|
-
== Installation
|
48
|
-
|
49
|
-
If you use RubyGems, you can install it via:
|
50
|
-
|
51
|
-
$ sudo gem install bluecloth
|
52
|
-
|
53
|
-
You can also install as a site library via the Rakefile:
|
54
|
-
|
55
|
-
$ wget http://deveiate.org/code/bluecloth-x.y.z.tar.gz
|
56
|
-
$ tar xzvf bluecloth-x.y.z.tar.gz
|
57
|
-
$ cd bluecloth-x.y.z
|
58
|
-
$ sudo rake install
|
59
|
-
|
60
|
-
|
61
|
-
== Source
|
62
|
-
|
63
|
-
You can check out the current development source with Mercurial from
|
64
|
-
the following URL:
|
65
|
-
|
66
|
-
http://repo.deveiate.org/BlueCloth
|
67
|
-
|
68
|
-
You can report bugs, suggest improvements, or check on development
|
69
|
-
activity at the project page:
|
70
|
-
|
71
|
-
http://deveiate.org/projects/BlueCloth/
|
72
|
-
|
73
|
-
|
74
|
-
== License
|
75
|
-
|
76
|
-
See the LICENSE file included with the distribution for licensing and
|
77
|
-
copyright details.
|
78
|
-
|
79
|
-
The licensing terms of Discount are described in the LICENSE.discount
|
80
|
-
file, also included with the distribution.
|
81
|
-
|