fnando-kitabu 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/README.markdown +7 -0
  2. data/Rakefile +55 -35
  3. data/bin/kitabu +42 -13
  4. data/kitabu.gemspec +28 -55
  5. data/lib/kitabu/base.rb +38 -14
  6. data/lib/kitabu/blackcloth.rb +1 -10
  7. data/lib/kitabu/templates.rb +49 -0
  8. data/lib/kitabu.rb +9 -12
  9. data/{app_generators/kitabu/templates → templates}/Rakefile +0 -0
  10. data/{app_generators/kitabu/templates → templates}/config.yml +0 -0
  11. data/{app_generators/kitabu/templates → templates}/layouts/boom/layout.css +0 -0
  12. data/{app_generators/kitabu/templates → templates}/layouts/boom/layout.html +8 -8
  13. data/templates/syntax.css +1065 -0
  14. data/{app_generators/kitabu/templates/css → templates/themes}/active4d.css +0 -0
  15. data/{app_generators/kitabu/templates/css → templates/themes}/blackboard.css +0 -0
  16. data/{app_generators/kitabu/templates/css → templates/themes}/dawn.css +0 -0
  17. data/{app_generators/kitabu/templates/css → templates/themes}/eiffel.css +0 -0
  18. data/{app_generators/kitabu/templates/css → templates/themes}/idle.css +0 -0
  19. data/{app_generators/kitabu/templates/css → templates/themes}/iplastic.css +0 -0
  20. data/{app_generators/kitabu/templates/css → templates/themes}/lazy.css +0 -0
  21. data/{app_generators/kitabu/templates/css → templates/themes}/mac_classic.css +0 -0
  22. data/{app_generators/kitabu/templates/css → templates/themes}/slush_poppies.css +0 -0
  23. data/{app_generators/kitabu/templates/css → templates/themes}/sunburst.css +0 -0
  24. data/templates/user.css +1 -0
  25. metadata +26 -52
  26. data/History.txt +0 -67
  27. data/License.txt +0 -20
  28. data/TODO.txt +0 -2
  29. data/app_generators/kitabu/USAGE +0 -5
  30. data/app_generators/kitabu/kitabu_generator.rb +0 -68
  31. data/app_generators/kitabu/templates/user.css +0 -0
  32. data/themes/active4d.css +0 -114
  33. data/themes/all_hallows_eve.css +0 -72
  34. data/themes/amy.css +0 -147
  35. data/themes/blackboard.css +0 -88
  36. data/themes/brilliance_black.css +0 -605
  37. data/themes/brilliance_dull.css +0 -599
  38. data/themes/cobalt.css +0 -149
  39. data/themes/dawn.css +0 -121
  40. data/themes/eiffel.css +0 -121
  41. data/themes/espresso_libre.css +0 -109
  42. data/themes/idle.css +0 -62
  43. data/themes/iplastic.css +0 -80
  44. data/themes/lazy.css +0 -73
  45. data/themes/mac_classic.css +0 -123
  46. data/themes/magicwb_amiga.css +0 -104
  47. data/themes/pastels_on_dark.css +0 -188
  48. data/themes/slush_poppies.css +0 -85
  49. data/themes/spacecadet.css +0 -51
  50. data/themes/sunburst.css +0 -180
  51. data/themes/twilight.css +0 -137
  52. data/themes/zenburnesque.css +0 -91
data/themes/twilight.css DELETED
@@ -1,137 +0,0 @@
1
- pre.twilight .DiffInserted {
2
- background-color: #253B22;
3
- color: #F8F8F8;
4
- }
5
- pre.twilight .DiffHeader {
6
- background-color: #0E2231;
7
- color: #F8F8F8;
8
- font-style: italic;
9
- }
10
- pre.twilight .CssPropertyValue {
11
- color: #F9EE98;
12
- }
13
- pre.twilight .CCCPreprocessorDirective {
14
- color: #AFC4DB;
15
- }
16
- pre.twilight .Constant {
17
- color: #CF6A4C;
18
- }
19
- pre.twilight .DiffChanged {
20
- background-color: #4A410D;
21
- color: #F8F8F8;
22
- }
23
- pre.twilight .EmbeddedSource {
24
- background-color: #A3A6AD;
25
- }
26
- pre.twilight .Support {
27
- color: #9B859D;
28
- }
29
- pre.twilight .MarkupList {
30
- color: #F9EE98;
31
- }
32
- pre.twilight .CssConstructorArgument {
33
- color: #8F9D6A;
34
- }
35
- pre.twilight .Storage {
36
- color: #F9EE98;
37
- }
38
- pre.twilight .line-numbers {
39
- background-color: #DDF0FF;
40
- color: #000000;
41
- }
42
- pre.twilight .CssClass {
43
- color: #9B703F;
44
- }
45
- pre.twilight .StringConstant {
46
- color: #DDF2A4;
47
- }
48
- pre.twilight .CssAtRule {
49
- color: #8693A5;
50
- }
51
- pre.twilight .MetaTagInline {
52
- color: #E0C589;
53
- }
54
- pre.twilight .MarkupHeading {
55
- color: #CF6A4C;
56
- }
57
- pre.twilight .CssTagName {
58
- color: #CDA869;
59
- }
60
- pre.twilight .SupportConstant {
61
- color: #CF6A4C;
62
- }
63
- pre.twilight .DiffDeleted {
64
- background-color: #420E09;
65
- color: #F8F8F8;
66
- }
67
- pre.twilight .CCCPreprocessorLine {
68
- color: #8996A8;
69
- }
70
- pre.twilight .StringRegexpSpecial {
71
- color: #CF7D34;
72
- }
73
- pre.twilight .EmbeddedSourceBright {
74
- background-color: #9C9EA4;
75
- }
76
- pre.twilight .InvalidIllegal {
77
- background-color: #241A24;
78
- color: #F8F8F8;
79
- }
80
- pre.twilight .SupportFunction {
81
- color: #DAD085;
82
- }
83
- pre.twilight .CssAdditionalConstants {
84
- color: #CA7840;
85
- }
86
- pre.twilight .MetaTagAll {
87
- color: #AC885B;
88
- }
89
- pre.twilight .StringRegexp {
90
- color: #E9C062;
91
- }
92
- pre.twilight .StringEmbeddedSource {
93
- color: #DAEFA3;
94
- }
95
- pre.twilight .EntityInheritedClass {
96
- color: #9B5C2E;
97
- font-style: italic;
98
- }
99
- pre.twilight .CssId {
100
- color: #8B98AB;
101
- }
102
- pre.twilight .CssPseudoClass {
103
- color: #8F9D6A;
104
- }
105
- pre.twilight .StringVariable {
106
- color: #8A9A95;
107
- }
108
- pre.twilight .String {
109
- color: #8F9D6A;
110
- }
111
- pre.twilight .Keyword {
112
- color: #CDA869;
113
- }
114
- pre.twilight {
115
- background-color: #141414;
116
- color: #F8F8F8;
117
- }
118
- pre.twilight .CssPropertyName {
119
- color: #C5AF75;
120
- }
121
- pre.twilight .DoctypeXmlProcessing {
122
- color: #494949;
123
- }
124
- pre.twilight .InvalidDeprecated {
125
- color: #D2A8A1;
126
- font-style: italic;
127
- }
128
- pre.twilight .Variable {
129
- color: #7587A6;
130
- }
131
- pre.twilight .Entity {
132
- color: #9B703F;
133
- }
134
- pre.twilight .Comment {
135
- color: #5F5A60;
136
- font-style: italic;
137
- }
@@ -1,91 +0,0 @@
1
- pre.zenburnesque .InheritedClass {
2
- }
3
- pre.zenburnesque .TypeName {
4
- color: #F09040;
5
- }
6
- pre.zenburnesque .FloatingPointPrefixOperators {
7
- text-decoration: underline;
8
- }
9
- pre.zenburnesque .Number {
10
- color: #22C0FF;
11
- }
12
- pre.zenburnesque .Directive {
13
- font-weight: bold;
14
- }
15
- pre.zenburnesque .LibraryVariable {
16
- }
17
- pre.zenburnesque .Storage {
18
- }
19
- pre.zenburnesque .line-numbers {
20
- background-color: #A0A0C0;
21
- color: #000000;
22
- }
23
- pre.zenburnesque .LineNumberDirectives {
24
- text-decoration: underline;
25
- }
26
- pre.zenburnesque .TagName {
27
- }
28
- pre.zenburnesque .StorageTypes {
29
- color: #6080FF;
30
- }
31
- pre.zenburnesque .Operators {
32
- color: #FFFFA0;
33
- }
34
- pre.zenburnesque {
35
- background-color: #404040;
36
- color: #DEDEDE;
37
- }
38
- pre.zenburnesque .LibraryConstant {
39
- }
40
- pre.zenburnesque .VariantTypes {
41
- color: #4080A0;
42
- }
43
- pre.zenburnesque .Characters {
44
- color: #FF8080;
45
- }
46
- pre.zenburnesque .FunctionArgument {
47
- }
48
- pre.zenburnesque .LanguageKeyword {
49
- color: #FFFFA0;
50
- }
51
- pre.zenburnesque .BuiltInConstant {
52
- }
53
- pre.zenburnesque .FloatingPointNumbers {
54
- text-decoration: underline;
55
- }
56
- pre.zenburnesque .ClassTypeName {
57
- color: #F4A020;
58
- }
59
- pre.zenburnesque .TypeName1 {
60
- color: #FFE000;
61
- }
62
- pre.zenburnesque .ModuleKeyword {
63
- font-weight: bold;
64
- color: #FF8000;
65
- }
66
- pre.zenburnesque .Invalid {
67
- }
68
- pre.zenburnesque .LibraryClassType {
69
- }
70
- pre.zenburnesque .LibraryFunction {
71
- }
72
- pre.zenburnesque .TagAttribute {
73
- }
74
- pre.zenburnesque .FloatingPointInfixOperators {
75
- text-decoration: underline;
76
- }
77
- pre.zenburnesque .UserDefinedConstant {
78
- }
79
- pre.zenburnesque .String {
80
- color: #FF2020;
81
- }
82
- pre.zenburnesque .FunctionName {
83
- font-weight: bold;
84
- color: #FFCC66;
85
- }
86
- pre.zenburnesque .Variable {
87
- }
88
- pre.zenburnesque .Comment {
89
- color: #709070;
90
- font-style: italic;
91
- }