trainbbcode 0.2.7 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/Manifest +44 -0
  2. data/Rakefile +2 -1
  3. data/init.rb +1 -0
  4. data/lib/trainbbcode.rb +66 -29
  5. data/rails_generators/syntaxhighlighter/syntaxhighlighter_generator.rb +30 -0
  6. data/rails_generators/syntaxhighlighter/templates/scripts/clipboard.swf +0 -0
  7. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushAS3.js +61 -0
  8. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushBash.js +66 -0
  9. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCSharp.js +67 -0
  10. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushColdFusion.js +102 -0
  11. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCpp.js +99 -0
  12. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushCss.js +93 -0
  13. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushDelphi.js +57 -0
  14. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushDiff.js +43 -0
  15. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushErlang.js +54 -0
  16. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushGroovy.js +69 -0
  17. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJScript.js +52 -0
  18. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJava.js +59 -0
  19. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushJavaFX.js +60 -0
  20. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPerl.js +74 -0
  21. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPhp.js +91 -0
  22. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPlain.js +35 -0
  23. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPowerShell.js +76 -0
  24. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushPython.js +66 -0
  25. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushRuby.js +57 -0
  26. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushScala.js +53 -0
  27. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushSql.js +68 -0
  28. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushVb.js +58 -0
  29. data/rails_generators/syntaxhighlighter/templates/scripts/shBrushXml.js +71 -0
  30. data/rails_generators/syntaxhighlighter/templates/scripts/shCore.js +30 -0
  31. data/rails_generators/syntaxhighlighter/templates/scripts/shLegacy.js +30 -0
  32. data/rails_generators/syntaxhighlighter/templates/src/shCore.js +2077 -0
  33. data/rails_generators/syntaxhighlighter/templates/src/shLegacy.js +172 -0
  34. data/rails_generators/syntaxhighlighter/templates/styles/help.png +0 -0
  35. data/rails_generators/syntaxhighlighter/templates/styles/magnifier.png +0 -0
  36. data/rails_generators/syntaxhighlighter/templates/styles/page_white_code.png +0 -0
  37. data/rails_generators/syntaxhighlighter/templates/styles/page_white_copy.png +0 -0
  38. data/rails_generators/syntaxhighlighter/templates/styles/printer.png +0 -0
  39. data/rails_generators/syntaxhighlighter/templates/styles/shCore.css +330 -0
  40. data/rails_generators/syntaxhighlighter/templates/styles/shThemeDefault.css +173 -0
  41. data/rails_generators/syntaxhighlighter/templates/styles/shThemeDjango.css +176 -0
  42. data/rails_generators/syntaxhighlighter/templates/styles/shThemeEclipse.css +190 -0
  43. data/rails_generators/syntaxhighlighter/templates/styles/shThemeEmacs.css +175 -0
  44. data/rails_generators/syntaxhighlighter/templates/styles/shThemeFadeToGrey.css +177 -0
  45. data/rails_generators/syntaxhighlighter/templates/styles/shThemeMidnight.css +175 -0
  46. data/rails_generators/syntaxhighlighter/templates/styles/shThemeRDark.css +175 -0
  47. data/trainbbcode.gemspec +6 -3
  48. metadata +56 -4
@@ -0,0 +1,175 @@
1
+ /**
2
+ * SyntaxHighlighter
3
+ * http://alexgorbatchev.com/
4
+ *
5
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
6
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7
+ *
8
+ * @version
9
+ * 2.1.364 (October 15 2009)
10
+ *
11
+ * @copyright
12
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
13
+ *
14
+ * @license
15
+ * This file is part of SyntaxHighlighter.
16
+ *
17
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
18
+ * it under the terms of the GNU Lesser General Public License as published by
19
+ * the Free Software Foundation, either version 3 of the License, or
20
+ * (at your option) any later version.
21
+ *
22
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
23
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
+ * GNU General Public License for more details.
26
+ *
27
+ * You should have received a copy of the GNU General Public License
28
+ * along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
29
+ */
30
+ /**
31
+ * Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
32
+ * http://www.skia.net/
33
+ */
34
+
35
+ /************************************
36
+ * Interface elements.
37
+ ************************************/
38
+
39
+ .syntaxhighlighter
40
+ {
41
+ background-color: #000000 !important;
42
+ }
43
+
44
+ /* Gutter line numbers */
45
+ .syntaxhighlighter .line .number
46
+ {
47
+ color: #D3D3D3 !important;
48
+ }
49
+
50
+ /* Add border to the lines */
51
+ .syntaxhighlighter .line .content
52
+ {
53
+ border-left: 3px solid #990000 !important;
54
+ color: #B9BDB6 !important;
55
+ }
56
+
57
+ .syntaxhighlighter.printing .line .content
58
+ {
59
+ border: 0 !important;
60
+ }
61
+
62
+ /* First line */
63
+ .syntaxhighlighter .line.alt1
64
+ {
65
+ }
66
+
67
+ /* Second line */
68
+ .syntaxhighlighter .line.alt2
69
+ {
70
+ background-color: #0f0f0f !important;
71
+ }
72
+
73
+ /* Highlighed line number */
74
+ .syntaxhighlighter .line.highlighted .number
75
+ {
76
+ background-color: #435A5F !important;
77
+ color: #fff !important;
78
+ }
79
+
80
+ /* Highlighed line */
81
+ .syntaxhighlighter .line.highlighted.alt1,
82
+ .syntaxhighlighter .line.highlighted.alt2
83
+ {
84
+ background-color: #435A5F !important;
85
+ }
86
+
87
+ .syntaxhighlighter .toolbar
88
+ {
89
+ background-color: #000000 !important;
90
+ border: #000000 solid 1px !important;
91
+ }
92
+
93
+ .syntaxhighlighter .toolbar a
94
+ {
95
+ color: #646763 !important;
96
+ }
97
+
98
+ .syntaxhighlighter .toolbar a:hover
99
+ {
100
+ color: #9CCFF4 !important;
101
+ }
102
+
103
+ /************************************
104
+ * Actual syntax highlighter colors.
105
+ ************************************/
106
+ .syntaxhighlighter .plain,
107
+ .syntaxhighlighter .plain a
108
+ {
109
+ color: #D3D3D3 !important;
110
+ }
111
+
112
+ .syntaxhighlighter .comments,
113
+ .syntaxhighlighter .comments a
114
+ {
115
+ color: #FF7D27 !important;
116
+ }
117
+
118
+ .syntaxhighlighter .string,
119
+ .syntaxhighlighter .string a
120
+ {
121
+ color: #FF9E7B !important;
122
+ }
123
+
124
+ .syntaxhighlighter .keyword
125
+ {
126
+ color: #00FFFF !important;
127
+ }
128
+
129
+ .syntaxhighlighter .preprocessor
130
+ {
131
+ color: #AEC4DE !important;
132
+ }
133
+
134
+ .syntaxhighlighter .variable
135
+ {
136
+ color: #FFAA3E !important;
137
+ }
138
+
139
+ .syntaxhighlighter .value
140
+ {
141
+ color: #090 !important;
142
+ }
143
+
144
+ .syntaxhighlighter .functions
145
+ {
146
+ color: #81CEF9 !important;
147
+ }
148
+
149
+ .syntaxhighlighter .constants
150
+ {
151
+ color: #FF9E7B !important;
152
+ }
153
+
154
+ .syntaxhighlighter .script
155
+ {
156
+ background-color: #990000 !important;
157
+ }
158
+
159
+ .syntaxhighlighter .color1,
160
+ .syntaxhighlighter .color1 a
161
+ {
162
+ color: #EBDB8D !important;
163
+ }
164
+
165
+ .syntaxhighlighter .color2,
166
+ .syntaxhighlighter .color2 a
167
+ {
168
+ color: #FF7D27 !important;
169
+ }
170
+
171
+ .syntaxhighlighter .color3,
172
+ .syntaxhighlighter .color3 a
173
+ {
174
+ color: #AEC4DE !important;
175
+ }
@@ -0,0 +1,177 @@
1
+ /**
2
+ * SyntaxHighlighter
3
+ * http://alexgorbatchev.com/
4
+ *
5
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
6
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7
+ *
8
+ * @version
9
+ * 2.1.364 (October 15 2009)
10
+ *
11
+ * @copyright
12
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
13
+ *
14
+ * @license
15
+ * This file is part of SyntaxHighlighter.
16
+ *
17
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
18
+ * it under the terms of the GNU Lesser General Public License as published by
19
+ * the Free Software Foundation, either version 3 of the License, or
20
+ * (at your option) any later version.
21
+ *
22
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
23
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
+ * GNU General Public License for more details.
26
+ *
27
+ * You should have received a copy of the GNU General Public License
28
+ * along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
29
+ */
30
+ /**
31
+ * Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
32
+ * http://www.ibrasten.com/
33
+ */
34
+
35
+ /************************************
36
+ * Interface elements.
37
+ ************************************/
38
+
39
+ .syntaxhighlighter
40
+ {
41
+ background-color: #121212 !important;
42
+ }
43
+
44
+ /* Gutter line numbers */
45
+ .syntaxhighlighter .line .number
46
+ {
47
+ color: #C3C3C3 !important;
48
+ }
49
+
50
+ /* Add border to the lines */
51
+ .syntaxhighlighter .line .content
52
+ {
53
+ border-left: 3px solid #3185B9 !important;
54
+ color: #B9BDB6 !important;
55
+ }
56
+
57
+ .syntaxhighlighter.printing .line .content
58
+ {
59
+ border: 0 !important;
60
+ }
61
+
62
+ /* First line */
63
+ .syntaxhighlighter .line.alt1
64
+ {
65
+ }
66
+
67
+ /* Second line */
68
+ .syntaxhighlighter .line.alt2
69
+ {
70
+ background-color: #000000 !important;
71
+ }
72
+
73
+ /* Highlighed line number */
74
+ .syntaxhighlighter .line.highlighted .number
75
+ {
76
+ background-color: #3A3A00 !important;
77
+ color: #fff !important;
78
+ }
79
+
80
+ /* Highlighed line */
81
+ .syntaxhighlighter .line.highlighted.alt1,
82
+ .syntaxhighlighter .line.highlighted.alt2
83
+ {
84
+ background-color: #3A3A00 !important;
85
+ }
86
+
87
+ .syntaxhighlighter .toolbar
88
+ {
89
+ background-color: #000000 !important;
90
+ border: #000000 solid 1px !important;
91
+ }
92
+
93
+ .syntaxhighlighter .toolbar a
94
+ {
95
+ color: #808080 !important;
96
+ }
97
+
98
+ .syntaxhighlighter .toolbar a:hover
99
+ {
100
+ color: #96DAFF !important;
101
+ }
102
+
103
+ /************************************
104
+ * Actual syntax highlighter colors.
105
+ ************************************/
106
+ .syntaxhighlighter .plain,
107
+ .syntaxhighlighter .plain a
108
+ {
109
+ color: #FFFFFF !important;
110
+ }
111
+
112
+ .syntaxhighlighter .comments,
113
+ .syntaxhighlighter .comments a
114
+ {
115
+ color: #696854 !important;
116
+ }
117
+
118
+ .syntaxhighlighter .string,
119
+ .syntaxhighlighter .string a
120
+ {
121
+ color: #E3E658 !important;
122
+ }
123
+
124
+ .syntaxhighlighter .keyword
125
+ {
126
+ color: #D01D33 !important;
127
+ }
128
+
129
+ .syntaxhighlighter .preprocessor
130
+ {
131
+ color: #435A5F !important;
132
+ }
133
+
134
+ .syntaxhighlighter .variable
135
+ {
136
+ color: #898989 !important;
137
+ }
138
+
139
+ .syntaxhighlighter .value
140
+ {
141
+ color: #090 !important;
142
+ }
143
+
144
+ .syntaxhighlighter .functions
145
+ {
146
+ color: #AAAAAA !important;
147
+ font-weight: bold !important;
148
+ }
149
+
150
+ .syntaxhighlighter .constants
151
+ {
152
+ color: #96DAFF !important;
153
+ }
154
+
155
+ .syntaxhighlighter .script
156
+ {
157
+ background-color: #C3C3C3 !important;
158
+ color: #000 !important;
159
+ }
160
+
161
+ .syntaxhighlighter .color1,
162
+ .syntaxhighlighter .color1 a
163
+ {
164
+ color: #FFC074 !important;
165
+ }
166
+
167
+ .syntaxhighlighter .color2,
168
+ .syntaxhighlighter .color2 a
169
+ {
170
+ color: #4A8CDB !important;
171
+ }
172
+
173
+ .syntaxhighlighter .color3,
174
+ .syntaxhighlighter .color3 a
175
+ {
176
+ color: #96DAFF !important;
177
+ }
@@ -0,0 +1,175 @@
1
+ /**
2
+ * SyntaxHighlighter
3
+ * http://alexgorbatchev.com/
4
+ *
5
+ * SyntaxHighlighter is donationware. If you are using it, please donate.
6
+ * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
7
+ *
8
+ * @version
9
+ * 2.1.364 (October 15 2009)
10
+ *
11
+ * @copyright
12
+ * Copyright (C) 2004-2009 Alex Gorbatchev.
13
+ *
14
+ * @license
15
+ * This file is part of SyntaxHighlighter.
16
+ *
17
+ * SyntaxHighlighter is free software: you can redistribute it and/or modify
18
+ * it under the terms of the GNU Lesser General Public License as published by
19
+ * the Free Software Foundation, either version 3 of the License, or
20
+ * (at your option) any later version.
21
+ *
22
+ * SyntaxHighlighter is distributed in the hope that it will be useful,
23
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
+ * GNU General Public License for more details.
26
+ *
27
+ * You should have received a copy of the GNU General Public License
28
+ * along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
29
+ */
30
+ /**
31
+ * Midnight SyntaxHighlighter theme based on theme by J.D. Myers
32
+ * http://webdesign.lsnjd.com/
33
+ */
34
+
35
+ /************************************
36
+ * Interface elements.
37
+ ************************************/
38
+
39
+ .syntaxhighlighter
40
+ {
41
+ background-color: #0F192A !important;
42
+ }
43
+
44
+ /* Gutter line numbers */
45
+ .syntaxhighlighter .line .number
46
+ {
47
+ color: #38566F !important;
48
+ }
49
+
50
+ /* Add border to the lines */
51
+ .syntaxhighlighter .line .content
52
+ {
53
+ border-left: 3px solid #435A5F !important;
54
+ color: #B9BDB6 !important;
55
+ }
56
+
57
+ .syntaxhighlighter.printing .line .content
58
+ {
59
+ border: 0 !important;
60
+ }
61
+
62
+ /* First line */
63
+ .syntaxhighlighter .line.alt1
64
+ {
65
+ background-color: #0F192A !important;
66
+ }
67
+
68
+ /* Second line */
69
+ .syntaxhighlighter .line.alt2
70
+ {
71
+ background-color: #0F192A !important;
72
+ }
73
+
74
+ /* Highlighed line number */
75
+ .syntaxhighlighter .line.highlighted .number
76
+ {
77
+ background-color: #253E5A !important;
78
+ color: #fff !important;
79
+ }
80
+
81
+ /* Highlighed line */
82
+ .syntaxhighlighter .line.highlighted.alt1,
83
+ .syntaxhighlighter .line.highlighted.alt2
84
+ {
85
+ background-color: #253E5A !important;
86
+ }
87
+
88
+ .syntaxhighlighter .toolbar
89
+ {
90
+ background-color: #0F192A !important;
91
+ }
92
+
93
+ .syntaxhighlighter .toolbar a
94
+ {
95
+ color: #38566F !important;
96
+ }
97
+
98
+ .syntaxhighlighter .toolbar a:hover
99
+ {
100
+ color: #8AA6C1 !important;
101
+ }
102
+
103
+ /************************************
104
+ * Actual syntax highlighter colors.
105
+ ************************************/
106
+ .syntaxhighlighter .plain,
107
+ .syntaxhighlighter .plain a
108
+ {
109
+ color: #D1EDFF !important;
110
+ }
111
+
112
+ .syntaxhighlighter .comments,
113
+ .syntaxhighlighter .comments a
114
+ {
115
+ color: #428BDD !important;
116
+ }
117
+
118
+ .syntaxhighlighter .string,
119
+ .syntaxhighlighter .string a
120
+ {
121
+ color: #1DC116 !important;
122
+ }
123
+
124
+ .syntaxhighlighter .keyword
125
+ {
126
+ color: #B43D3D !important;
127
+ }
128
+
129
+ .syntaxhighlighter .preprocessor
130
+ {
131
+ color: #8AA6C1 !important;
132
+ }
133
+
134
+ .syntaxhighlighter .variable
135
+ {
136
+ color: #FFAA3E !important;
137
+ }
138
+
139
+ .syntaxhighlighter .value
140
+ {
141
+ color: #F7E741 !important;
142
+ }
143
+
144
+ .syntaxhighlighter .functions
145
+ {
146
+ color: #FFAA3E !important;
147
+ }
148
+
149
+ .syntaxhighlighter .constants
150
+ {
151
+ color: #E0E8FF !important;
152
+ }
153
+
154
+ .syntaxhighlighter .script
155
+ {
156
+ background-color: #404040 !important;
157
+ }
158
+
159
+ .syntaxhighlighter .color1,
160
+ .syntaxhighlighter .color1 a
161
+ {
162
+ color: #F8BB00 !important;
163
+ }
164
+
165
+ .syntaxhighlighter .color2,
166
+ .syntaxhighlighter .color2 a
167
+ {
168
+ color: #FFFFFF !important;
169
+ }
170
+
171
+ .syntaxhighlighter .color3,
172
+ .syntaxhighlighter .color3 a
173
+ {
174
+ color: #FFAA3E !important;
175
+ }