bluecloth 2.0.7-x86-mswin32 → 2.0.11pre158-x86-mswin32

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.
Files changed (67) hide show
  1. data.tar.gz.sig +0 -0
  2. data/.gemtest +0 -0
  3. data/History.md +4 -0
  4. data/LICENSE +1 -1
  5. data/Manifest.txt +103 -0
  6. data/README.md +103 -0
  7. data/Rakefile +95 -301
  8. data/ext/VERSION +1 -1
  9. data/ext/bluecloth.c +69 -23
  10. data/ext/bluecloth.h +13 -2
  11. data/ext/config.h +13 -2
  12. data/ext/css.c +14 -5
  13. data/ext/cstring.h +4 -2
  14. data/ext/docheader.c +13 -7
  15. data/ext/emmatch.c +188 -0
  16. data/ext/extconf.rb +7 -9
  17. data/ext/generate.c +333 -293
  18. data/ext/html5.c +24 -0
  19. data/ext/markdown.c +326 -185
  20. data/ext/markdown.h +52 -29
  21. data/ext/mkdio.c +82 -41
  22. data/ext/mkdio.h +44 -23
  23. data/ext/resource.c +4 -2
  24. data/ext/setup.c +47 -0
  25. data/ext/tags.c +123 -0
  26. data/ext/tags.h +19 -0
  27. data/lib/1.8/bluecloth_ext.so +0 -0
  28. data/lib/1.9/bluecloth_ext.so +0 -0
  29. data/lib/bluecloth.rb +77 -42
  30. data/spec/bluecloth/101_changes_spec.rb +18 -21
  31. data/spec/bluecloth/TEMPLATE +36 -0
  32. data/spec/bluecloth/autolinks_spec.rb +4 -7
  33. data/spec/bluecloth/blockquotes_spec.rb +20 -23
  34. data/spec/bluecloth/code_spans_spec.rb +2 -5
  35. data/spec/bluecloth/emphasis_spec.rb +2 -5
  36. data/spec/bluecloth/entities_spec.rb +2 -5
  37. data/spec/bluecloth/hrules_spec.rb +2 -5
  38. data/spec/bluecloth/images_spec.rb +2 -5
  39. data/spec/bluecloth/inline_html_spec.rb +26 -66
  40. data/spec/bluecloth/links_spec.rb +1 -5
  41. data/spec/bluecloth/lists_spec.rb +2 -5
  42. data/spec/bluecloth/paragraphs_spec.rb +2 -5
  43. data/spec/bluecloth/titles_spec.rb +2 -5
  44. data/spec/bluecloth_spec.rb +36 -22
  45. data/spec/bugfix_spec.rb +90 -10
  46. data/spec/contributions_spec.rb +2 -3
  47. data/spec/discount_spec.rb +50 -10
  48. data/spec/lib/helpers.rb +18 -117
  49. data/spec/lib/matchers.rb +7 -18
  50. data/spec/markdowntest_spec.rb +3 -39
  51. metadata +257 -143
  52. metadata.gz.sig +0 -0
  53. data/ChangeLog +0 -387
  54. data/README +0 -81
  55. data/Rakefile.local +0 -41
  56. data/rake/191_compat.rb +0 -26
  57. data/rake/dependencies.rb +0 -76
  58. data/rake/helpers.rb +0 -435
  59. data/rake/hg.rb +0 -273
  60. data/rake/manual.rb +0 -782
  61. data/rake/packaging.rb +0 -123
  62. data/rake/publishing.rb +0 -274
  63. data/rake/rdoc.rb +0 -30
  64. data/rake/style.rb +0 -62
  65. data/rake/svn.rb +0 -668
  66. data/rake/testing.rb +0 -187
  67. data/rake/verifytask.rb +0 -64
metadata.gz.sig ADDED
Binary file
data/ChangeLog DELETED
@@ -1,387 +0,0 @@
1
- 128[tip] ba2087a764a2 2010-01-25 13:35 -0800 ged
2
- Added tag 2.0.7 for changeset 2e54366aeac1
3
-
4
- 127[2.0.7] 2e54366aeac1 2010-01-25 13:35 -0800 ged
5
- Added signature for changeset 961801a5b88a
6
-
7
- 126 961801a5b88a 2010-01-21 12:14 -0800 ged
8
- Bumping version to 2.0.7.
9
-
10
- 125 8dd151abf28e 2010-01-21 12:13 -0800 ged
11
- Backing out the m17n fix
12
-
13
- 124 d86fe9412190 2010-01-17 12:03 -0800 ged
14
- Added tag 2.0.6 for changeset 1e62f609c3ab
15
-
16
- 123[2.0.6] 1e62f609c3ab 2010-01-17 12:03 -0800 ged
17
- Added signature for changeset 0cc074237b75
18
-
19
- 122 0cc074237b75 2010-01-16 16:32 -0800 ged
20
- Rakefile changes:
21
-
22
- 121 0e3195e9fb3e 2010-01-16 16:24 -0800 ged
23
- It helps if you require the right library...
24
-
25
- 120 5bae8ff5846f 2010-01-15 20:06 -0800 ged
26
- Add version-specific extension-loading for native gems.
27
-
28
- 119 e04eccd695ee 2010-01-14 09:00 -0800 ged
29
- Encoding bugfix for Ruby 1.9.1.
30
-
31
- 118 7c15c9beb634 2010-01-05 05:39 -0800 ged
32
- Enable native/cross-compilation, add pending Markdown-Extra table specs.
33
-
34
- 117 e04270524114 2010-01-04 08:18 -0800 ged
35
- Removing old files, updated build system.
36
-
37
- 116 f2af577b2cc0 2010-01-03 11:17 -0800 ged
38
- Updated benchmark to include kramdown.
39
-
40
- 115 b715702c19f7 2010-01-02 15:08 -0800 ged
41
- Adding a minimal test case for #60.
42
-
43
- 114:113,112 617e767c1331 2010-01-02 14:49 -0800 ged
44
- Added spec for #56 so I can close it.
45
-
46
- 113:111 5c81c9a5012f 2010-01-01 10:54 -0800 ged
47
- Build with rake-compiler, fix some bugs.
48
-
49
- 112 8be386ec10a8 2009-11-04 15:56 -0800 ged
50
- Updated build files.
51
-
52
- 111 ce4fb0ebf7c0 2009-08-03 12:58 -0700 ged
53
- * Updated to Discount 1.5 (+bugfixes)
54
-
55
- 110 79aeab070db6 2009-08-03 05:59 -0700 ged
56
- * Updated build system
57
-
58
- 109 2f1e2866f511 2009-07-29 09:31 -0700 ged
59
- * Adding an .hgignore
60
-
61
- 108 ca59ad11e08f 2009-07-29 23:56 +0000 convert-repo
62
- update tags
63
-
64
- 107 c4984d0f836b 2009-07-16 07:18 +0000 ged
65
- Test for bzero (used in generate.c), and if it isn't defined (e.g., Windows using VC), define it
66
-
67
- 106 fc2e0f28ccab 2009-07-16 00:22 +0000 ged
68
- Fixing extra release files in the Rakefile
69
-
70
- 105[2.0.5] 2cc7a3180ee8 2009-07-16 00:18 +0000 ged
71
- Bumping version to 2.0.5.
72
-
73
- 104 6164b7b34474 2009-07-15 23:52 +0000 ged
74
- * Updated the build system
75
-
76
- 103 6d52ea6e383b 2009-07-06 23:57 +0000 ged
77
- Adding a spec to test out the DoS reported by Ben Sandofsky (refs #57).
78
-
79
- 102[2.0.4] 824e2d6eab4c 2009-06-30 01:33 +0000 ged
80
- * Updated with Discount 1.4.4.
81
-
82
- 101 70e807c1eead 2009-06-15 13:15 +0000 ged
83
- * Updated to Discount 1.4.2.
84
-
85
- 100[2.0.3] 4e24d4de383f 2009-05-26 05:08 +0000 ged
86
- * Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the fix.
87
-
88
- 99[2.0.2] 68e2db2b0c94 2009-05-14 15:26 +0000 ged
89
- Bumping version to 2.0.2.
90
-
91
- 98 824864e57182 2009-05-14 15:21 +0000 ged
92
- * Updated to Discount 1.4.0.
93
-
94
- 97[2.0.1] bbd194b2caca 2009-04-07 22:07 +0000 ged
95
- * Updated build system.
96
-
97
- 96[2.0.0]:93 90ca87312078 2009-03-25 14:42 +0000 ged
98
- Merged build system update and README changes from the [log:branches/spec-and-19-fixes@109:110 spec-and-19-fixes branch].
99
-
100
- 95 93546826fa39 2009-03-25 14:35 +0000 ged
101
- Updated build system.
102
-
103
- 94:91 7920ff5c7aed 2009-03-25 14:32 +0000 ged
104
- README wording fix.
105
-
106
- 93 2bde45351ad8 2009-03-13 23:26 +0000 ged
107
- * Updated build system
108
-
109
- 92:86 2d482bf2a096 2009-03-13 22:56 +0000 ged
110
- 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].
111
-
112
- 91 f95cdb6af413 2009-03-13 22:44 +0000 ged
113
- * Fixes for 1.9.1.
114
-
115
- 90 f575c3ddbe33 2009-03-13 22:39 +0000 ged
116
- * Finished splitting out the old auto-generated specs into explicit ones.
117
-
118
- 89 7edafd943312 2009-03-13 21:21 +0000 ged
119
- * Updated build system
120
-
121
- 88 529efba157cd 2009-03-13 20:42 +0000 ged
122
- Checkpoint commit
123
-
124
- 87 bea54f3c8ad0 2009-03-13 20:42 +0000 ged
125
- Branching to split out the specs and add fixes for 1.9.
126
-
127
- 86 9a5ad2923bb3 2009-02-23 14:16 +0000 ged
128
- * Trying to fix whitespace differences in generated output.
129
-
130
- 85 7d9d7867dcd2 2009-02-23 06:58 +0000 ged
131
- Started work on fixes for 1.9.1.
132
-
133
- 84 20aece07667c 2009-01-07 21:43 +0000 ged
134
- Fixed the VERSION
135
-
136
- 83 4e4704585c05 2009-01-02 23:46 +0000 ged
137
- Made the benchmark run with no additional prep (other than installing the requisite alternative implementations).
138
-
139
- 82 312e1b089c11 2009-01-02 17:56 +0000 ged
140
- * Updated build system
141
-
142
- 81 50d73df53a75 2008-12-30 08:16 +0000 ged
143
- Updated to Discount 1.3.1.
144
-
145
- 80 98738523209f 2008-12-28 06:19 +0000 ged
146
- * Removed some chatty memory-allocation debugging.
147
-
148
- 79 fb5abd6b80f0 2008-12-28 03:04 +0000 ged
149
- * Include the ext/VERSION file in the gem, as it's required for building.
150
-
151
- 78 a6a8b77ebeea 2008-12-27 02:28 +0000 ged
152
- Added support for Discount Markdown extensions and Pandoc header.
153
-
154
- 77 f0d9a3b66167 2008-12-25 09:53 +0000 ged
155
- Handle the 'tidy' library not being installed.
156
-
157
- 76 1c01a3186b0f 2008-12-25 09:41 +0000 ged
158
- Forgot to change the libtidy name hack to the spec itself.
159
-
160
- 75 1afe9dd6b2b1 2008-12-25 09:37 +0000 ged
161
- * Cleaned up a bunch of stuff from the first version.
162
-
163
- 74 d6a67116703f 2008-12-25 03:29 +0000 ged
164
- First working commit of Discount-backed BlueCloth 2.0.
165
-
166
- 73 f7692e282fe6 2008-09-01 22:24 +0000 ged
167
- * Checkpoint commit of MarkdownTest integration
168
-
169
- 72:65 10001a99c611 2008-08-20 21:46 +0000 ged
170
- Adding MarkdownTest tests, new build system. [broken build]
171
-
172
- 71 8fde110be755 2008-08-01 19:12 +0000 ged
173
- Checkpoint commit -- build system + markdowntest + Ragel grammar stub
174
-
175
- 70:65 68c7658d9537 2008-08-01 19:01 +0000 ged
176
- Making a branch for the experimental Ragel parser work
177
-
178
- 69 4a618585d44a 2005-11-09 01:38 +0000 ged
179
- * Fixed bug #12, and cleaned up warnings from changes to StringScanner. [fixes #12]
180
-
181
- 68 a7c5084bb2c6 2005-11-09 01:34 +0000 ged
182
- * Adding a standalone testcase for bug #12. Current Ruby only issues a warning
183
-
184
- 67 752e33cb18b9 2005-11-09 01:28 +0000 ged
185
- - Updated to point to my own Trac site.
186
-
187
- 66 8f3203640ccd 2005-11-09 01:24 +0000 ged
188
- * Branching for bugfixes + internals rewrite.
189
-
190
- 65 f4a61eededf5 2005-05-12 21:31 +0000 ged
191
- - Renamed tests without goofy numbers.
192
-
193
- 64 d604e9fe1a4a 2005-05-12 20:31 +0000 ged
194
- - Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.
195
-
196
- 63 3e785abfc186 2005-05-12 19:48 +0000 ged
197
- - Added tests to make sure I dont break lists trying to fix #15
198
-
199
- 62 e008c4845aef 2005-05-12 19:26 +0000 ged
200
- - Added new tests for bug #17 (two-character bold/italic bug)
201
-
202
- 61 bac992099396 2004-08-31 05:19 +0000 ged
203
- - Updated for 1.0.0fc3 release.
204
-
205
- 60 7eb11846096d 2004-08-25 05:27 +0000 ged
206
- - Fixed bug introduced by the last bugfix, fixed tests that missed the new bug.
207
-
208
- 59 324685ac4010 2004-08-25 05:14 +0000 ged
209
- - Tracked down and fixed another regexp engine overflow bug; added a new test,
210
-
211
- 58 a33c5eac1856 2004-08-24 14:57 +0000 ged
212
- - Updated to v1.0.0.
213
-
214
- 57 e233c9f93105 2004-08-24 14:56 +0000 ged
215
- - Updated to v1.0.0.
216
-
217
- 56 c793933d4599 2004-08-24 14:53 +0000 ged
218
- - Updated to 20040824.
219
-
220
- 55 992586b37e73 2004-08-24 14:52 +0000 ged
221
- - Added CHANGES.xml to ignore property for root directory.
222
-
223
- 54 976267f8ce12 2004-08-24 14:48 +0000 ged
224
- - Brought list of block-level tags up to date with Markdown 1.0's list
225
-
226
- 53 0e3f0bc95714 2004-08-22 19:28 +0000 ged
227
- - Fixed re-engine overflow for all tested cases (thanks to Martin Chase
228
-
229
- 52 5278657f5319 2004-08-22 19:26 +0000 ged
230
- - Removed skip of overflow test.
231
-
232
- 51 71617cbac5be 2004-08-22 19:24 +0000 ged
233
- - "Fixed" the test case so it overflows again.
234
-
235
- 50 0b2eafa02561 2004-08-09 05:12 +0000 ged
236
- - Updated to 20040808.
237
-
238
- 49 8c26c74594e1 2004-08-09 01:16 +0000 ged
239
- - Modified to work from wherever the test is run (RPA compat).
240
-
241
- 48 f7c3d9f3f7a1 2004-08-09 01:15 +0000 ged
242
- - Modified to work from wherever the test is run (RPA compat).
243
-
244
- 47 93abf238a8a7 2004-08-09 01:15 +0000 ged
245
- - Updated version attribute.
246
-
247
- 46 94b0fc3111a3 2004-08-09 01:14 +0000 ged
248
- - Brought markdown syntax up to date with Markdown 1.0fc1.
249
-
250
- 45 687a5882b6ab 2004-08-09 01:13 +0000 ged
251
- - Made the require-header work wherever the test is run from (RPA compat).
252
-
253
- 44 b701148f1078 2004-06-21 15:20 +0000 ged
254
- - Brought up to date with Markdown 1.0b7.
255
-
256
- 43 28fbfd30ae84 2004-06-02 13:37 +0000 ged
257
- - Commented out non-functional --output option for now.
258
-
259
- 42 c6015bf41ec7 2004-06-02 03:30 +0000 ged
260
- Initial checkin.
261
-
262
- 41 d595be427a40 2004-06-02 03:29 +0000 ged
263
- - Added test for bug #574.
264
-
265
- 40 6caececb7a82 2004-06-02 03:21 +0000 ged
266
- - Test for bug #620 - Unresolved reference-style links doubled the character
267
-
268
- 39 78dfd775cec9 2004-06-02 03:19 +0000 ged
269
- - Fix for bug #620 - Unresolved reference-style links doubled the character
270
-
271
- 38 0fb4d975113a 2004-05-14 02:43 +0000 ged
272
- - Added tests for bug #568 (Two sets of bold text on one line doesn't render
273
-
274
- 37 de0cec95ba63 2004-05-14 02:41 +0000 ged
275
- - Fixed bug with bolding of single characters (bug #568).
276
-
277
- 36 3dd2e20acd6a 2004-05-04 14:35 +0000 ged
278
- - Additional fixes and tests for bug #537.
279
-
280
- 35 a63aa4091662 2004-04-30 03:40 +0000 ged
281
- - Added bin/ directory.
282
-
283
- 34 bf3492418bf7 2004-04-30 03:40 +0000 ged
284
- - Set date.
285
-
286
- 33 0fa434ed6ee6 2004-04-30 03:39 +0000 ged
287
- - Added test for Bug #543 (Safe mode does not work when there are no left
288
-
289
- 32 70d5a794edc9 2004-04-30 03:38 +0000 ged
290
- - Added test for email address encoding (Bug #537).
291
-
292
- 31 c39cd62dc023 2004-04-30 03:35 +0000 ged
293
- - Fix for bug #543 (Safe mode does not work when there are no left
294
-
295
- 30 89ae174bf6eb 2004-04-30 03:33 +0000 ged
296
- - Fix for bug #541 (Leading line of codeblock with more than one tab
297
-
298
- 29 146a20279a49 2004-04-30 03:31 +0000 ged
299
- - Fix for bug #537. Fix suggested by Marek Janukowicz.
300
-
301
- 28 9751c45529de 2004-04-23 04:47 +0000 ged
302
- - Temporary fixes until I have time to integrate SVN stuff.
303
-
304
- 27 04fa7e0e035c 2004-04-23 04:46 +0000 ged
305
- - Version bump.
306
-
307
- 26 8dd949521598 2004-04-23 04:46 +0000 ged
308
- - Brought in line with most-recent release.
309
-
310
- 25 9cd965756b2c 2004-04-23 04:40 +0000 ged
311
- - Version bump.
312
-
313
- 24 7e81348df6c0 2004-04-23 04:39 +0000 ged
314
- - Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier
315
-
316
- 23 ca4b54166276 2004-04-23 04:34 +0000 ged
317
- - Test for bugs 524 and 525
318
-
319
- 22 496d7f7a4cdc 2004-04-16 01:55 +0000 ged
320
- - Corrected version
321
-
322
- 21 b51c6840bc49 2004-04-16 01:53 +0000 ged
323
- - Brought Version up to date.
324
-
325
- 20 f2718c29f536 2004-04-16 01:52 +0000 ged
326
- - Updated ignore metadata.
327
-
328
- 19 f82fd20371ad 2004-04-16 01:51 +0000 ged
329
- Initial checkin.
330
-
331
- 18 f403c21157cc 2004-04-16 01:50 +0000 ged
332
- - Changed tests/ pattern to catch all tests.
333
-
334
- 17 f4112232595f 2004-04-16 01:49 +0000 ged
335
- - Added missing dependency check for devel-logger.
336
-
337
- 16 8690a971eb59 2004-04-16 01:49 +0000 ged
338
- - Added contributors section to the header.
339
-
340
- 15 492797ca9f09 2004-04-16 01:48 +0000 ged
341
- - Added contributors section to the header.
342
-
343
- 14 0649b1f16ee8 2004-04-12 06:02 +0000 ged
344
- - Added keywords.
345
-
346
- 13 9fe4c26b72e0 2004-04-12 06:01 +0000 ged
347
- - Updated comments/added to-do marker.
348
-
349
- 12 64b1e11c97ff 2004-04-12 05:47 +0000 ged
350
- - Updated ignore list.
351
-
352
- 11 6a8aed04e890 2004-04-12 05:46 +0000 ged
353
- Initial checkin.
354
-
355
- 10 0fc13fe6e6c7 2004-04-12 05:45 +0000 ged
356
- - Added a time() function for timing bits of code.
357
-
358
- 9 3abdc2f04959 2004-04-12 05:43 +0000 ged
359
- - Changed keyword constants from CVS to SVN keywords.
360
-
361
- 8 e5db5380cfaf 2004-04-12 05:29 +0000 ged
362
- - Changed location of keyword stuff, added URL keyword.
363
-
364
- 7 f3c8521ac045 2004-04-12 05:26 +0000 ged
365
- - Added the rest of the content.
366
-
367
- 6 8b6eb6e814ad 2004-04-12 05:21 +0000 ged
368
- - Fixed license in header
369
-
370
- 5 80efe23904b2 2004-04-12 05:17 +0000 ged
371
- - Renamed to reflect repurposing.
372
-
373
- 4 d0414fcb9d46 2004-04-12 05:17 +0000 ged
374
- - Converted to bug-testing testcase.
375
-
376
- 3 7cacdc1638d5 2004-04-12 05:15 +0000 ged
377
- - Added some mode code span tests to catch bugs.
378
-
379
- 2 50ad59f16116 2004-04-11 04:40 +0000 ged
380
- - Updated dist/install utilities/libs.
381
-
382
- 1 47d5847f4c84 2004-04-10 20:36 +0000 ged
383
- Removed markdown reference source
384
-
385
- 0 08a749d2dd7f 2004-04-10 20:35 +0000 ged
386
- Initial checkin
387
-
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
-