public
Fork of mislav/bluecloth
Description: Markdown processor in Ruby; foked from official SVN repo to fix bugs
Homepage: http://www.deveiate.org/projects/BlueCloth
Clone URL: git://github.com/github/bluecloth.git
- Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.


git-svn-id: svn://deveiate.org/BlueCloth/trunk@75 
d6f57770-b9d7-0310-8243-b47124d2e82b
ged (author)
Thu May 12 13:31:10 -0700 2005
commit  845acf533a55161fa7f8a4730f935cb21d631664
tree    f6f6925bd3362ea14fd76f1f3423bdc4f6210606
parent  f3d71e0dec5b449dbf6866c06a451d228474c91c
0
...
72
73
74
75
76
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
79
80
81
82
83
84
85
 
 
 
86
87
88
89
 
 
90
 
 
 
91
92
93
94
95
96
 
 
 
 
97
98
99
...
72
73
74
 
 
 
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
 
 
106
 
 
 
 
107
108
109
110
 
 
 
111
112
113
114
115
116
117
 
 
 
 
118
119
120
121
122
123
124
125
0
@@ -72,28 +72,54 @@ Author/Legal
0
 ------------
0
 
0
 Original version:
0
-Copyright (c) 2003-2004 John Gruber
0
-<http://daringfireball.net/>
0
-All rights reserved.
0
+ Copyright (c) 2004, John Gruber
0
+ <http://daringfireball.net/>
0
+ All rights reserved.
0
+
0
+ Redistribution and use in source and binary forms, with or without
0
+ modification, are permitted provided that the following conditions are
0
+ met:
0
+
0
+ * Redistributions of source code must retain the above copyright notice,
0
+ this list of conditions and the following disclaimer.
0
+
0
+ * Redistributions in binary form must reproduce the above copyright
0
+ notice, this list of conditions and the following disclaimer in the
0
+ documentation and/or other materials provided with the distribution.
0
+
0
+ * Neither the name "Markdown" nor the names of its contributors may
0
+ be used to endorse or promote products derived from this software
0
+ without specific prior written permission.
0
+
0
+ This software is provided by the copyright holders and contributors "as
0
+ is" and any express or implied warranties, including, but not limited
0
+ to, the implied warranties of merchantability and fitness for a
0
+ particular purpose are disclaimed. In no event shall the copyright owner
0
+ or contributors be liable for any direct, indirect, incidental, special,
0
+ exemplary, or consequential damages (including, but not limited to,
0
+ procurement of substitute goods or services; loss of use, data, or
0
+ profits; or business interruption) however caused and on any theory of
0
+ liability, whether in contract, strict liability, or tort (including
0
+ negligence or otherwise) arising in any way out of the use of this
0
+ software, even if advised of the possibility of such damage.
0
 
0
-Ruby version:
0
-Copyright (c) 2004 The FaerieMUD Consortium
0
 
0
-BlueCloth is free software; you can redistribute it and/or modify it under the
0
-terms of the GNU General Public License as published by the Free Software
0
-Foundation; either version 2 of the License, or (at your option) any later
0
-version.
0
+Ruby version:
0
+ This module is Open Source Software which is Copyright (c) 2004 by The FaerieMUD
0
+ Consortium.
0
 
0
-BlueCloth is distributed in the hope that it will be useful, but WITHOUT ANY
0
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
0
-PARTICULAR PURPOSE. See the GNU General Public License for more details.
0
+ You may use, modify, and/or redistribute this software under the same terms as
0
+ Ruby itself.
0
 
0
+ BlueCloth is distributed in the hope that it will be useful, but WITHOUT ANY
0
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
0
+ PARTICULAR PURPOSE. See the GNU General Public License for more details.
0
 
0
- [1]: http://daringfireball.net/projects/markdown/
0
- [2]: http://www.whytheluckystiff.net/ruby/redcloth/
0
- [3]: http://www.whytheluckystiff.net/
0
- [4]: http://www.textism.com/tools/textile/
0
 
0
+[1]: http://daringfireball.net/projects/markdown/
0
+[2]: http://www.whytheluckystiff.net/ruby/redcloth/
0
+[3]: http://www.whytheluckystiff.net/
0
+[4]: http://www.textism.com/tools/textile/
0
 
0
 $Id$
0
 $URL$

Comments

    No one has commented yet.