arthurgeek-kitabu 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/History.txt +59 -0
  2. data/License.txt +20 -0
  3. data/README.markdown +220 -0
  4. data/Rakefile +68 -0
  5. data/TODO.txt +2 -0
  6. data/app_generators/kitabu/USAGE +5 -0
  7. data/app_generators/kitabu/kitabu_generator.rb +68 -0
  8. data/app_generators/kitabu/templates/Rakefile +3 -0
  9. data/app_generators/kitabu/templates/config.yml +8 -0
  10. data/app_generators/kitabu/templates/css/active4d.css +114 -0
  11. data/app_generators/kitabu/templates/css/blackboard.css +88 -0
  12. data/app_generators/kitabu/templates/css/dawn.css +121 -0
  13. data/app_generators/kitabu/templates/css/eiffel.css +121 -0
  14. data/app_generators/kitabu/templates/css/idle.css +62 -0
  15. data/app_generators/kitabu/templates/css/iplastic.css +80 -0
  16. data/app_generators/kitabu/templates/css/lazy.css +73 -0
  17. data/app_generators/kitabu/templates/css/mac_classic.css +123 -0
  18. data/app_generators/kitabu/templates/css/slush_poppies.css +85 -0
  19. data/app_generators/kitabu/templates/css/sunburst.css +180 -0
  20. data/app_generators/kitabu/templates/layouts/boom/layout.css +469 -0
  21. data/app_generators/kitabu/templates/layouts/boom/layout.html +37 -0
  22. data/app_generators/kitabu/templates/user.css +0 -0
  23. data/bin/kitabu +17 -0
  24. data/kitabu.gemspec +79 -0
  25. data/lib/kitabu.rb +18 -0
  26. data/lib/kitabu/base.rb +332 -0
  27. data/lib/kitabu/blackcloth.rb +165 -0
  28. data/lib/kitabu/redcloth.rb +963 -0
  29. data/lib/kitabu/tasks.rb +119 -0
  30. data/themes/active4d.css +114 -0
  31. data/themes/all_hallows_eve.css +72 -0
  32. data/themes/amy.css +147 -0
  33. data/themes/blackboard.css +88 -0
  34. data/themes/brilliance_black.css +605 -0
  35. data/themes/brilliance_dull.css +599 -0
  36. data/themes/cobalt.css +149 -0
  37. data/themes/dawn.css +121 -0
  38. data/themes/eiffel.css +121 -0
  39. data/themes/espresso_libre.css +109 -0
  40. data/themes/idle.css +62 -0
  41. data/themes/iplastic.css +80 -0
  42. data/themes/lazy.css +73 -0
  43. data/themes/mac_classic.css +123 -0
  44. data/themes/magicwb_amiga.css +104 -0
  45. data/themes/pastels_on_dark.css +188 -0
  46. data/themes/slush_poppies.css +85 -0
  47. data/themes/spacecadet.css +51 -0
  48. data/themes/sunburst.css +180 -0
  49. data/themes/twilight.css +137 -0
  50. data/themes/zenburnesque.css +91 -0
  51. metadata +144 -0
@@ -0,0 +1,62 @@
1
+ pre.idle .InheritedClass {
2
+ }
3
+ pre.idle .TypeName {
4
+ color: #21439C;
5
+ }
6
+ pre.idle .Number {
7
+ }
8
+ pre.idle .LibraryVariable {
9
+ color: #A535AE;
10
+ }
11
+ pre.idle .Storage {
12
+ color: #FF5600;
13
+ }
14
+ pre.idle .line-numbers {
15
+ background-color: #BAD6FD;
16
+ color: #000000;
17
+ }
18
+ pre.idle {
19
+ background-color: #FFFFFF;
20
+ color: #000000;
21
+ }
22
+ pre.idle .StringInterpolation {
23
+ color: #990000;
24
+ }
25
+ pre.idle .TagName {
26
+ }
27
+ pre.idle .LibraryConstant {
28
+ color: #A535AE;
29
+ }
30
+ pre.idle .FunctionArgument {
31
+ }
32
+ pre.idle .BuiltInConstant {
33
+ color: #A535AE;
34
+ }
35
+ pre.idle .Invalid {
36
+ background-color: #990000;
37
+ color: #FFFFFF;
38
+ }
39
+ pre.idle .LibraryClassType {
40
+ color: #A535AE;
41
+ }
42
+ pre.idle .LibraryFunction {
43
+ color: #A535AE;
44
+ }
45
+ pre.idle .TagAttribute {
46
+ }
47
+ pre.idle .Keyword {
48
+ color: #FF5600;
49
+ }
50
+ pre.idle .UserDefinedConstant {
51
+ }
52
+ pre.idle .String {
53
+ color: #00A33F;
54
+ }
55
+ pre.idle .FunctionName {
56
+ color: #21439C;
57
+ }
58
+ pre.idle .Variable {
59
+ }
60
+ pre.idle .Comment {
61
+ color: #919191;
62
+ }
@@ -0,0 +1,80 @@
1
+ pre.iplastic .Constant {
2
+ color: #6782D3;
3
+ }
4
+ pre.iplastic .Support {
5
+ font-weight: bold;
6
+ color: #3333FF;
7
+ }
8
+ pre.iplastic .EmbeddedSource {
9
+ background-color: #F9F9F9;
10
+ color: #000000;
11
+ }
12
+ pre.iplastic .Arguments {
13
+ font-style: italic;
14
+ }
15
+ pre.iplastic .TypeName {
16
+ font-weight: bold;
17
+ }
18
+ pre.iplastic .Identifier {
19
+ color: #9700CC;
20
+ }
21
+ pre.iplastic .Number {
22
+ color: #0066FF;
23
+ }
24
+ pre.iplastic .SectionName {
25
+ font-weight: bold;
26
+ }
27
+ pre.iplastic .Storage {
28
+ font-weight: bold;
29
+ }
30
+ pre.iplastic .line-numbers {
31
+ background-color: #BAD6FD;
32
+ color: #000000;
33
+ }
34
+ pre.iplastic {
35
+ background-color: #EEEEEE;
36
+ color: #000000;
37
+ }
38
+ pre.iplastic .FrameTitle {
39
+ font-weight: bold;
40
+ color: #000000;
41
+ }
42
+ pre.iplastic .TagName {
43
+ font-weight: bold;
44
+ }
45
+ pre.iplastic .Tag {
46
+ color: #0033CC;
47
+ }
48
+ pre.iplastic .Exception {
49
+ color: #990000;
50
+ }
51
+ pre.iplastic .XmlDeclaration {
52
+ color: #333333;
53
+ }
54
+ pre.iplastic .TrailingWhitespace {
55
+ background-color: #EEEEEE;
56
+ }
57
+ pre.iplastic .TagAttribute {
58
+ color: #3366CC;
59
+ font-style: italic;
60
+ }
61
+ pre.iplastic .Invalid {
62
+ background-color: #E7342D;
63
+ color: #FF0000;
64
+ }
65
+ pre.iplastic .Keyword {
66
+ color: #0000FF;
67
+ }
68
+ pre.iplastic .String {
69
+ color: #009933;
70
+ }
71
+ pre.iplastic .Comment {
72
+ color: #0066FF;
73
+ font-style: italic;
74
+ }
75
+ pre.iplastic .FunctionName {
76
+ color: #FF8000;
77
+ }
78
+ pre.iplastic .RegularExpression {
79
+ color: #FF0080;
80
+ }
@@ -0,0 +1,73 @@
1
+ pre.lazy .OcamlInfixFPOperator {
2
+ text-decoration: underline;
3
+ }
4
+ pre.lazy .OcamlInfixOperator {
5
+ color: #3B5BB5;
6
+ }
7
+ pre.lazy .MetaFunctionCallPy {
8
+ color: #3E4558;
9
+ }
10
+ pre.lazy .Superclass {
11
+ color: #3B5BB5;
12
+ font-style: italic;
13
+ }
14
+ pre.lazy .LatexEntity {
15
+ color: #D62A28;
16
+ }
17
+ pre.lazy .Constant {
18
+ color: #3B5BB5;
19
+ }
20
+ pre.lazy .OcamlFPConstant {
21
+ text-decoration: underline;
22
+ }
23
+ pre.lazy .Support {
24
+ color: #3B5BB5;
25
+ }
26
+ pre.lazy .OcamlOperator {
27
+ color: #000000;
28
+ }
29
+ pre.lazy .line-numbers {
30
+ background-color: #E3FC8D;
31
+ color: #000000;
32
+ }
33
+ pre.lazy .StringInterpolation {
34
+ color: #671EBB;
35
+ }
36
+ pre.lazy .InvalidIllegal {
37
+ background-color: #9D1E15;
38
+ color: #F8F8F8;
39
+ }
40
+ pre.lazy .OcamlVariant {
41
+ color: #7F90AA;
42
+ }
43
+ pre.lazy .MetaTag {
44
+ color: #3A4A64;
45
+ }
46
+ pre.lazy .OcamlPrefixFPOperator {
47
+ text-decoration: underline;
48
+ }
49
+ pre.lazy .OcamlPrefixOperator {
50
+ color: #3B5BB5;
51
+ }
52
+ pre.lazy .String {
53
+ color: #409B1C;
54
+ }
55
+ pre.lazy .Keyword {
56
+ color: #FF7800;
57
+ }
58
+ pre.lazy {
59
+ background-color: #FFFFFF;
60
+ color: #000000;
61
+ }
62
+ pre.lazy .InvalidDeprecated {
63
+ color: #990000;
64
+ font-style: italic;
65
+ }
66
+ pre.lazy .Variable {
67
+ }
68
+ pre.lazy .Entity {
69
+ color: #3B5BB5;
70
+ }
71
+ pre.lazy .Comment {
72
+ color: #8C868F;
73
+ }
@@ -0,0 +1,123 @@
1
+ pre.mac_classic .EmbeddedSource {
2
+ background-color: #0C0C0C;
3
+ }
4
+ pre.mac_classic .LibraryObject {
5
+ font-weight: bold;
6
+ color: #6D79DE;
7
+ }
8
+ pre.mac_classic .Section {
9
+ font-style: italic;
10
+ }
11
+ pre.mac_classic .FunctionArgumentAndResultTypes {
12
+ color: #70727E;
13
+ }
14
+ pre.mac_classic .TypeName {
15
+ text-decoration: underline;
16
+ }
17
+ pre.mac_classic .Number {
18
+ color: #0000CD;
19
+ }
20
+ pre.mac_classic {
21
+ background-color: #FFFFFF;
22
+ color: #000000;
23
+ }
24
+ pre.mac_classic .MarkupList {
25
+ color: #B90690;
26
+ }
27
+ pre.mac_classic .MarkupTagAttribute {
28
+ font-style: italic;
29
+ }
30
+ pre.mac_classic .LibraryVariable {
31
+ font-weight: bold;
32
+ color: #21439C;
33
+ }
34
+ pre.mac_classic .line-numbers {
35
+ background-color: #4D97FF;
36
+ color: #000000;
37
+ }
38
+ pre.mac_classic .FunctionParameter {
39
+ font-style: italic;
40
+ }
41
+ pre.mac_classic .MarkupTag {
42
+ color: #1C02FF;
43
+ }
44
+ pre.mac_classic .MarkupHeading {
45
+ font-weight: bold;
46
+ color: #0C07FF;
47
+ }
48
+ pre.mac_classic .JsOperator {
49
+ color: #687687;
50
+ }
51
+ pre.mac_classic .InheritedClassName {
52
+ font-style: italic;
53
+ }
54
+ pre.mac_classic .StringInterpolation {
55
+ color: #26B31A;
56
+ }
57
+ pre.mac_classic .MarkupQuote {
58
+ color: #000000;
59
+ font-style: italic;
60
+ }
61
+ pre.mac_classic .MarkupNameOfTag {
62
+ font-weight: bold;
63
+ }
64
+ pre.mac_classic .InvalidTrailingWhitespace {
65
+ background-color: #FFD0D0;
66
+ }
67
+ pre.mac_classic .LibraryConstant {
68
+ font-weight: bold;
69
+ color: #06960E;
70
+ }
71
+ pre.mac_classic .MarkupXmlDeclaration {
72
+ color: #68685B;
73
+ }
74
+ pre.mac_classic .EmbeddedEmbeddedSource {
75
+ background-color: #0E0E0E;
76
+ }
77
+ pre.mac_classic .PreprocessorDirective {
78
+ font-weight: bold;
79
+ color: #0C450D;
80
+ }
81
+ pre.mac_classic .BuiltInConstant {
82
+ font-weight: bold;
83
+ color: #585CF6;
84
+ }
85
+ pre.mac_classic .MarkupDtd {
86
+ font-style: italic;
87
+ }
88
+ pre.mac_classic .Invalid {
89
+ background-color: #990000;
90
+ color: #FFFFFF;
91
+ }
92
+ pre.mac_classic .LibraryFunction {
93
+ font-weight: bold;
94
+ color: #3C4C72;
95
+ }
96
+ pre.mac_classic .String {
97
+ color: #036A07;
98
+ }
99
+ pre.mac_classic .UserDefinedConstant {
100
+ font-weight: bold;
101
+ color: #C5060B;
102
+ }
103
+ pre.mac_classic .Keyword {
104
+ font-weight: bold;
105
+ color: #0000FF;
106
+ }
107
+ pre.mac_classic .MarkupDoctype {
108
+ color: #888888;
109
+ }
110
+ pre.mac_classic .FunctionName {
111
+ font-weight: bold;
112
+ color: #0000A2;
113
+ }
114
+ pre.mac_classic .PreprocessorLine {
115
+ color: #1A921C;
116
+ }
117
+ pre.mac_classic .Variable {
118
+ color: #318495;
119
+ }
120
+ pre.mac_classic .Comment {
121
+ color: #0066FF;
122
+ font-style: italic;
123
+ }
@@ -0,0 +1,85 @@
1
+ pre.slush_poppies .Directives {
2
+ font-weight: bold;
3
+ }
4
+ pre.slush_poppies .TypeName {
5
+ color: #800080;
6
+ }
7
+ pre.slush_poppies .InheritedClass {
8
+ }
9
+ pre.slush_poppies .OcamlInfixFPOperators {
10
+ text-decoration: underline;
11
+ }
12
+ pre.slush_poppies .Number {
13
+ color: #0080A0;
14
+ }
15
+ pre.slush_poppies .LibraryVariable {
16
+ }
17
+ pre.slush_poppies .Storage {
18
+ color: #008080;
19
+ }
20
+ pre.slush_poppies .line-numbers {
21
+ background-color: #B0B0FF;
22
+ color: #000000;
23
+ }
24
+ pre.slush_poppies .OcamlPrefixFPOperators {
25
+ text-decoration: underline;
26
+ }
27
+ pre.slush_poppies .OcamlFloatingPointConstants {
28
+ text-decoration: underline;
29
+ }
30
+ pre.slush_poppies .LineNumberDirectives {
31
+ }
32
+ pre.slush_poppies .TagName {
33
+ }
34
+ pre.slush_poppies .StorageTypes {
35
+ color: #A08000;
36
+ }
37
+ pre.slush_poppies .Operators {
38
+ color: #2060A0;
39
+ }
40
+ pre.slush_poppies .LibraryConstant {
41
+ }
42
+ pre.slush_poppies .VariantTypes {
43
+ color: #C08060;
44
+ }
45
+ pre.slush_poppies .FunctionArgument {
46
+ }
47
+ pre.slush_poppies .BuiltInConstant {
48
+ }
49
+ pre.slush_poppies .ClassTypeName {
50
+ color: #8000C0;
51
+ }
52
+ pre.slush_poppies .ModuleKeyword {
53
+ color: #0080FF;
54
+ }
55
+ pre.slush_poppies .Invalid {
56
+ }
57
+ pre.slush_poppies .LibraryClassType {
58
+ }
59
+ pre.slush_poppies .LibraryFunction {
60
+ }
61
+ pre.slush_poppies .TagAttribute {
62
+ }
63
+ pre.slush_poppies .Keyword {
64
+ color: #2060A0;
65
+ }
66
+ pre.slush_poppies .UserDefinedConstant {
67
+ }
68
+ pre.slush_poppies .CharacterConstants {
69
+ color: #800000;
70
+ }
71
+ pre.slush_poppies .String {
72
+ color: #C03030;
73
+ }
74
+ pre.slush_poppies {
75
+ background-color: #F1F1F1;
76
+ color: #000000;
77
+ }
78
+ pre.slush_poppies .FunctionName {
79
+ color: #800000;
80
+ }
81
+ pre.slush_poppies .Variable {
82
+ }
83
+ pre.slush_poppies .Comment {
84
+ color: #406040;
85
+ }
@@ -0,0 +1,180 @@
1
+ pre.sunburst .DiffInserted {
2
+ background-color: #253B22;
3
+ color: #F8F8F8;
4
+ }
5
+ pre.sunburst .DiffHeader {
6
+ background-color: #0E2231;
7
+ color: #F8F8F8;
8
+ font-style: italic;
9
+ }
10
+ pre.sunburst .CssPropertyValue {
11
+ color: #F9EE98;
12
+ }
13
+ pre.sunburst .CCCPreprocessorDirective {
14
+ color: #AFC4DB;
15
+ }
16
+ pre.sunburst .Constant {
17
+ color: #3387CC;
18
+ }
19
+ pre.sunburst .DiffChanged {
20
+ background-color: #4A410D;
21
+ color: #F8F8F8;
22
+ }
23
+ pre.sunburst .Support {
24
+ color: #9B859D;
25
+ }
26
+ pre.sunburst .MarkupList {
27
+ color: #E1D4B9;
28
+ }
29
+ pre.sunburst .CssConstructorArgument {
30
+ color: #8F9D6A;
31
+ }
32
+ pre.sunburst .Storage {
33
+ color: #99CF50;
34
+ }
35
+ pre.sunburst .line-numbers {
36
+ background-color: #DDF0FF;
37
+ color: #000000;
38
+ }
39
+ pre.sunburst .CssClass {
40
+ color: #9B703F;
41
+ }
42
+ pre.sunburst .StringConstant {
43
+ color: #DDF2A4;
44
+ }
45
+ pre.sunburst .MarkupSeparator {
46
+ background-color: #242424;
47
+ color: #60A633;
48
+ }
49
+ pre.sunburst .MarkupUnderline {
50
+ text-decoration: underline;
51
+ color: #E18964;
52
+ }
53
+ pre.sunburst .CssAtRule {
54
+ color: #8693A5;
55
+ }
56
+ pre.sunburst .MetaTagInline {
57
+ color: #E0C589;
58
+ }
59
+ pre.sunburst .JEntityNameType {
60
+ text-decoration: underline;
61
+ }
62
+ pre.sunburst .LogEntryError {
63
+ background-color: #751012;
64
+ }
65
+ pre.sunburst .MarkupHeading {
66
+ background-color: #632D04;
67
+ color: #FEDCC5;
68
+ }
69
+ pre.sunburst .CssTagName {
70
+ color: #CDA869;
71
+ }
72
+ pre.sunburst .SupportConstant {
73
+ color: #CF6A4C;
74
+ }
75
+ pre.sunburst .MarkupQuote {
76
+ background-color: #ECD091;
77
+ color: #E1D4B9;
78
+ font-style: italic;
79
+ }
80
+ pre.sunburst .DiffDeleted {
81
+ background-color: #420E09;
82
+ color: #F8F8F8;
83
+ }
84
+ pre.sunburst .CCCPreprocessorLine {
85
+ color: #8996A8;
86
+ }
87
+ pre.sunburst .StringRegexpSpecial {
88
+ color: #CF7D34;
89
+ }
90
+ pre.sunburst .EmbeddedSourceBright {
91
+ background-color: #ABADB4;
92
+ }
93
+ pre.sunburst .InvalidIllegal {
94
+ background-color: #150B15;
95
+ color: #FD5FF1;
96
+ }
97
+ pre.sunburst .MarkupRaw {
98
+ background-color: #ABADB4;
99
+ color: #578BB3;
100
+ }
101
+ pre.sunburst .SupportFunction {
102
+ color: #DAD085;
103
+ }
104
+ pre.sunburst .CssAdditionalConstants {
105
+ color: #DD7B3B;
106
+ }
107
+ pre.sunburst .MetaTagAll {
108
+ color: #89BDFF;
109
+ }
110
+ pre.sunburst .StringRegexp {
111
+ color: #E9C062;
112
+ }
113
+ pre.sunburst .StringEmbeddedSource {
114
+ color: #DAEFA3;
115
+ }
116
+ pre.sunburst .EntityInheritedClass {
117
+ color: #9B5C2E;
118
+ font-style: italic;
119
+ }
120
+ pre.sunburst .MarkupComment {
121
+ color: #F67B37;
122
+ font-style: italic;
123
+ }
124
+ pre.sunburst .MarkupBold {
125
+ font-weight: bold;
126
+ color: #E9C062;
127
+ }
128
+ pre.sunburst .CssId {
129
+ color: #8B98AB;
130
+ }
131
+ pre.sunburst .CssPseudoClass {
132
+ color: #8F9D6A;
133
+ }
134
+ pre.sunburst .JCast {
135
+ color: #676767;
136
+ font-style: italic;
137
+ }
138
+ pre.sunburst .StringVariable {
139
+ color: #8A9A95;
140
+ }
141
+ pre.sunburst .String {
142
+ color: #65B042;
143
+ }
144
+ pre.sunburst .Keyword {
145
+ color: #E28964;
146
+ }
147
+ pre.sunburst {
148
+ background-color: #000000;
149
+ color: #F8F8F8;
150
+ }
151
+ pre.sunburst .LogEntry {
152
+ background-color: #C7C7C7;
153
+ }
154
+ pre.sunburst .MarkupItalic {
155
+ color: #E9C062;
156
+ font-style: italic;
157
+ }
158
+ pre.sunburst .CssPropertyName {
159
+ color: #C5AF75;
160
+ }
161
+ pre.sunburst .Namespaces {
162
+ color: #E18964;
163
+ }
164
+ pre.sunburst .DoctypeXmlProcessing {
165
+ color: #494949;
166
+ }
167
+ pre.sunburst .InvalidDeprecated {
168
+ color: #FD5FF1;
169
+ font-style: italic;
170
+ }
171
+ pre.sunburst .Variable {
172
+ color: #3E87E3;
173
+ }
174
+ pre.sunburst .Entity {
175
+ color: #89BDFF;
176
+ }
177
+ pre.sunburst .Comment {
178
+ color: #AEAEAE;
179
+ font-style: italic;
180
+ }