glyph 0.5.0 → 0.5.1

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.
data/styles/coderay.scss CHANGED
@@ -1,43 +1,147 @@
1
1
  @import "definitions.scss";
2
+ /*
3
+ * Based on: https://github.com/pie4dan/CodeRay-GitHub-Theme/blob/master/coderay.css
4
+ */
2
5
  .CodeRay {
3
- pre {
4
- line-height: 1.2em;
5
- margin: 0px;
6
- color: #FFF;
7
- }
8
- .no {
9
- font-weight: bold;
10
- color: #595959;
11
- }
12
- .an {
13
- color: #E7BE69; }
14
- .c {
15
- color: #BC9358;
16
- font-style: italic; }
17
- .ch {
18
- color: #509E4F; }
19
- .cl, .co {
20
- color: #FFF; }
21
- .fl {
22
- color: #A4C260; }
23
- .fu {
24
- color: #FFC56D; }
25
- .gv {
26
- color: #D0CFFE; }
27
- .i {
28
- color: #A4C260; }
29
- .il {}
30
- .iv {
31
- color: #D0CFFE; }
32
- .pp {
33
- color: #E7BE69; }
34
- .r {
35
- color: #CB7832; }
36
- .rx, .s {
37
- color: #A4C260; }
38
- .sy {
39
- color: #6C9CBD; }
40
- .ta {
41
- color: #E7BE69; }
42
- .pc {
43
- color: #6C9CBD; } }
6
+ background-color: #FFF;
7
+ border: 1px solid #CCC;
8
+ line-height: 1.3em;
9
+ font-size: 12px;
10
+ font-family: Monospace;
11
+ color: #000;
12
+ padding: 1em 0px 1em 1em;
13
+ }
14
+ .CodeRay pre, .CodeRay code {
15
+ padding: 0;
16
+ margin: 0;
17
+ }
18
+
19
+ div.CodeRay {
20
+ padding: 0;
21
+ }
22
+
23
+ span.CodeRay { white-space: pre; border: 0px; padding: 2px }
24
+
25
+ table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px }
26
+ table.CodeRay td {
27
+ padding: 1em 0.5em;
28
+ vertical-align: top;
29
+ }
30
+
31
+ .CodeRay .line-numbers, .CodeRay .no {
32
+ border: 1px solid #ECECEC;
33
+ margin: 0 inherit;
34
+ background-color: #ECECEC;
35
+ color: #AAA;
36
+ padding: 0px 7px;
37
+ text-align: right;
38
+ }
39
+ .CodeRay .line-numbers tt { font-weight: bold }
40
+ .CodeRay .line-numbers .highlighted { color: red }
41
+ .CodeRay .line { display: block; float: left; width: 100%; }
42
+ .CodeRay .no { padding: 0px 4px }
43
+ .CodeRay .code { width: 100% }
44
+
45
+ ol.CodeRay { font-size: 10pt }
46
+ ol.CodeRay li { white-space: pre }
47
+
48
+ .CodeRay .code pre { overflow: auto }
49
+
50
+ .CodeRay .debug { color:white ! important; background:blue ! important; }
51
+
52
+ .CodeRay .attribute-name-fat { color:#00C }
53
+ .CodeRay .attribute-name { color:#007 }
54
+ .CodeRay .annotation { color:#f08 }
55
+ .CodeRay .attribute-value { color:#700 }
56
+ .CodeRay .attribute-value-fat { color:#C00 }
57
+ .CodeRay .binary { color:#509; font-weight:bold }
58
+ .CodeRay .comment { color:#998; font-style: italic;}
59
+
60
+ .CodeRay .char { color:#04D }
61
+ .CodeRay .ch .content { color:#04D }
62
+ .CodeRay .ch .delimiter { color:#039 }
63
+
64
+ .CodeRay .class { color:#458; font-weight:bold }
65
+ .CodeRay .complex { color:#A08; font-weight:bold }
66
+ .CodeRay .constant { color:teal; }
67
+ .CodeRay .color { color:#0A0 }
68
+ .CodeRay .class-variable { color:#369 }
69
+ .CodeRay .decorator { color:#B0B; }
70
+ .CodeRay .definition { color:#099; font-weight:bold }
71
+ .CodeRay .directive { color:#088; font-weight:bold }
72
+ .CodeRay .delimiter { color:black }
73
+ .CodeRay .doc { color:#970 }
74
+ .CodeRay .doc-type { color:#34b }
75
+ .CodeRay .doc-string { color:#D42; font-weight:bold }
76
+ .CodeRay .escape { color:#666; font-weight:bold }
77
+ .CodeRay .entity { color:#800; font-weight:bold }
78
+ .CodeRay .error { color:#F00; background-color:#FAA }
79
+ .CodeRay .exception { color:#C00; font-weight:bold }
80
+ .CodeRay .float { color:#099; }
81
+ .CodeRay .function { color:#900; font-weight:bold }
82
+ .CodeRay .global-variable { color:teal; font-weight:bold }
83
+ .CodeRay .hex { color:#058; font-weight:bold }
84
+ .CodeRay .imaginary { color:#099; }
85
+ .CodeRay .include { color:#B44; font-weight:bold }
86
+
87
+ .CodeRay .inline { color: black }
88
+ .CodeRay .inline .inline { background: #ccc }
89
+ .CodeRay .inline .inline .inline { background: #bbb }
90
+ .CodeRay .inline .inline-delimiter { color: #D14; }
91
+ .CodeRay .inline-delimiter { color: #D14; }
92
+
93
+ .CodeRay .imaginary { color:#f00; }
94
+ .CodeRay .include { color:#B2B; font-weight:bold }
95
+ .CodeRay .instance-variable { color:teal }
96
+ .CodeRay .label { color:#970; font-weight:bold }
97
+ .CodeRay .local-variable { color:#963 }
98
+ .CodeRay .octal { color:#40E; font-weight:bold }
99
+ .CodeRay .operator-fat { color:#000; font-weight:bold }
100
+ .CodeRay .operator { }
101
+ .CodeRay .predefined-constant { font-weight:bold }
102
+ .CodeRay .predefined { color:#369; font-weight:bold }
103
+ .CodeRay .preprocessor { color:#579; }
104
+ .CodeRay .pseudo-class { color:#00C; font-weight:bold }
105
+ .CodeRay .predefined-type { color:#074; font-weight:bold }
106
+ .CodeRay .reserved, .keyword { color:#000; font-weight:bold }
107
+
108
+ .CodeRay .key { color: #808; }
109
+ .CodeRay .key .delimiter { color: #606; }
110
+ .CodeRay .key .char { color: #80f; }
111
+ .CodeRay .value { color: #088; }
112
+
113
+ .CodeRay .regexp { background-color:#fff0ff }
114
+ .CodeRay .regexp .content { color:#808 }
115
+ .CodeRay .regexp .delimiter { color:#404 }
116
+ .CodeRay .regexp .modifier { color:#C2C }
117
+ .CodeRay .regexp .function { color:#404; font-weight: bold }
118
+
119
+ .CodeRay .string { color: #D20; }
120
+ .CodeRay .string .content { color: #D14; }
121
+ .CodeRay .string .char { color: #D14; }
122
+ .CodeRay .string .delimiter { color: #D14; }
123
+
124
+ .CodeRay .shell { color:#D14 }
125
+ .CodeRay .shell .content { }
126
+ .CodeRay .shell .delimiter { color:#D14 }
127
+
128
+ .CodeRay .symbol { color:#990073 }
129
+ .CodeRay .symbol .content { color:#A60 }
130
+ .CodeRay .symbol .delimiter { color:#630 }
131
+
132
+ .CodeRay .tag { color:#070 }
133
+ .CodeRay .tag-fat { color:#070; font-weight:bold }
134
+ .CodeRay .tag-special { color:#D70; font-weight:bold }
135
+ .CodeRay .type { color:#339; font-weight:bold }
136
+ .CodeRay .variable { color:#036 }
137
+ .CodeRay .xml-text { color:#444 }
138
+
139
+ .CodeRay .insert { background: #afa; }
140
+ .CodeRay .delete { background: #faa; }
141
+ .CodeRay .change { color: #aaf; background: #007; }
142
+ .CodeRay .head { color: #f8f; background: #505 }
143
+
144
+ .CodeRay .insert .insert { color: #080; font-weight:bold }
145
+ .CodeRay .delete .delete { color: #800; font-weight:bold }
146
+ .CodeRay .change .change { color: #66f; }
147
+ .CodeRay .head .head { color: #f4f; }
data/styles/default.css CHANGED
@@ -38,21 +38,20 @@ body {
38
38
  text-align: center; }
39
39
  .titlepage h1 {
40
40
  font-size: 2.5em;
41
- line-height: 1.2em;
42
41
  font-weight: bold;
42
+ line-height: 1.5em;
43
43
  margin-bottom: 0.2em; }
44
44
 
45
45
  .halftitlepage h1 {
46
46
  font-size: 2.5em;
47
47
  font-weight: bold;
48
+ line-height: 1.5em;
48
49
  margin-bottom: 0.2em; }
49
50
  .halftitlepage h2 {
50
51
  font-size: 1.1em;
51
52
  font-style: italic;
52
53
  font-weight: bold;
53
- padding-top: 0;
54
- margin-top: 0;
55
- line-height: 2.5em;
54
+ line-height: 1.2em;
56
55
  margin-bottom: 0.5em;
57
56
  prince-bookmark-level: none; }
58
57
 
@@ -60,9 +59,7 @@ body {
60
59
  font-size: 1.1em;
61
60
  font-style: italic;
62
61
  font-weight: bold;
63
- padding-top: 0;
64
- margin-top: 0;
65
- line-height: 2.5em;
62
+ line-height: 1.2em;
66
63
  margin-bottom: 0.5em;
67
64
  prince-bookmark-level: none; }
68
65
 
@@ -129,16 +126,11 @@ sup {
129
126
  margin: auto;
130
127
  text-align: center; }
131
128
 
132
- code {
133
- font-size: 0.8em;
134
- }
135
-
136
129
  .note, .important, .tip, .caution, .box {
137
- border: 1px solid #CCC;
130
+ border: 1px solid #e6e6e6;
138
131
  display: block;
139
132
  margin: 0.5em auto;
140
- padding: 1em;
141
- padding-top: 0em;
133
+ padding: 0 0.5em;
142
134
  width: 600px;
143
135
  background: #EEE;
144
136
  color: #1F1F1F; }
@@ -154,10 +146,7 @@ code {
154
146
  .box-title {
155
147
  display: block;
156
148
  text-align: center;
157
- font-weight: bold;
158
- font-size: 120%;
159
- margin: 0.5em;
160
- }
149
+ font-weight: bold; }
161
150
 
162
151
  .comment {
163
152
  display: block;
@@ -212,6 +201,18 @@ a {
212
201
  a:hover {
213
202
  color: #005b91; }
214
203
 
204
+ .code > pre {
205
+ -webkit-border-radius: 5px;
206
+ -moz-border-radius: 5px;
207
+ border-radius: 5px;
208
+ color: #222;
209
+ padding: 20px;
210
+ overflow: auto hidden;
211
+ margin: 20px 0 20px 0; }
212
+
213
+ code, .CodeRay {
214
+ font-size: 0.8em; }
215
+
215
216
  span.line-numbers {
216
217
  margin: 0;
217
218
  padding: 3px; }
@@ -248,7 +249,7 @@ td p, td ul, td ol {
248
249
 
249
250
  /* FONTS */
250
251
  body {
251
- font-family: 'Crimson Text', 'Palatino', 'Bookman', 'Georgia', 'Times'; }
252
+ font-family: "Gentium Book Basic", "Book Antiqua", "Times New Roman", "Serif"; }
252
253
 
253
254
  code, pre {
254
255
  font-family: "Droid Sans Mono", "Consolas", "Monaco", "Courier", "Monospace"; }
@@ -10,9 +10,7 @@ $link-hover-color: #005B91;
10
10
  -webkit-border-radius: 5px;
11
11
  -moz-border-radius: 5px;
12
12
  border-radius: 5px;
13
- background-color: #222;
14
- font-family: 'Courier New', 'Terminal', monospace;
15
- color: #E6E0DB;
13
+ color: #222;
16
14
  padding: 20px;
17
15
  overflow: auto hidden;
18
16
  margin: 20px 0 20px 0; }
@@ -93,36 +93,6 @@ ol.toc {
93
93
  .toc ol ol ol ol li[class~=appendix]::before {
94
94
  content: counter(appendix1, upper-latin) "." counter(toc2) "." counter(toc3) "." counter(toc4) "." counter(toc5) " "; }
95
95
 
96
- h2, section h1 {
97
- padding-top: 2em;
98
- string-set: chapter-title content();
99
- page-break-before: always; }
100
-
101
- .halftitlepage h2, .titlepage h2 {
102
- page-break-before: avoid; }
103
-
104
- .bodymatter .chapter h2, .bodymatter .chapter h1 {
105
- counter-increment: h2;
106
- counter-reset: h3; }
107
-
108
- .backmatter h2, .backmatter h1 {
109
- counter-increment: a2;
110
- counter-reset: h3; }
111
-
112
- .bodymatter h3, .backmatter h3, .bodymatter section h1, .backmatter section h1 {
113
- counter-increment: h3;
114
- counter-reset: h4; }
115
-
116
- .bodymatter h4, .backmatter h4, .bodymatter section section h1, .backmatter section section h1 {
117
- counter-increment: h4;
118
- counter-reset: h5; }
119
-
120
- .bodymatter h5, .backmatter h5, .bodymatter section section section h1, .backmatter section section section h1 {
121
- counter-increment: h5; }
122
-
123
- h1, h2, h3, h4, h5 {
124
- page-break-after: avoid; }
125
-
126
96
  div.frontmatter {
127
97
  page: frontmatter; }
128
98
  div.backmatter {
@@ -159,6 +129,36 @@ div.backmatter {
159
129
  .backmatter h5::before, .bodymatter section section section section h2:before {
160
130
  content: counter(a2, upper-latin) "." counter(h3) "." counter(h4) "." counter(h5) " "; }
161
131
 
132
+ h2, section h1 {
133
+ padding-top: 2em;
134
+ string-set: chapter-title content();
135
+ page-break-before: always; }
136
+
137
+ .halftitlepage h2, .titlepage h2 {
138
+ page-break-before: avoid; }
139
+
140
+ .bodymatter h2, .bodymatter h1 {
141
+ counter-increment: h2;
142
+ counter-reset: h3; }
143
+
144
+ .backmatter h2, .backmatter h1 {
145
+ counter-increment: a2;
146
+ counter-reset: h3; }
147
+
148
+ .bodymatter h3, .backmatter h3, .bodymatter section h1, .backmatter section h1 {
149
+ counter-increment: h3;
150
+ counter-reset: h4; }
151
+
152
+ .bodymatter h4, .backmatter h4, .bodymatter section section h1, .backmatter section section h1 {
153
+ counter-increment: h4;
154
+ counter-reset: h5; }
155
+
156
+ .bodymatter h5, .backmatter h5, .bodymatter section section section h1, .backmatter section section section h1 {
157
+ counter-increment: h5; }
158
+
159
+ h1, h2, h3, h4, h5 {
160
+ page-break-after: avoid; }
161
+
162
162
  .box, .note, .important, .tip, .caution, .code {
163
163
  page-break-inside: avoid; }
164
164
 
metadata CHANGED
@@ -1,462 +1,398 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: glyph
3
- version: !ruby/object:Gem::Version
4
- hash: 11
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.1
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 5
9
- - 0
10
- version: 0.5.0
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Fabio Cevasco
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-08-28 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2011-11-04 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: gli
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &71836550 !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 19
29
- segments:
30
- - 1
31
- - 2
32
- - 6
33
- version: 1.2.6
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 1.4.0
34
22
  type: :runtime
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: extlib
38
23
  prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *71836550
25
+ - !ruby/object:Gem::Dependency
26
+ name: extlib
27
+ requirement: &71835940 !ruby/object:Gem::Requirement
40
28
  none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- hash: 37
45
- segments:
46
- - 0
47
- - 9
48
- - 15
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
49
32
  version: 0.9.15
50
33
  type: :runtime
51
- version_requirements: *id002
52
- - !ruby/object:Gem::Dependency
53
- name: rake
54
34
  prerelease: false
55
- requirement: &id003 !ruby/object:Gem::Requirement
35
+ version_requirements: *71835940
36
+ - !ruby/object:Gem::Dependency
37
+ name: rake
38
+ requirement: &71757250 !ruby/object:Gem::Requirement
56
39
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 49
61
- segments:
62
- - 0
63
- - 8
64
- - 7
65
- version: 0.8.7
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: 0.9.2.2
66
44
  type: :runtime
67
- version_requirements: *id003
68
- - !ruby/object:Gem::Dependency
69
- name: rspec
70
45
  prerelease: false
71
- requirement: &id004 !ruby/object:Gem::Requirement
46
+ version_requirements: *71757250
47
+ - !ruby/object:Gem::Dependency
48
+ name: rspec
49
+ requirement: &71756430 !ruby/object:Gem::Requirement
72
50
  none: false
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- hash: 25
77
- segments:
78
- - 2
79
- - 5
80
- - 1
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
81
54
  version: 2.5.1
82
55
  type: :development
83
- version_requirements: *id004
84
- - !ruby/object:Gem::Dependency
85
- name: yard
86
56
  prerelease: false
87
- requirement: &id005 !ruby/object:Gem::Requirement
57
+ version_requirements: *71756430
58
+ - !ruby/object:Gem::Dependency
59
+ name: yard
60
+ requirement: &71755780 !ruby/object:Gem::Requirement
88
61
  none: false
89
- requirements:
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- hash: 13
93
- segments:
94
- - 0
95
- - 6
96
- - 5
97
- version: 0.6.5
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: 0.7.4
98
66
  type: :development
99
- version_requirements: *id005
100
- - !ruby/object:Gem::Dependency
101
- name: directory_watcher
102
67
  prerelease: false
103
- requirement: &id006 !ruby/object:Gem::Requirement
68
+ version_requirements: *71755780
69
+ - !ruby/object:Gem::Dependency
70
+ name: directory_watcher
71
+ requirement: &71754960 !ruby/object:Gem::Requirement
104
72
  none: false
105
- requirements:
106
- - - ">="
107
- - !ruby/object:Gem::Version
108
- hash: 7
109
- segments:
110
- - 1
111
- - 4
112
- - 0
113
- version: 1.4.0
73
+ requirements:
74
+ - - ! '>='
75
+ - !ruby/object:Gem::Version
76
+ version: 1.4.1
114
77
  type: :development
115
- version_requirements: *id006
116
- - !ruby/object:Gem::Dependency
117
- name: sass
118
78
  prerelease: false
119
- requirement: &id007 !ruby/object:Gem::Requirement
79
+ version_requirements: *71754960
80
+ - !ruby/object:Gem::Dependency
81
+ name: sass
82
+ requirement: &71754120 !ruby/object:Gem::Requirement
120
83
  none: false
121
- requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- hash: 13
125
- segments:
126
- - 3
127
- - 1
128
- - 7
129
- version: 3.1.7
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: 3.1.11
130
88
  type: :development
131
- version_requirements: *id007
132
- - !ruby/object:Gem::Dependency
133
- name: RedCloth
134
89
  prerelease: false
135
- requirement: &id008 !ruby/object:Gem::Requirement
90
+ version_requirements: *71754120
91
+ - !ruby/object:Gem::Dependency
92
+ name: RedCloth
93
+ requirement: &71753380 !ruby/object:Gem::Requirement
136
94
  none: false
137
- requirements:
138
- - - ">="
139
- - !ruby/object:Gem::Version
140
- hash: 57
141
- segments:
142
- - 4
143
- - 2
144
- - 7
145
- version: 4.2.7
95
+ requirements:
96
+ - - ! '>='
97
+ - !ruby/object:Gem::Version
98
+ version: 4.2.9
146
99
  type: :development
147
- version_requirements: *id008
148
- - !ruby/object:Gem::Dependency
149
- name: bluecloth
150
100
  prerelease: false
151
- requirement: &id009 !ruby/object:Gem::Requirement
101
+ version_requirements: *71753380
102
+ - !ruby/object:Gem::Dependency
103
+ name: bluecloth
104
+ requirement: &71752350 !ruby/object:Gem::Requirement
152
105
  none: false
153
- requirements:
154
- - - ">="
155
- - !ruby/object:Gem::Version
156
- hash: 11
157
- segments:
158
- - 2
159
- - 1
160
- - 0
161
- version: 2.1.0
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: 2.2.0
162
110
  type: :development
163
- version_requirements: *id009
164
- - !ruby/object:Gem::Dependency
165
- name: coderay
166
111
  prerelease: false
167
- requirement: &id010 !ruby/object:Gem::Requirement
112
+ version_requirements: *71752350
113
+ - !ruby/object:Gem::Dependency
114
+ name: coderay
115
+ requirement: &71751620 !ruby/object:Gem::Requirement
168
116
  none: false
169
- requirements:
170
- - - ">="
171
- - !ruby/object:Gem::Version
172
- hash: 53
173
- segments:
174
- - 0
175
- - 9
176
- - 7
177
- version: 0.9.7
117
+ requirements:
118
+ - - ! '>='
119
+ - !ruby/object:Gem::Version
120
+ version: 1.0.4
178
121
  type: :development
179
- version_requirements: *id010
122
+ prerelease: false
123
+ version_requirements: *71751620
180
124
  description: Glyph is a framework for structured document authoring.
181
125
  email: h3rald@h3rald.com
182
- executables:
126
+ executables:
183
127
  - glyph
184
128
  extensions: []
185
-
186
- extra_rdoc_files:
129
+ extra_rdoc_files:
187
130
  - AUTHORS.textile
188
- - README.textile
189
- - LICENSE.textile
190
131
  - CHANGELOG.textile
191
- files:
132
+ - LICENSE.textile
133
+ - README.textile
134
+ files:
192
135
  - Rakefile
193
136
  - AUTHORS.textile
137
+ - CHANGELOG.textile
138
+ - LICENSE.textile
194
139
  - README.textile
195
140
  - benchmark.rb
196
- - LICENSE.textile
197
- - CHANGELOG.textile
198
141
  - config.yml
199
- - glyph-0.5.0.gem
200
- - glyph.gemspec
201
142
  - document.glyph
143
+ - glyph.gemspec
144
+ - glyph-0.5.1.gem
202
145
  - bin/glyph
203
- - lib/glyph/commands.rb
204
- - lib/glyph/interpreter.rb
205
- - lib/glyph/system_extensions.rb
146
+ - lib/glyph/analyzer.rb
206
147
  - lib/glyph/bookmark.rb
207
- - lib/glyph/macro_validators.rb
208
- - lib/glyph/commands/stats.rb
209
- - lib/glyph/commands/init.rb
148
+ - lib/glyph/commands.rb
149
+ - lib/glyph/commands/add.rb
150
+ - lib/glyph/commands/compile.rb
210
151
  - lib/glyph/commands/config.rb
152
+ - lib/glyph/commands/init.rb
211
153
  - lib/glyph/commands/outline.rb
154
+ - lib/glyph/commands/stats.rb
212
155
  - lib/glyph/commands/todo.rb
213
- - lib/glyph/commands/add.rb
214
- - lib/glyph/commands/compile.rb
215
- - lib/glyph/macro.rb
216
- - lib/glyph/syntax_node.rb
217
- - lib/glyph/analyzer.rb
218
156
  - lib/glyph/config.rb
219
157
  - lib/glyph/document.rb
220
- - lib/glyph/reporter.rb
221
- - lib/glyph/parser.rb
158
+ - lib/glyph/interpreter.rb
159
+ - lib/glyph/macro_validators.rb
222
160
  - lib/glyph/node.rb
161
+ - lib/glyph/parser.rb
162
+ - lib/glyph/reporter.rb
163
+ - lib/glyph/syntax_node.rb
164
+ - lib/glyph/system_extensions.rb
223
165
  - lib/glyph/utils.rb
166
+ - lib/glyph/macro.rb
224
167
  - lib/glyph.rb
225
- - book/config.yml
226
168
  - book/document.glyph
227
- - book/lib/macros/reference.rb
169
+ - book/config.yml
170
+ - book/lib/commands/commands.rb
228
171
  - book/lib/layouts/project.glyph
229
- - book/lib/layouts/bookpage.glyph
230
172
  - book/lib/layouts/bookindex.glyph
231
- - book/lib/commands/commands.rb
173
+ - book/lib/layouts/bookpage.glyph
174
+ - book/lib/macros/reference.rb
232
175
  - book/lib/tasks/tasks.rake
233
- - book/images/glyph/glyph.png
234
176
  - book/images/glyph/commands_tasks.png
177
+ - book/images/glyph/document_generation.png
235
178
  - book/images/glyph/glyph.eps
179
+ - book/images/glyph/glyph.png
236
180
  - book/images/glyph/glyph.svg
237
- - book/images/glyph/document_generation.png
181
+ - book/text/acknowledgements.glyph
182
+ - book/text/compiling/compiling.glyph
183
+ - book/text/compiling/lite_mode.glyph
184
+ - book/text/compiling/programmatic_usage.glyph
185
+ - book/text/config/document.glyph
186
+ - book/text/config/filters.glyph
187
+ - book/text/config/options.glyph
188
+ - book/text/config/output.glyph
189
+ - book/text/extending/bookmarks_headers.glyph
190
+ - book/text/extending/command.glyph
191
+ - book/text/extending/commands_tasks.glyph
192
+ - book/text/extending/further_reading.glyph
193
+ - book/text/extending/internals.glyph
194
+ - book/text/extending/interpreting.glyph
195
+ - book/text/extending/layouts.glyph
196
+ - book/text/extending/macro_def.glyph
197
+ - book/text/extending/output_format.glyph
198
+ - book/text/extending/params_attrs.glyph
199
+ - book/text/extending/placeholders.glyph
200
+ - book/text/extending/task.glyph
201
+ - book/text/extending/validators.glyph
238
202
  - book/text/getting_started/configuration.glyph
239
- - book/text/getting_started/structure.glyph
240
203
  - book/text/getting_started/create_project.glyph
204
+ - book/text/getting_started/structure.glyph
205
+ - book/text/introduction.glyph
206
+ - book/text/macros/macros_core.glyph
241
207
  - book/text/macros/macros_filters.glyph
208
+ - book/text/macros/macros_inline.glyph
242
209
  - book/text/macros/macros_structure.glyph
243
210
  - book/text/macros/macros_block.glyph
244
- - book/text/macros/macros_core.glyph
245
- - book/text/macros/macros_inline.glyph
246
- - book/text/license.glyph
247
- - book/text/acknowledgements.glyph
248
- - book/text/config/options.glyph
249
- - book/text/config/output.glyph
250
- - book/text/config/filters.glyph
251
- - book/text/config/document.glyph
252
- - book/text/stats/stats.glyph
211
+ - book/text/ref_commands.glyph
212
+ - book/text/snippets.glyph
253
213
  - book/text/stats/bookmarks.glyph
254
- - book/text/stats/macros.glyph
255
214
  - book/text/stats/links.glyph
215
+ - book/text/stats/macros.glyph
256
216
  - book/text/stats/snippets.glyph
257
- - book/text/changelog.glyph
217
+ - book/text/stats/stats.glyph
218
+ - book/text/text_editing/attribute_intro.glyph
219
+ - book/text/text_editing/code.glyph
220
+ - book/text/text_editing/conditionals.glyph
221
+ - book/text/text_editing/esc_quot.glyph
222
+ - book/text/text_editing/evaluation.glyph
223
+ - book/text/text_editing/glyph_files.glyph
224
+ - book/text/text_editing/images.glyph
225
+ - book/text/text_editing/inclusions.glyph
226
+ - book/text/text_editing/links.glyph
227
+ - book/text/text_editing/macro_composition.glyph
258
228
  - book/text/text_editing/macro_intro.glyph
259
229
  - book/text/text_editing/raw_html.glyph
260
230
  - book/text/text_editing/section_aliases.glyph
261
- - book/text/text_editing/conditionals.glyph
262
- - book/text/text_editing/inclusions.glyph
263
231
  - book/text/text_editing/sections.glyph
264
- - book/text/text_editing/code.glyph
265
- - book/text/text_editing/macro_composition.glyph
266
- - book/text/text_editing/images.glyph
267
- - book/text/text_editing/esc_quot.glyph
232
+ - book/text/text_editing/stylesheets.glyph
268
233
  - book/text/text_editing/topics.glyph
269
234
  - book/text/text_editing/xml_fallback.glyph
270
- - book/text/text_editing/links.glyph
271
- - book/text/text_editing/stylesheets.glyph
272
- - book/text/text_editing/glyph_files.glyph
273
- - book/text/text_editing/attribute_intro.glyph
274
- - book/text/text_editing/evaluation.glyph
275
- - book/text/extending/command.glyph
276
- - book/text/extending/bookmarks_headers.glyph
277
- - book/text/extending/placeholders.glyph
278
- - book/text/extending/task.glyph
279
- - book/text/extending/internals.glyph
280
- - book/text/extending/params_attrs.glyph
281
- - book/text/extending/interpreting.glyph
282
- - book/text/extending/validators.glyph
283
- - book/text/extending/layouts.glyph
284
- - book/text/extending/further_reading.glyph
285
- - book/text/extending/output_format.glyph
286
- - book/text/extending/commands_tasks.glyph
287
- - book/text/extending/macro_def.glyph
288
235
  - book/text/troubleshooting/errors_command.glyph
289
- - book/text/troubleshooting/errors_parser.glyph
290
- - book/text/troubleshooting/errors_macro.glyph
291
236
  - book/text/troubleshooting/errors_generic.glyph
292
- - book/text/compiling/programmatic_usage.glyph
293
- - book/text/compiling/compiling.glyph
294
- - book/text/compiling/lite_mode.glyph
295
- - book/text/ref_commands.glyph
296
- - book/text/introduction.glyph
297
- - book/text/snippets.glyph
237
+ - book/text/troubleshooting/errors_macro.glyph
238
+ - book/text/troubleshooting/errors_parser.glyph
239
+ - book/text/license.glyph
240
+ - book/text/changelog.glyph
298
241
  - book/resources/document_generation.txt
299
- - layouts/web5/index.glyph
300
- - layouts/web5/topic.glyph
301
242
  - layouts/web/index.glyph
302
243
  - layouts/web/topic.glyph
303
- - macros/block.rb
244
+ - layouts/web5/index.glyph
245
+ - layouts/web5/topic.glyph
246
+ - macros/core.rb
304
247
  - macros/filters.rb
305
248
  - macros/inline.rb
306
- - macros/core.rb
307
- - macros/reps/html5.rb
308
249
  - macros/reps/html.rb
250
+ - macros/reps/html5.rb
309
251
  - macros/reps/web.rb
310
252
  - macros/reps/web5.rb
311
- - macros/xml.rb
312
253
  - macros/structure.rb
313
- - spec/macros/core_spec.rb
314
- - spec/macros/web_spec.rb
315
- - spec/macros/html5_spec.rb
316
- - spec/macros/filters_spec.rb
317
- - spec/macros/web5_spec.rb
318
- - spec/macros/textile_spec.rb
319
- - spec/macros/xml_spec.rb
320
- - spec/macros/macros_spec.rb
321
- - spec/lib/interpreter_spec.rb
254
+ - macros/xml.rb
255
+ - macros/block.rb
256
+ - spec/files/article.glyph
257
+ - spec/files/container.textile
258
+ - spec/files/custom_command.rb
259
+ - spec/files/custom_tasks.rake
260
+ - spec/files/document.glyph
261
+ - spec/files/document_for_stats.glyph
262
+ - spec/files/document_with_toc.glyph
263
+ - spec/files/included.textile
264
+ - spec/files/ligature.jpg
265
+ - spec/files/markdown.markdown
266
+ - spec/files/references.glyph
267
+ - spec/files/test.sass
268
+ - spec/files/test.scss
269
+ - spec/files/web1.glyph
270
+ - spec/files/web2.glyph
271
+ - spec/files/web_doc.glyph
322
272
  - spec/lib/analyzer_spec.rb
323
- - spec/lib/commands_spec.rb
324
- - spec/lib/node_spec.rb
325
273
  - spec/lib/bookmark_spec.rb
326
- - spec/lib/macro_spec.rb
327
- - spec/lib/macro_validators_spec.rb
274
+ - spec/lib/commands_spec.rb
328
275
  - spec/lib/config_spec.rb
276
+ - spec/lib/document_spec.rb
329
277
  - spec/lib/glyph_spec.rb
278
+ - spec/lib/interpreter_spec.rb
279
+ - spec/lib/macro_spec.rb
280
+ - spec/lib/macro_validators_spec.rb
281
+ - spec/lib/node_spec.rb
330
282
  - spec/lib/parser_spec.rb
331
- - spec/lib/syntax_node_spec.rb
332
- - spec/lib/document_spec.rb
333
283
  - spec/lib/reporter_spec.rb
334
- - spec/tasks/load_spec.rb
284
+ - spec/lib/syntax_node_spec.rb
285
+ - spec/macros/core_spec.rb
286
+ - spec/macros/html5_spec.rb
287
+ - spec/macros/macros_spec.rb
288
+ - spec/macros/textile_spec.rb
289
+ - spec/macros/web5_spec.rb
290
+ - spec/macros/web_spec.rb
291
+ - spec/macros/xml_spec.rb
292
+ - spec/macros/filters_spec.rb
293
+ - spec/spec_helper.rb
335
294
  - spec/tasks/generate_spec.rb
295
+ - spec/tasks/load_spec.rb
336
296
  - spec/tasks/project_spec.rb
337
- - spec/files/custom_tasks.rake
338
- - spec/files/container.textile
339
- - spec/files/test.sass
340
- - spec/files/custom_command.rb
341
- - spec/files/markdown.markdown
342
- - spec/files/references.glyph
343
- - spec/files/document_for_stats.glyph
344
- - spec/files/web1.glyph
345
- - spec/files/document_with_toc.glyph
346
- - spec/files/ligature.jpg
347
- - spec/files/article.glyph
348
- - spec/files/included.textile
349
- - spec/files/web_doc.glyph
350
- - spec/files/web2.glyph
351
- - spec/files/document.glyph
352
- - spec/files/test.scss
353
297
  - spec/config.yml
354
- - spec/spec_helper.rb
355
- - styles/pagination.css
356
298
  - styles/coderay.css
357
- - styles/default.css
358
- - styles/generate
359
299
  - styles/default.scss
360
- - styles/definitions.scss
361
- - styles/ultraviolet/slush_poppies.css
362
- - styles/ultraviolet/mac_classic.css
300
+ - styles/generate
301
+ - styles/pagination.css
302
+ - styles/pagination.scss
303
+ - styles/ultraviolet/active4d.css
304
+ - styles/ultraviolet/all_hallows_eve.css
305
+ - styles/ultraviolet/amy.css
363
306
  - styles/ultraviolet/blackboard.css
364
- - styles/ultraviolet/zenburnesque.css
307
+ - styles/ultraviolet/brilliance_black.css
365
308
  - styles/ultraviolet/brilliance_dull.css
366
- - styles/ultraviolet/magicwb_amiga.css
367
- - styles/ultraviolet/sunburst.css
368
- - styles/ultraviolet/pastels_on_dark.css
369
309
  - styles/ultraviolet/cobalt.css
370
- - styles/ultraviolet/brilliance_black.css
371
- - styles/ultraviolet/lazy.css
372
- - styles/ultraviolet/amy.css
373
- - styles/ultraviolet/active4d.css
374
- - styles/ultraviolet/eiffel.css
375
- - styles/ultraviolet/twilight.css
376
- - styles/ultraviolet/idle.css
377
310
  - styles/ultraviolet/dawn.css
378
- - styles/ultraviolet/all_hallows_eve.css
311
+ - styles/ultraviolet/eiffel.css
379
312
  - styles/ultraviolet/espresso_libre.css
380
- - styles/ultraviolet/spacecadet.css
313
+ - styles/ultraviolet/idle.css
381
314
  - styles/ultraviolet/iplastic.css
315
+ - styles/ultraviolet/lazy.css
316
+ - styles/ultraviolet/mac_classic.css
317
+ - styles/ultraviolet/magicwb_amiga.css
318
+ - styles/ultraviolet/pastels_on_dark.css
319
+ - styles/ultraviolet/slush_poppies.css
320
+ - styles/ultraviolet/spacecadet.css
321
+ - styles/ultraviolet/sunburst.css
322
+ - styles/ultraviolet/twilight.css
323
+ - styles/ultraviolet/zenburnesque.css
382
324
  - styles/coderay.scss
383
- - styles/pagination.scss
325
+ - styles/default.css
326
+ - styles/definitions.scss
384
327
  - tasks/generate.rake
385
- - tasks/project.rake
386
328
  - tasks/load.rake
329
+ - tasks/project.rake
387
330
  homepage: http://www.h3rald.com/glyph/
388
- licenses:
331
+ licenses:
389
332
  - MIT
390
333
  post_install_message:
391
334
  rdoc_options: []
392
-
393
- require_paths:
335
+ require_paths:
394
336
  - lib
395
- required_ruby_version: !ruby/object:Gem::Requirement
337
+ required_ruby_version: !ruby/object:Gem::Requirement
396
338
  none: false
397
- requirements:
398
- - - ">="
399
- - !ruby/object:Gem::Version
400
- hash: 3
401
- segments:
402
- - 0
403
- version: "0"
404
- required_rubygems_version: !ruby/object:Gem::Requirement
339
+ requirements:
340
+ - - ! '>='
341
+ - !ruby/object:Gem::Version
342
+ version: '0'
343
+ required_rubygems_version: !ruby/object:Gem::Requirement
405
344
  none: false
406
- requirements:
407
- - - ">="
408
- - !ruby/object:Gem::Version
409
- hash: 3
410
- segments:
411
- - 0
412
- version: "0"
345
+ requirements:
346
+ - - ! '>='
347
+ - !ruby/object:Gem::Version
348
+ version: '0'
413
349
  requirements: []
414
-
415
350
  rubyforge_project:
416
- rubygems_version: 1.8.6
351
+ rubygems_version: 1.8.10
417
352
  signing_key:
418
353
  specification_version: 3
419
354
  summary: Glyph -- A Ruby-powered Document Authoring Framework
420
- test_files:
421
- - spec/macros/core_spec.rb
422
- - spec/macros/web_spec.rb
423
- - spec/macros/html5_spec.rb
424
- - spec/macros/filters_spec.rb
425
- - spec/macros/web5_spec.rb
426
- - spec/macros/textile_spec.rb
427
- - spec/macros/xml_spec.rb
428
- - spec/macros/macros_spec.rb
429
- - spec/lib/interpreter_spec.rb
355
+ test_files:
356
+ - spec/files/article.glyph
357
+ - spec/files/container.textile
358
+ - spec/files/custom_command.rb
359
+ - spec/files/custom_tasks.rake
360
+ - spec/files/document.glyph
361
+ - spec/files/document_for_stats.glyph
362
+ - spec/files/document_with_toc.glyph
363
+ - spec/files/included.textile
364
+ - spec/files/ligature.jpg
365
+ - spec/files/markdown.markdown
366
+ - spec/files/references.glyph
367
+ - spec/files/test.sass
368
+ - spec/files/test.scss
369
+ - spec/files/web1.glyph
370
+ - spec/files/web2.glyph
371
+ - spec/files/web_doc.glyph
430
372
  - spec/lib/analyzer_spec.rb
431
- - spec/lib/commands_spec.rb
432
- - spec/lib/node_spec.rb
433
373
  - spec/lib/bookmark_spec.rb
434
- - spec/lib/macro_spec.rb
435
- - spec/lib/macro_validators_spec.rb
374
+ - spec/lib/commands_spec.rb
436
375
  - spec/lib/config_spec.rb
376
+ - spec/lib/document_spec.rb
437
377
  - spec/lib/glyph_spec.rb
378
+ - spec/lib/interpreter_spec.rb
379
+ - spec/lib/macro_spec.rb
380
+ - spec/lib/macro_validators_spec.rb
381
+ - spec/lib/node_spec.rb
438
382
  - spec/lib/parser_spec.rb
439
- - spec/lib/syntax_node_spec.rb
440
- - spec/lib/document_spec.rb
441
383
  - spec/lib/reporter_spec.rb
442
- - spec/tasks/load_spec.rb
384
+ - spec/lib/syntax_node_spec.rb
385
+ - spec/macros/core_spec.rb
386
+ - spec/macros/html5_spec.rb
387
+ - spec/macros/macros_spec.rb
388
+ - spec/macros/textile_spec.rb
389
+ - spec/macros/web5_spec.rb
390
+ - spec/macros/web_spec.rb
391
+ - spec/macros/xml_spec.rb
392
+ - spec/macros/filters_spec.rb
393
+ - spec/spec_helper.rb
443
394
  - spec/tasks/generate_spec.rb
395
+ - spec/tasks/load_spec.rb
444
396
  - spec/tasks/project_spec.rb
445
- - spec/files/custom_tasks.rake
446
- - spec/files/container.textile
447
- - spec/files/test.sass
448
- - spec/files/custom_command.rb
449
- - spec/files/markdown.markdown
450
- - spec/files/references.glyph
451
- - spec/files/document_for_stats.glyph
452
- - spec/files/web1.glyph
453
- - spec/files/document_with_toc.glyph
454
- - spec/files/ligature.jpg
455
- - spec/files/article.glyph
456
- - spec/files/included.textile
457
- - spec/files/web_doc.glyph
458
- - spec/files/web2.glyph
459
- - spec/files/document.glyph
460
- - spec/files/test.scss
461
397
  - spec/config.yml
462
- - spec/spec_helper.rb
398
+ has_rdoc: