File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ class Http < Mdn
7
7
8
8
html_filters . push 'http/clean_html' , 'http/entries' , 'title'
9
9
10
- options [ :mdn_tag ] = 'HTTP'
11
-
12
10
options [ :root_title ] = 'HTTP'
13
11
options [ :title ] = -> ( filter ) { filter . current_url . host == 'tools.ietf.org' ? false : filter . default_title }
14
12
options [ :container ] = -> ( filter ) { filter . current_url . host == 'tools.ietf.org' ? '.content' : nil }
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ class Css < Mdn
6
6
7
7
html_filters . push 'css/clean_html' , 'css/entries' , 'title'
8
8
9
- options [ :mdn_tag ] = 'CSS'
10
-
11
9
options [ :root_title ] = 'CSS'
12
10
13
11
options [ :skip ] = %w( /CSS3 /Media/Visual /paged_media /Media/TV /Media/Tactile )
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ class Dom < Mdn
8
8
9
9
html_filters . push 'dom/clean_html' , 'dom/entries' , 'title'
10
10
11
- options [ :mdn_tag ] = 'XSLT_Reference'
12
-
13
11
options [ :root_title ] = 'DOM'
14
12
15
13
options [ :skip ] = %w(
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ class DomEvents < Mdn
9
9
html_filters . insert_after 'clean_html' , 'dom_events/clean_html'
10
10
html_filters . push 'dom_events/entries' , 'title'
11
11
12
- options [ :mdn_tag ] = 'events'
13
-
14
12
options [ :root_title ] = 'DOM Events'
15
13
16
14
options [ :skip ] = %w( /MozOrientation )
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ class Html < Mdn
7
7
8
8
html_filters . push 'html/clean_html' , 'html/entries' , 'title'
9
9
10
- options [ :mdn_tag ] = 'HTML'
11
-
12
10
options [ :root_title ] = 'HTML'
13
11
14
12
options [ :title ] = -> ( filter ) do
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ class Javascript < Mdn
8
8
9
9
html_filters . push 'javascript/clean_html' , 'javascript/entries' , 'title'
10
10
11
- options [ :mdn_tag ] = 'JavaScript'
12
-
13
11
options [ :root_title ] = 'JavaScript'
14
12
15
13
# Don't want
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ class Svg < Mdn
8
8
9
9
html_filters . push 'svg/clean_html' , 'svg/entries' , 'title'
10
10
11
- options [ :mdn_tag ] = 'XSLT_Reference'
12
-
13
11
options [ :root_title ] = 'SVG'
14
12
15
13
options [ :title ] = -> ( filter ) do
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ class XsltXpath < Mdn
8
8
9
9
html_filters . push 'xslt_xpath/clean_html' , 'xslt_xpath/entries' , 'title'
10
10
11
- options [ :mdn_tag ] = 'XSLT_Reference'
12
-
13
11
options [ :root_title ] = 'XSLT'
14
12
15
13
options [ :only_patterns ] = [ /\A \/ XSLT/ , /\A \/ XPath/ ]
You can’t perform that action at this time.
0 commit comments