isi 1.1.5 → 1.2.0
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/README +22 -13
- data/Rakefile +1 -2
- data/bin/isi2bibtex +0 -0
- data/bin/isi2html +81 -0
- data/bin/isi2kakenhi +2 -2
- data/bin/isi2tohoku +0 -0
- data/html/classes/ARGF.html +37 -25
- data/html/classes/ARGF.src/M000005.html +44 -47
- data/html/classes/ISI_record.html +70 -40
- data/html/classes/ISI_record.src/M000002.html +11 -37
- data/html/classes/ISI_record.src/M000003.html +35 -30
- data/html/classes/ISI_record.src/M000004.html +32 -0
- data/html/classes/String.html +48 -32
- data/html/classes/String.src/{M000004.html → M000001.html} +5 -8
- data/html/created.rid +1 -1
- data/html/files/README.html +49 -48
- data/html/files/lib/isi_rb.html +28 -31
- data/html/files/lib/journaltitleabbreviation_rb.html +15 -25
- data/html/fr_class_index.html +12 -12
- data/html/fr_file_index.html +12 -12
- data/html/fr_method_index.html +18 -16
- data/html/index.html +5 -8
- data/html/rdoc-style.css +210 -119
- data/isi.gemspec +3 -3
- data/lib/isi.rb +17 -9
- data/publication.css +36 -0
- data/tests/isi_test.rb +3 -3
- metadata +68 -59
- data/bin/isi2timescited +0 -40
- data/html/classes/ISI_record.src/M000001.html +0 -19
data/html/files/lib/isi_rb.html
CHANGED
@@ -1,12 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
6
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<head>
|
8
|
-
<title>File: isi.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<title>File: isi.rb [isi]</title>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
7
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
8
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
12
9
|
<script type="text/javascript">
|
@@ -25,7 +22,7 @@
|
|
25
22
|
return false;
|
26
23
|
|
27
24
|
elemStyle = elem.style;
|
28
|
-
|
25
|
+
|
29
26
|
if ( elemStyle.display != "block" ) {
|
30
27
|
elemStyle.display = "block"
|
31
28
|
} else {
|
@@ -34,10 +31,10 @@
|
|
34
31
|
|
35
32
|
return true;
|
36
33
|
}
|
37
|
-
|
34
|
+
|
38
35
|
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
40
|
-
|
36
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
|
37
|
+
|
41
38
|
// ]]>
|
42
39
|
</script>
|
43
40
|
|
@@ -45,18 +42,18 @@
|
|
45
42
|
<body>
|
46
43
|
|
47
44
|
|
48
|
-
|
49
45
|
<div id="fileHeader">
|
50
46
|
<h1>isi.rb</h1>
|
51
47
|
<table class="header-table">
|
52
48
|
<tr class="top-aligned-row">
|
53
49
|
<td><strong>Path:</strong></td>
|
54
50
|
<td>lib/isi.rb
|
51
|
+
|
55
52
|
</td>
|
56
53
|
</tr>
|
57
54
|
<tr class="top-aligned-row">
|
58
55
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
56
|
+
<td>2009-04-22 07:04:25 +0900</td>
|
60
57
|
</tr>
|
61
58
|
</table>
|
62
59
|
</div>
|
@@ -64,16 +61,14 @@
|
|
64
61
|
|
65
62
|
<div id="bodyContent">
|
66
63
|
|
67
|
-
|
68
|
-
|
69
64
|
<div id="contextContent">
|
70
65
|
|
71
66
|
<div id="description">
|
72
67
|
<p>
|
73
|
-
Time-stamp:
|
68
|
+
Time-stamp: <2009-04-21 20:07:14 takeshi> Author: Takeshi Nishimatsu
|
74
69
|
Project homepage: <a
|
75
|
-
href="http://isi-rb.rubyforge.org">isi-rb.rubyforge.org
|
76
|
-
isi.rb savedrecs.txt
|
70
|
+
href="http://isi-rb.rubyforge.org/">isi-rb.rubyforge.org/</a> Usage: ruby
|
71
|
+
isi.rb savedrecs.txt > savedrecs.bib
|
77
72
|
</p>
|
78
73
|
|
79
74
|
</div>
|
@@ -82,8 +77,9 @@ isi.rb savedrecs.txt > savedrecs.bib
|
|
82
77
|
<h3 class="section-bar">Required files</h3>
|
83
78
|
|
84
79
|
<div class="name-list">
|
85
|
-
|
86
|
-
|
80
|
+
|
81
|
+
text/format
|
82
|
+
|
87
83
|
</div>
|
88
84
|
</div>
|
89
85
|
|
@@ -92,48 +88,49 @@ isi.rb savedrecs.txt > savedrecs.bib
|
|
92
88
|
|
93
89
|
</div>
|
94
90
|
|
95
|
-
|
96
91
|
<!-- if includes -->
|
97
92
|
|
98
93
|
<div id="section">
|
99
94
|
|
100
|
-
|
101
95
|
<div id="constants-list">
|
102
96
|
<h3 class="section-bar">Constants</h3>
|
103
97
|
|
104
98
|
<div class="name-list">
|
105
99
|
<table summary="Constants">
|
100
|
+
|
106
101
|
<tr class="top-aligned-row context-row">
|
107
102
|
<td class="context-item-name">ISI_RB_VERSION</td>
|
108
103
|
<td>=</td>
|
109
|
-
<td class="context-item-value">'1.
|
110
|
-
|
104
|
+
<td class="context-item-value">'1.2.0'</td>
|
105
|
+
|
106
|
+
<td> </td>
|
111
107
|
<td class="context-item-desc">
|
112
|
-
Time-stamp:
|
108
|
+
Time-stamp: <2009-04-21 20:07:14 takeshi> Author: Takeshi Nishimatsu
|
113
109
|
Project homepage: <a
|
114
|
-
href="http://isi-rb.rubyforge.org">isi-rb.rubyforge.org
|
115
|
-
isi.rb savedrecs.txt
|
110
|
+
href="http://isi-rb.rubyforge.org/">isi-rb.rubyforge.org/</a> Usage: ruby
|
111
|
+
isi.rb savedrecs.txt > savedrecs.bib
|
116
112
|
|
117
113
|
</td>
|
114
|
+
|
118
115
|
</tr>
|
116
|
+
|
119
117
|
</table>
|
120
118
|
</div>
|
121
119
|
</div>
|
122
120
|
|
123
121
|
|
124
122
|
|
125
|
-
|
126
|
-
|
127
123
|
|
128
124
|
<!-- if method_list -->
|
129
125
|
|
130
126
|
|
131
|
-
</div>
|
132
127
|
|
133
128
|
|
129
|
+
</div>
|
130
|
+
|
134
131
|
<div id="validator-badges">
|
135
132
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
136
133
|
</div>
|
137
134
|
|
138
135
|
</body>
|
139
|
-
</html>
|
136
|
+
</html>
|
@@ -1,12 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
6
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<head>
|
8
|
-
<title>File: journaltitleabbreviation.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<title>File: journaltitleabbreviation.rb [isi]</title>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
7
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
8
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
12
9
|
<script type="text/javascript">
|
@@ -25,7 +22,7 @@
|
|
25
22
|
return false;
|
26
23
|
|
27
24
|
elemStyle = elem.style;
|
28
|
-
|
25
|
+
|
29
26
|
if ( elemStyle.display != "block" ) {
|
30
27
|
elemStyle.display = "block"
|
31
28
|
} else {
|
@@ -34,10 +31,10 @@
|
|
34
31
|
|
35
32
|
return true;
|
36
33
|
}
|
37
|
-
|
34
|
+
|
38
35
|
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
40
|
-
|
36
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
|
37
|
+
|
41
38
|
// ]]>
|
42
39
|
</script>
|
43
40
|
|
@@ -45,18 +42,18 @@
|
|
45
42
|
<body>
|
46
43
|
|
47
44
|
|
48
|
-
|
49
45
|
<div id="fileHeader">
|
50
46
|
<h1>journaltitleabbreviation.rb</h1>
|
51
47
|
<table class="header-table">
|
52
48
|
<tr class="top-aligned-row">
|
53
49
|
<td><strong>Path:</strong></td>
|
54
50
|
<td>lib/journaltitleabbreviation.rb
|
51
|
+
|
55
52
|
</td>
|
56
53
|
</tr>
|
57
54
|
<tr class="top-aligned-row">
|
58
55
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
56
|
+
<td>2008-02-21 00:12:05 +0900</td>
|
60
57
|
</tr>
|
61
58
|
</table>
|
62
59
|
</div>
|
@@ -64,17 +61,15 @@
|
|
64
61
|
|
65
62
|
<div id="bodyContent">
|
66
63
|
|
67
|
-
|
68
|
-
|
69
64
|
<div id="contextContent">
|
70
65
|
|
71
66
|
<div id="description">
|
72
67
|
<p>
|
73
68
|
journaltitleabbreviation.rb Convert a journal title to its abbreviation
|
74
|
-
Time-stamp:
|
69
|
+
Time-stamp: <2008-02-20 10:12:05 takeshi> Author: Takeshi Nishimatsu
|
75
70
|
Project homepage: <a
|
76
|
-
href="http://isi-rb.rubyforge.org">isi-rb.rubyforge.org
|
77
|
-
|
71
|
+
href="http://isi-rb.rubyforge.org/">isi-rb.rubyforge.org/</a> Usage:
|
72
|
+
“PHYSICAL REVIEW LETTERS”.to_journal_title_abbreviation
|
78
73
|
Reference: <a
|
79
74
|
href="http://www.library.ubc.ca/scieng/coden.html">www.library.ubc.ca/scieng/coden.html</a>
|
80
75
|
by Kevin Lindstrom
|
@@ -82,13 +77,11 @@ by Kevin Lindstrom
|
|
82
77
|
|
83
78
|
</div>
|
84
79
|
|
85
|
-
|
86
80
|
</div>
|
87
81
|
|
88
82
|
|
89
83
|
</div>
|
90
84
|
|
91
|
-
|
92
85
|
<!-- if includes -->
|
93
86
|
|
94
87
|
<div id="section">
|
@@ -96,19 +89,16 @@ by Kevin Lindstrom
|
|
96
89
|
|
97
90
|
|
98
91
|
|
99
|
-
|
100
|
-
|
92
|
+
<!-- if method_list -->
|
101
93
|
|
102
94
|
|
103
|
-
<!-- if method_list -->
|
104
95
|
|
105
96
|
|
106
97
|
</div>
|
107
98
|
|
108
|
-
|
109
99
|
<div id="validator-badges">
|
110
100
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
111
101
|
</div>
|
112
102
|
|
113
103
|
</body>
|
114
|
-
</html>
|
104
|
+
</html>
|
data/html/fr_class_index.html
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Classes
|
6
|
+
Classes [isi]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Classes</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Classes [isi]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Classes</h1>
|
22
18
|
<div id="index-entries">
|
19
|
+
|
23
20
|
<a href="classes/ARGF.html">ARGF</a><br />
|
21
|
+
|
24
22
|
<a href="classes/ISI_record.html">ISI_record</a><br />
|
23
|
+
|
25
24
|
<a href="classes/String.html">String</a><br />
|
25
|
+
|
26
26
|
</div>
|
27
27
|
</div>
|
28
28
|
</body>
|
29
|
-
</html>
|
29
|
+
</html>
|
data/html/fr_file_index.html
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Files
|
6
|
+
Files [isi]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Files</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Files [isi]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Files</h1>
|
22
18
|
<div id="index-entries">
|
19
|
+
|
23
20
|
<a href="files/README.html">README</a><br />
|
21
|
+
|
24
22
|
<a href="files/lib/isi_rb.html">lib/isi.rb</a><br />
|
23
|
+
|
25
24
|
<a href="files/lib/journaltitleabbreviation_rb.html">lib/journaltitleabbreviation.rb</a><br />
|
25
|
+
|
26
26
|
</div>
|
27
27
|
</div>
|
28
28
|
</body>
|
29
|
-
</html>
|
29
|
+
</html>
|
data/html/fr_method_index.html
CHANGED
@@ -1,31 +1,33 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
4
|
<!--
|
8
5
|
|
9
|
-
Methods
|
6
|
+
Methods [isi]
|
10
7
|
|
11
8
|
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
9
|
<head>
|
14
|
-
<title>Methods</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
10
|
+
<title>Methods [isi]</title>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
16
12
|
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
13
|
<base target="docwin" />
|
18
14
|
</head>
|
19
15
|
<body>
|
20
|
-
<div
|
16
|
+
<div class="index">
|
21
17
|
<h1 class="section-bar">Methods</h1>
|
22
18
|
<div id="index-entries">
|
23
|
-
|
19
|
+
|
20
|
+
<a href="classes/ISI_record.html#M000002">new (ISI_record)</a><br />
|
21
|
+
|
24
22
|
<a href="classes/ARGF.html#M000005">read_an_ISI_record (ARGF)</a><br />
|
25
|
-
|
26
|
-
<a href="classes/
|
27
|
-
|
23
|
+
|
24
|
+
<a href="classes/ISI_record.html#M000004">to_bibtex (ISI_record)</a><br />
|
25
|
+
|
26
|
+
<a href="classes/String.html#M000001">to_journal_title_abbreviation (String)</a><br />
|
27
|
+
|
28
|
+
<a href="classes/ISI_record.html#M000003">to_tohoku_DB (ISI_record)</a><br />
|
29
|
+
|
28
30
|
</div>
|
29
31
|
</div>
|
30
32
|
</body>
|
31
|
-
</html>
|
33
|
+
</html>
|
data/html/index.html
CHANGED
@@ -1,17 +1,14 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
5
|
-
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
4
|
<!--
|
7
5
|
|
8
6
|
isi
|
9
7
|
|
10
8
|
-->
|
11
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
12
9
|
<head>
|
13
10
|
<title>isi</title>
|
14
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
15
12
|
</head>
|
16
13
|
<frameset rows="20%, 80%">
|
17
14
|
<frameset cols="25%,35%,45%">
|
@@ -21,4 +18,4 @@
|
|
21
18
|
</frameset>
|
22
19
|
<frame src="files/README.html" name="docwin" />
|
23
20
|
</frameset>
|
24
|
-
</html>
|
21
|
+
</html>
|
data/html/rdoc-style.css
CHANGED
@@ -1,29 +1,46 @@
|
|
1
|
-
|
2
1
|
body {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
2
|
+
font-family: Verdana,Arial,Helvetica,sans-serif;
|
3
|
+
font-size: 90%;
|
4
|
+
margin: 0;
|
5
|
+
margin-left: 40px;
|
6
|
+
padding: 0;
|
7
|
+
background: white;
|
8
|
+
color: black;
|
9
|
+
}
|
10
|
+
|
11
|
+
h1, h2, h3, h4 {
|
12
|
+
margin: 0;
|
13
|
+
background: transparent;
|
9
14
|
}
|
10
15
|
|
11
|
-
h1
|
12
|
-
|
13
|
-
|
16
|
+
h1 {
|
17
|
+
font-size: 150%;
|
18
|
+
}
|
19
|
+
|
20
|
+
h2,h3,h4 {
|
21
|
+
margin-top: 1em;
|
22
|
+
}
|
23
|
+
|
24
|
+
:link, :visited {
|
25
|
+
background: #eef;
|
26
|
+
color: #039;
|
27
|
+
text-decoration: none;
|
28
|
+
}
|
14
29
|
|
15
|
-
|
16
|
-
|
30
|
+
:link:hover, :visited:hover {
|
31
|
+
background: #039;
|
32
|
+
color: #eef;
|
33
|
+
}
|
17
34
|
|
18
35
|
/* Override the base stylesheet's Anchor inside a table cell */
|
19
|
-
td >
|
36
|
+
td > :link, td > :visited {
|
20
37
|
background: transparent;
|
21
38
|
color: #039;
|
22
39
|
text-decoration: none;
|
23
40
|
}
|
24
41
|
|
25
42
|
/* and inside a section title */
|
26
|
-
.section-title >
|
43
|
+
.section-title > :link, .section-title > :visited {
|
27
44
|
background: transparent;
|
28
45
|
color: #eee;
|
29
46
|
text-decoration: none;
|
@@ -31,178 +48,252 @@ td > a {
|
|
31
48
|
|
32
49
|
/* === Structural elements =================================== */
|
33
50
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
51
|
+
.index {
|
52
|
+
margin: 0;
|
53
|
+
margin-left: -40px;
|
54
|
+
padding: 0;
|
55
|
+
font-size: 90%;
|
39
56
|
}
|
40
57
|
|
41
|
-
|
42
|
-
|
43
|
-
margin-left: 0.7em;
|
58
|
+
.index :link, .index :visited {
|
59
|
+
margin-left: 0.7em;
|
44
60
|
}
|
45
61
|
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
62
|
+
.index .section-bar {
|
63
|
+
margin-left: 0px;
|
64
|
+
padding-left: 0.7em;
|
65
|
+
background: #ccc;
|
66
|
+
font-size: small;
|
51
67
|
}
|
52
68
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
border-bottom: 3px solid #006;
|
69
|
+
#classHeader, #fileHeader {
|
70
|
+
width: auto;
|
71
|
+
color: white;
|
72
|
+
padding: 0.5em 1.5em 0.5em 1.5em;
|
73
|
+
margin: 0;
|
74
|
+
margin-left: -40px;
|
75
|
+
border-bottom: 3px solid #006;
|
61
76
|
}
|
62
77
|
|
63
|
-
|
64
|
-
|
65
|
-
|
78
|
+
#classHeader :link, #fileHeader :link,
|
79
|
+
#classHeader :visited, #fileHeader :visited {
|
80
|
+
background: inherit;
|
81
|
+
color: white;
|
66
82
|
}
|
67
83
|
|
68
|
-
|
69
|
-
|
70
|
-
|
84
|
+
#classHeader td, #fileHeader td {
|
85
|
+
background: inherit;
|
86
|
+
color: white;
|
71
87
|
}
|
72
88
|
|
73
|
-
|
74
|
-
|
75
|
-
background: #057;
|
89
|
+
#fileHeader {
|
90
|
+
background: #057;
|
76
91
|
}
|
77
92
|
|
78
|
-
|
79
|
-
|
93
|
+
#classHeader {
|
94
|
+
background: #048;
|
80
95
|
}
|
81
96
|
|
82
|
-
|
83
97
|
.class-name-in-header {
|
84
98
|
font-size: 180%;
|
85
99
|
font-weight: bold;
|
86
100
|
}
|
87
101
|
|
88
|
-
|
89
|
-
|
90
|
-
padding: 0 1.5em 0 1.5em;
|
102
|
+
#bodyContent {
|
103
|
+
padding: 0 1.5em 0 1.5em;
|
91
104
|
}
|
92
105
|
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
106
|
+
#description {
|
107
|
+
padding: 0.5em 1.5em;
|
108
|
+
background: #efefef;
|
109
|
+
border: 1px dotted #999;
|
97
110
|
}
|
98
111
|
|
99
|
-
|
100
|
-
|
101
|
-
|
112
|
+
#description h1, #description h2, #description h3,
|
113
|
+
#description h4, #description h5, #description h6 {
|
114
|
+
color: #125;
|
115
|
+
background: transparent;
|
102
116
|
}
|
103
117
|
|
104
|
-
|
105
|
-
|
118
|
+
#validator-badges {
|
119
|
+
text-align: center;
|
106
120
|
}
|
107
|
-
div#validator-badges img { border: 0; }
|
108
121
|
|
109
|
-
|
110
|
-
|
111
|
-
background: #efefef;
|
112
|
-
font: 0.75em sans-serif;
|
113
|
-
margin-top: 5em;
|
114
|
-
margin-bottom: 0;
|
115
|
-
padding: 0.5em 2em;
|
122
|
+
#validator-badges img {
|
123
|
+
border: 0;
|
116
124
|
}
|
117
125
|
|
126
|
+
#copyright {
|
127
|
+
color: #333;
|
128
|
+
background: #efefef;
|
129
|
+
font: 0.75em sans-serif;
|
130
|
+
margin-top: 5em;
|
131
|
+
margin-bottom: 0;
|
132
|
+
padding: 0.5em 2em;
|
133
|
+
}
|
118
134
|
|
119
135
|
/* === Classes =================================== */
|
120
136
|
|
121
137
|
table.header-table {
|
122
|
-
|
123
|
-
|
138
|
+
color: white;
|
139
|
+
font-size: small;
|
124
140
|
}
|
125
141
|
|
126
142
|
.type-note {
|
127
|
-
|
128
|
-
|
143
|
+
font-size: small;
|
144
|
+
color: #dedede;
|
129
145
|
}
|
130
146
|
|
131
|
-
.
|
132
|
-
|
133
|
-
|
134
|
-
|
147
|
+
.section-bar {
|
148
|
+
color: #333;
|
149
|
+
border-bottom: 1px solid #999;
|
150
|
+
margin-left: -20px;
|
135
151
|
}
|
136
152
|
|
137
|
-
.section-
|
138
|
-
|
139
|
-
|
140
|
-
|
153
|
+
.section-title {
|
154
|
+
background: #79a;
|
155
|
+
color: #eee;
|
156
|
+
padding: 3px;
|
157
|
+
margin-top: 2em;
|
158
|
+
margin-left: -30px;
|
159
|
+
border: 1px solid #999;
|
141
160
|
}
|
142
161
|
|
162
|
+
.top-aligned-row {
|
163
|
+
vertical-align: top
|
164
|
+
}
|
143
165
|
|
144
|
-
.
|
145
|
-
|
146
|
-
color: #eee;
|
147
|
-
padding: 3px;
|
148
|
-
margin-top: 2em;
|
149
|
-
margin-left: -30px;
|
150
|
-
border: 1px solid #999;
|
166
|
+
.bottom-aligned-row {
|
167
|
+
vertical-align: bottom
|
151
168
|
}
|
152
169
|
|
153
|
-
|
154
|
-
|
170
|
+
#diagram img {
|
171
|
+
border: 0;
|
172
|
+
}
|
155
173
|
|
156
174
|
/* --- Context section classes ----------------------- */
|
157
175
|
|
158
176
|
.context-row { }
|
159
|
-
|
160
|
-
.context-item-
|
161
|
-
|
177
|
+
|
178
|
+
.context-item-name {
|
179
|
+
font-family: monospace;
|
180
|
+
font-weight: bold;
|
181
|
+
color: black;
|
182
|
+
}
|
183
|
+
|
184
|
+
.context-item-value {
|
185
|
+
font-size: small;
|
186
|
+
color: #448;
|
187
|
+
}
|
188
|
+
|
189
|
+
.context-item-desc {
|
190
|
+
color: #333;
|
191
|
+
padding-left: 2em;
|
192
|
+
}
|
162
193
|
|
163
194
|
/* --- Method classes -------------------------- */
|
195
|
+
|
164
196
|
.method-detail {
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
197
|
+
background: #efefef;
|
198
|
+
padding: 0;
|
199
|
+
margin-top: 0.5em;
|
200
|
+
margin-bottom: 1em;
|
201
|
+
border: 1px dotted #ccc;
|
170
202
|
}
|
203
|
+
|
171
204
|
.method-heading {
|
172
205
|
color: black;
|
173
206
|
background: #ccc;
|
174
207
|
border-bottom: 1px solid #666;
|
175
208
|
padding: 0.2em 0.5em 0 0.5em;
|
176
209
|
}
|
177
|
-
|
178
|
-
.method-
|
179
|
-
|
180
|
-
|
210
|
+
|
211
|
+
.method-signature {
|
212
|
+
color: black;
|
213
|
+
background: inherit;
|
214
|
+
}
|
215
|
+
|
216
|
+
.method-name {
|
217
|
+
font-weight: bold;
|
218
|
+
}
|
219
|
+
|
220
|
+
.method-args {
|
221
|
+
font-style: italic;
|
222
|
+
}
|
223
|
+
|
224
|
+
.method-description {
|
225
|
+
padding: 0 0.5em 0 0.5em;
|
226
|
+
}
|
181
227
|
|
182
228
|
/* --- Source code sections -------------------- */
|
183
229
|
|
184
|
-
|
230
|
+
:link.source-toggle, :visited.source-toggle {
|
231
|
+
font-size: 90%;
|
232
|
+
}
|
233
|
+
|
185
234
|
div.method-source-code {
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
235
|
+
background: #262626;
|
236
|
+
color: #ffdead;
|
237
|
+
margin: 1em;
|
238
|
+
padding: 0.5em;
|
239
|
+
border: 1px dashed #999;
|
240
|
+
overflow: auto;
|
192
241
|
}
|
193
242
|
|
194
|
-
div.method-source-code pre {
|
243
|
+
div.method-source-code pre {
|
244
|
+
color: #ffdead;
|
245
|
+
}
|
195
246
|
|
196
247
|
/* --- Ruby keyword styles --------------------- */
|
197
248
|
|
198
|
-
.standalone-code {
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
.ruby-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
249
|
+
.standalone-code {
|
250
|
+
background: #221111;
|
251
|
+
color: #ffdead;
|
252
|
+
overflow: auto;
|
253
|
+
}
|
254
|
+
|
255
|
+
.ruby-constant {
|
256
|
+
color: #7fffd4;
|
257
|
+
background: transparent;
|
258
|
+
}
|
259
|
+
|
260
|
+
.ruby-keyword {
|
261
|
+
color: #00ffff;
|
262
|
+
background: transparent;
|
263
|
+
}
|
264
|
+
|
265
|
+
.ruby-ivar {
|
266
|
+
color: #eedd82;
|
267
|
+
background: transparent;
|
268
|
+
}
|
269
|
+
|
270
|
+
.ruby-operator {
|
271
|
+
color: #00ffee;
|
272
|
+
background: transparent;
|
273
|
+
}
|
274
|
+
|
275
|
+
.ruby-identifier {
|
276
|
+
color: #ffdead;
|
277
|
+
background: transparent;
|
278
|
+
}
|
279
|
+
|
280
|
+
.ruby-node {
|
281
|
+
color: #ffa07a;
|
282
|
+
background: transparent;
|
283
|
+
}
|
284
|
+
|
285
|
+
.ruby-comment {
|
286
|
+
color: #b22222;
|
287
|
+
font-weight: bold;
|
288
|
+
background: transparent;
|
289
|
+
}
|
290
|
+
|
291
|
+
.ruby-regexp {
|
292
|
+
color: #ffa07a;
|
293
|
+
background: transparent;
|
294
|
+
}
|
295
|
+
|
296
|
+
.ruby-value {
|
297
|
+
color: #7fffd4;
|
298
|
+
background: transparent;
|
299
|
+
}
|