ultraviolet 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +9 -0
- data/Manifest.txt +23 -2
- data/bin/theme2latexrender +143 -0
- data/bin/{theme2render → theme2xhtmlrender} +67 -9
- data/bin/uv +28 -51
- data/lib/uv.rb +14 -9
- data/lib/uv/html_processor.rb +23 -7
- data/render/latex/active4d.render +132 -0
- data/render/latex/all_hallows_eve.render +96 -0
- data/render/latex/amy.render +171 -0
- data/render/latex/blackboard.render +111 -0
- data/render/latex/brilliance_black.render +602 -0
- data/render/latex/brilliance_dull.render +561 -0
- data/render/latex/cobalt.render +162 -0
- data/render/latex/dawn.render +126 -0
- data/render/latex/eiffel.render +132 -0
- data/render/latex/espresso_libre.render +123 -0
- data/render/latex/idle.render +93 -0
- data/render/latex/iplastic.render +99 -0
- data/render/latex/lazy.render +96 -0
- data/render/latex/mac_classic.render +135 -0
- data/render/latex/magicwb_amiga.render +117 -0
- data/render/latex/pastels_on_dark.render +204 -0
- data/render/latex/slush_poppies.render +123 -0
- data/render/latex/spacecadet.render +81 -0
- data/render/latex/sunburst.render +186 -0
- data/render/latex/twilight.render +153 -0
- data/render/latex/zenburnesque.render +126 -0
- data/render/xhtml/active4d.render +35 -0
- data/render/xhtml/all_hallows_eve.render +35 -0
- data/render/xhtml/amy.render +35 -0
- data/render/xhtml/blackboard.render +35 -0
- data/render/xhtml/brilliance_black.render +35 -0
- data/render/xhtml/brilliance_dull.render +35 -0
- data/render/xhtml/cobalt.render +35 -0
- data/render/xhtml/dawn.render +35 -0
- data/render/xhtml/eiffel.render +35 -0
- data/render/xhtml/espresso_libre.render +35 -0
- data/render/xhtml/idle.render +35 -0
- data/render/xhtml/iplastic.render +35 -0
- data/render/xhtml/lazy.render +35 -0
- data/render/xhtml/mac_classic.render +35 -0
- data/render/xhtml/magicwb_amiga.render +35 -0
- data/render/xhtml/pastels_on_dark.render +35 -0
- data/render/xhtml/slush_poppies.render +35 -0
- data/render/xhtml/spacecadet.render +35 -0
- data/render/xhtml/sunburst.render +35 -0
- data/render/xhtml/twilight.render +35 -0
- data/render/xhtml/zenburnesque.render +35 -0
- metadata +27 -5
@@ -0,0 +1,153 @@
|
|
1
|
+
---
|
2
|
+
name: Twilight
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: "}}\\\\"
|
6
|
+
tags:
|
7
|
+
- begin: "{\\color[HTML]{5F5A60}\\textit{"
|
8
|
+
end: "}}"
|
9
|
+
selector: comment
|
10
|
+
- begin: "{\\color[HTML]{CF6A4C}"
|
11
|
+
end: "}"
|
12
|
+
selector: constant
|
13
|
+
- begin: "{\\color[HTML]{9B703F}"
|
14
|
+
end: "}"
|
15
|
+
selector: entity
|
16
|
+
- begin: "{\\color[HTML]{CDA869}"
|
17
|
+
end: "}"
|
18
|
+
selector: keyword
|
19
|
+
- begin: "{\\color[HTML]{F9EE98}"
|
20
|
+
end: "}"
|
21
|
+
selector: storage
|
22
|
+
- begin: "{\\color[HTML]{8F9D6A}"
|
23
|
+
end: "}"
|
24
|
+
selector: string
|
25
|
+
- begin: "{\\color[HTML]{9B859D}"
|
26
|
+
end: "}"
|
27
|
+
selector: support
|
28
|
+
- begin: "{\\color[HTML]{7587A6}"
|
29
|
+
end: "}"
|
30
|
+
selector: variable
|
31
|
+
- begin: "{\\color[HTML]{D2A8A1}\\textit{"
|
32
|
+
end: "}}"
|
33
|
+
selector: invalid.deprecated
|
34
|
+
- begin: \colorbox[HTML]{452645}{\color[HTML]{F8F8F8}
|
35
|
+
end: "}"
|
36
|
+
selector: invalid.illegal
|
37
|
+
- begin: \colorbox[HTML]{202020}{
|
38
|
+
end: "}"
|
39
|
+
selector: text source
|
40
|
+
- begin: \colorbox[HTML]{282829}{
|
41
|
+
end: "}"
|
42
|
+
selector: text.html.ruby source
|
43
|
+
- begin: "{\\color[HTML]{9B5C2E}\\textit{"
|
44
|
+
end: "}}"
|
45
|
+
selector: entity.other.inherited-class
|
46
|
+
- begin: "{\\color[HTML]{DAEFA3}"
|
47
|
+
end: "}"
|
48
|
+
selector: string source
|
49
|
+
- begin: "{\\color[HTML]{DDF2A4}"
|
50
|
+
end: "}"
|
51
|
+
selector: string constant
|
52
|
+
- begin: "{\\color[HTML]{E9C062}"
|
53
|
+
end: "}"
|
54
|
+
selector: string.regexp
|
55
|
+
- begin: "{\\color[HTML]{CF7D34}"
|
56
|
+
end: "}"
|
57
|
+
selector: string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition
|
58
|
+
- begin: "{\\color[HTML]{8A9A95}"
|
59
|
+
end: "}"
|
60
|
+
selector: string variable
|
61
|
+
- begin: "{\\color[HTML]{DAD085}"
|
62
|
+
end: "}"
|
63
|
+
selector: support.function
|
64
|
+
- begin: "{\\color[HTML]{CF6A4C}"
|
65
|
+
end: "}"
|
66
|
+
selector: support.constant
|
67
|
+
- begin: "{\\color[HTML]{8996A8}"
|
68
|
+
end: "}"
|
69
|
+
selector: meta.preprocessor.c
|
70
|
+
- begin: "{\\color[HTML]{AFC4DB}"
|
71
|
+
end: "}"
|
72
|
+
selector: meta.preprocessor.c keyword
|
73
|
+
- begin: "{\\color[HTML]{494949}"
|
74
|
+
end: "}"
|
75
|
+
selector: meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string
|
76
|
+
- begin: "{\\color[HTML]{AC885B}"
|
77
|
+
end: "}"
|
78
|
+
selector: declaration.tag, declaration.tag entity, meta.tag, meta.tag entity
|
79
|
+
- begin: "{\\color[HTML]{E0C589}"
|
80
|
+
end: "}"
|
81
|
+
selector: declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity
|
82
|
+
- begin: "{\\color[HTML]{CDA869}"
|
83
|
+
end: "}"
|
84
|
+
selector: meta.selector.css entity.name.tag
|
85
|
+
- begin: "{\\color[HTML]{8F9D6A}"
|
86
|
+
end: "}"
|
87
|
+
selector: meta.selector.css entity.other.attribute-name.tag.pseudo-class
|
88
|
+
- begin: "{\\color[HTML]{8B98AB}"
|
89
|
+
end: "}"
|
90
|
+
selector: meta.selector.css entity.other.attribute-name.id
|
91
|
+
- begin: "{\\color[HTML]{9B703F}"
|
92
|
+
end: "}"
|
93
|
+
selector: meta.selector.css entity.other.attribute-name.class
|
94
|
+
- begin: "{\\color[HTML]{C5AF75}"
|
95
|
+
end: "}"
|
96
|
+
selector: support.type.property-name.css
|
97
|
+
- begin: "{\\color[HTML]{F9EE98}"
|
98
|
+
end: "}"
|
99
|
+
selector: meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css
|
100
|
+
- begin: "{\\color[HTML]{8693A5}"
|
101
|
+
end: "}"
|
102
|
+
selector: meta.preprocessor.at-rule keyword.control.at-rule
|
103
|
+
- begin: "{\\color[HTML]{CA7840}"
|
104
|
+
end: "}"
|
105
|
+
selector: meta.property-value support.constant.named-color.css, meta.property-value constant
|
106
|
+
- begin: "{\\color[HTML]{8F9D6A}"
|
107
|
+
end: "}"
|
108
|
+
selector: meta.constructor.argument.css
|
109
|
+
- begin: \colorbox[HTML]{0E2231}{\color[HTML]{F8F8F8}\textit{
|
110
|
+
end: "}}"
|
111
|
+
selector: meta.diff, meta.diff.header, meta.separator
|
112
|
+
- begin: \colorbox[HTML]{420E09}{\color[HTML]{F8F8F8}
|
113
|
+
end: "}"
|
114
|
+
selector: markup.deleted
|
115
|
+
- begin: \colorbox[HTML]{4A410D}{\color[HTML]{F8F8F8}
|
116
|
+
end: "}"
|
117
|
+
selector: markup.changed
|
118
|
+
- begin: \colorbox[HTML]{253B22}{\color[HTML]{F8F8F8}
|
119
|
+
end: "}"
|
120
|
+
selector: markup.inserted
|
121
|
+
- begin: "{\\color[HTML]{F9EE98}"
|
122
|
+
end: "}"
|
123
|
+
selector: markup.list
|
124
|
+
- begin: "{\\color[HTML]{CF6A4C}"
|
125
|
+
end: "}"
|
126
|
+
selector: markup.heading
|
127
|
+
listing:
|
128
|
+
begin: |
|
129
|
+
\newcolumntype{C}{>{\color[HTML]{F8F8F8}\columncolor[HTML]{141414}}l}
|
130
|
+
\newcolumntype{N}{>{\color[HTML]{F8F8F8}\columncolor[HTML]{3C3F42}}l}
|
131
|
+
\begin{longtable}{NC}
|
132
|
+
|
133
|
+
end: |
|
134
|
+
\end{longtable}
|
135
|
+
|
136
|
+
document:
|
137
|
+
begin: |
|
138
|
+
\documentclass[a4paper,landscape]{article}
|
139
|
+
\usepackage{xcolor}
|
140
|
+
\usepackage{colortbl}
|
141
|
+
\usepackage{longtable}
|
142
|
+
\usepackage[left=2cm,top=1cm,right=3cm,nohead,nofoot]{geometry}
|
143
|
+
\usepackage[T1]{fontenc}
|
144
|
+
\usepackage[scaled]{beramono}
|
145
|
+
\begin{document}
|
146
|
+
|
147
|
+
end: |
|
148
|
+
\end{document}
|
149
|
+
|
150
|
+
filter: "@escaped.gsub(/(_|\\{|\\}|&|\\#|\\\\)/, '\\\\\\\\\\1').gsub(/~/, '\\\\textasciitilde').gsub(/ /,'\\\\hspace{1ex}').gsub(/\\t/,'\\\\hspace{3ex}')"
|
151
|
+
line-numbers:
|
152
|
+
begin: \texttt{
|
153
|
+
end: "}&\\mbox{\\texttt{"
|
@@ -0,0 +1,126 @@
|
|
1
|
+
---
|
2
|
+
name: Zenburnesque
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: "}}\\\\"
|
6
|
+
tags:
|
7
|
+
- begin: "{\\color[HTML]{709070}\\textit{"
|
8
|
+
end: "}}"
|
9
|
+
selector: comment
|
10
|
+
- begin: "{\\textbf{"
|
11
|
+
end: "}}"
|
12
|
+
selector: keyword.other.directive
|
13
|
+
- begin: "{\\underline{"
|
14
|
+
end: "}}"
|
15
|
+
selector: keyword.other.directive.line-number
|
16
|
+
- begin: "{\\color[HTML]{FF8080}"
|
17
|
+
end: "}"
|
18
|
+
selector: constant.character
|
19
|
+
- begin: "{\\color[HTML]{FF2020}"
|
20
|
+
end: "}"
|
21
|
+
selector: string
|
22
|
+
- begin: "{\\color[HTML]{22C0FF}"
|
23
|
+
end: "}"
|
24
|
+
selector: constant.numeric
|
25
|
+
- begin: "{\\underline{"
|
26
|
+
end: "}}"
|
27
|
+
selector: constant.numeric.floating-point
|
28
|
+
- begin: "{"
|
29
|
+
end: "}"
|
30
|
+
selector: constant.language
|
31
|
+
- begin: "{"
|
32
|
+
end: "}"
|
33
|
+
selector: constant.character, constant.other
|
34
|
+
- begin: "{"
|
35
|
+
end: "}"
|
36
|
+
selector: variable.parameter, variable.other
|
37
|
+
- begin: "{\\color[HTML]{FFFFA0}"
|
38
|
+
end: "}"
|
39
|
+
selector: keyword
|
40
|
+
- begin: "{\\color[HTML]{FF8000}\\textbf{"
|
41
|
+
end: "}}"
|
42
|
+
selector: entity.name.module, support.other.module
|
43
|
+
- begin: "{\\color[HTML]{FFFFA0}"
|
44
|
+
end: "}"
|
45
|
+
selector: keyword.operator
|
46
|
+
- begin: "{\\underline{"
|
47
|
+
end: "}}"
|
48
|
+
selector: source.ocaml keyword.operator.symbol.infix.floating-point
|
49
|
+
- begin: "{\\underline{"
|
50
|
+
end: "}}"
|
51
|
+
selector: source.ocaml keyword.operator.symbol.prefix.floating-point
|
52
|
+
- begin: "{\\color[HTML]{6080FF}"
|
53
|
+
end: "}"
|
54
|
+
selector: storage.type
|
55
|
+
- begin: "{\\color[HTML]{4080A0}"
|
56
|
+
end: "}"
|
57
|
+
selector: entity.name.class.variant
|
58
|
+
- begin: "{"
|
59
|
+
end: "}"
|
60
|
+
selector: storage
|
61
|
+
- begin: "{\\color[HTML]{F09040}"
|
62
|
+
end: "}"
|
63
|
+
selector: entity.name.type
|
64
|
+
- begin: "{"
|
65
|
+
end: "}"
|
66
|
+
selector: entity.other.inherited-class
|
67
|
+
- begin: "{\\color[HTML]{FFCC66}\\textbf{"
|
68
|
+
end: "}}"
|
69
|
+
selector: entity.name.function
|
70
|
+
- begin: "{\\color[HTML]{FFE000}"
|
71
|
+
end: "}"
|
72
|
+
selector: storage.type.user-defined
|
73
|
+
- begin: "{\\color[HTML]{F4A020}"
|
74
|
+
end: "}"
|
75
|
+
selector: entity.name.type.class.type
|
76
|
+
- begin: "{"
|
77
|
+
end: "}"
|
78
|
+
selector: variable.parameter
|
79
|
+
- begin: "{"
|
80
|
+
end: "}"
|
81
|
+
selector: entity.name.tag
|
82
|
+
- begin: "{"
|
83
|
+
end: "}"
|
84
|
+
selector: entity.other.attribute-name
|
85
|
+
- begin: "{"
|
86
|
+
end: "}"
|
87
|
+
selector: support.function
|
88
|
+
- begin: "{"
|
89
|
+
end: "}"
|
90
|
+
selector: support.constant
|
91
|
+
- begin: "{"
|
92
|
+
end: "}"
|
93
|
+
selector: support.type, support.class
|
94
|
+
- begin: "{"
|
95
|
+
end: "}"
|
96
|
+
selector: support.variable
|
97
|
+
- begin: "{"
|
98
|
+
end: "}"
|
99
|
+
selector: invalid
|
100
|
+
listing:
|
101
|
+
begin: |
|
102
|
+
\newcolumntype{C}{>{\color[HTML]{DEDEDE}\columncolor[HTML]{404040}}l}
|
103
|
+
\newcolumntype{N}{>{\color[HTML]{DEDEDE}\columncolor[HTML]{A0A0C0}}l}
|
104
|
+
\begin{longtable}{NC}
|
105
|
+
|
106
|
+
end: |
|
107
|
+
\end{longtable}
|
108
|
+
|
109
|
+
document:
|
110
|
+
begin: |
|
111
|
+
\documentclass[a4paper,landscape]{article}
|
112
|
+
\usepackage{xcolor}
|
113
|
+
\usepackage{colortbl}
|
114
|
+
\usepackage{longtable}
|
115
|
+
\usepackage[left=2cm,top=1cm,right=3cm,nohead,nofoot]{geometry}
|
116
|
+
\usepackage[T1]{fontenc}
|
117
|
+
\usepackage[scaled]{beramono}
|
118
|
+
\begin{document}
|
119
|
+
|
120
|
+
end: |
|
121
|
+
\end{document}
|
122
|
+
|
123
|
+
filter: "@escaped.gsub(/(_|\\{|\\}|&|\\#|\\\\)/, '\\\\\\\\\\1').gsub(/~/, '\\\\textasciitilde').gsub(/ /,'\\\\hspace{1ex}').gsub(/\\t/,'\\\\hspace{3ex}')"
|
124
|
+
line-numbers:
|
125
|
+
begin: \texttt{
|
126
|
+
end: "}&\\mbox{\\texttt{"
|
@@ -1,5 +1,8 @@
|
|
1
1
|
---
|
2
2
|
name: Active4D
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
3
6
|
tags:
|
4
7
|
- begin: <span class="EmbeddedSource">
|
5
8
|
end: </span>
|
@@ -100,6 +103,38 @@ tags:
|
|
100
103
|
- begin: <span class="DiffUnchangedLine">
|
101
104
|
end: </span>
|
102
105
|
selector: source.diff
|
106
|
+
listing:
|
107
|
+
begin: <pre class="active4d">
|
108
|
+
end: </pre>
|
109
|
+
document:
|
110
|
+
begin: |
|
111
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
112
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
113
|
+
|
114
|
+
<head>
|
115
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
116
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
117
|
+
<meta http-equiv="expires" content="3600" />
|
118
|
+
<meta name="revisit-after" content="2 days" />
|
119
|
+
<meta name="robots" content="index,follow" />
|
120
|
+
<meta name="publisher" content="Dichodaemon" />
|
121
|
+
<meta name="copyright" content="Dichodaemon" />
|
122
|
+
|
123
|
+
<meta name="author" content="Dichodaemon" />
|
124
|
+
<meta name="distribution" content="global" />
|
125
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
126
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
127
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/active4d.css" />
|
128
|
+
<title>active4d</title>
|
129
|
+
|
130
|
+
</head>
|
131
|
+
|
132
|
+
<body>
|
133
|
+
|
134
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
135
|
+
</body>\n\
|
136
|
+
</html>\n"
|
137
|
+
filter: CGI.escapeHTML( @escaped )
|
103
138
|
line-numbers:
|
104
139
|
begin: <span class="line-numbers">
|
105
140
|
end: </span>
|
@@ -1,5 +1,8 @@
|
|
1
1
|
---
|
2
2
|
name: All Hallow's Eve
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
3
6
|
tags:
|
4
7
|
- begin: <span class="TextBase">
|
5
8
|
end: </span>
|
@@ -64,6 +67,38 @@ tags:
|
|
64
67
|
- begin: <span class="SupportFunction">
|
65
68
|
end: </span>
|
66
69
|
selector: support.function
|
70
|
+
listing:
|
71
|
+
begin: <pre class="all_hallows_eve">
|
72
|
+
end: </pre>
|
73
|
+
document:
|
74
|
+
begin: |
|
75
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
76
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
77
|
+
|
78
|
+
<head>
|
79
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
80
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
81
|
+
<meta http-equiv="expires" content="3600" />
|
82
|
+
<meta name="revisit-after" content="2 days" />
|
83
|
+
<meta name="robots" content="index,follow" />
|
84
|
+
<meta name="publisher" content="Dichodaemon" />
|
85
|
+
<meta name="copyright" content="Dichodaemon" />
|
86
|
+
|
87
|
+
<meta name="author" content="Dichodaemon" />
|
88
|
+
<meta name="distribution" content="global" />
|
89
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
90
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
91
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/all_hallows_eve.css" />
|
92
|
+
<title>all_hallows_eve</title>
|
93
|
+
|
94
|
+
</head>
|
95
|
+
|
96
|
+
<body>
|
97
|
+
|
98
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
99
|
+
</body>\n\
|
100
|
+
</html>\n"
|
101
|
+
filter: CGI.escapeHTML( @escaped )
|
67
102
|
line-numbers:
|
68
103
|
begin: <span class="line-numbers">
|
69
104
|
end: </span>
|
data/render/xhtml/amy.render
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
---
|
2
2
|
name: Amy
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
3
6
|
tags:
|
4
7
|
- begin: <span class="Comment">
|
5
8
|
end: </span>
|
@@ -139,6 +142,38 @@ tags:
|
|
139
142
|
- begin: <span class="Punctuation">
|
140
143
|
end: </span>
|
141
144
|
selector: punctuation
|
145
|
+
listing:
|
146
|
+
begin: <pre class="amy">
|
147
|
+
end: </pre>
|
148
|
+
document:
|
149
|
+
begin: |
|
150
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
151
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
152
|
+
|
153
|
+
<head>
|
154
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
155
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
156
|
+
<meta http-equiv="expires" content="3600" />
|
157
|
+
<meta name="revisit-after" content="2 days" />
|
158
|
+
<meta name="robots" content="index,follow" />
|
159
|
+
<meta name="publisher" content="Dichodaemon" />
|
160
|
+
<meta name="copyright" content="Dichodaemon" />
|
161
|
+
|
162
|
+
<meta name="author" content="Dichodaemon" />
|
163
|
+
<meta name="distribution" content="global" />
|
164
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
165
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
166
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/amy.css" />
|
167
|
+
<title>amy</title>
|
168
|
+
|
169
|
+
</head>
|
170
|
+
|
171
|
+
<body>
|
172
|
+
|
173
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
174
|
+
</body>\n\
|
175
|
+
</html>\n"
|
176
|
+
filter: CGI.escapeHTML( @escaped )
|
142
177
|
line-numbers:
|
143
178
|
begin: <span class="line-numbers">
|
144
179
|
end: </span>
|
@@ -1,5 +1,8 @@
|
|
1
1
|
---
|
2
2
|
name: Blackboard
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
3
6
|
tags:
|
4
7
|
- begin: <span class="Comment">
|
5
8
|
end: </span>
|
@@ -79,6 +82,38 @@ tags:
|
|
79
82
|
- begin: <span class="PlistUnquotedString">
|
80
83
|
end: </span>
|
81
84
|
selector: source.plist string.unquoted, source.plist keyword.operator
|
85
|
+
listing:
|
86
|
+
begin: <pre class="blackboard">
|
87
|
+
end: </pre>
|
88
|
+
document:
|
89
|
+
begin: |
|
90
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
91
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
92
|
+
|
93
|
+
<head>
|
94
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
95
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
96
|
+
<meta http-equiv="expires" content="3600" />
|
97
|
+
<meta name="revisit-after" content="2 days" />
|
98
|
+
<meta name="robots" content="index,follow" />
|
99
|
+
<meta name="publisher" content="Dichodaemon" />
|
100
|
+
<meta name="copyright" content="Dichodaemon" />
|
101
|
+
|
102
|
+
<meta name="author" content="Dichodaemon" />
|
103
|
+
<meta name="distribution" content="global" />
|
104
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
105
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
106
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/blackboard.css" />
|
107
|
+
<title>blackboard</title>
|
108
|
+
|
109
|
+
</head>
|
110
|
+
|
111
|
+
<body>
|
112
|
+
|
113
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
114
|
+
</body>\n\
|
115
|
+
</html>\n"
|
116
|
+
filter: CGI.escapeHTML( @escaped )
|
82
117
|
line-numbers:
|
83
118
|
begin: <span class="line-numbers">
|
84
119
|
end: </span>
|