soundcloud-ruby-api-wrapper 0.2.1 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/soundcloud/models/track.rb +24 -12
- data/lib/soundcloud.rb +1 -2
- data/ruby-api-wrapper.gemspec +2 -33
- data/spec/soundcloud_comment_spec.rb +1 -1
- data/spec/soundcloud_event_spec.rb +1 -1
- data/spec/soundcloud_playlist_spec.rb +1 -2
- data/spec/soundcloud_spec.rb +1 -1
- data/spec/soundcloud_track_spec.rb +19 -4
- data/spec/soundcloud_user_spec.rb +1 -1
- metadata +2 -33
- data/doc/classes/Soundcloud/Models/Comment.html +0 -197
- data/doc/classes/Soundcloud/Models/Comment.src/M000007.html +0 -22
- data/doc/classes/Soundcloud/Models/Event.html +0 -190
- data/doc/classes/Soundcloud/Models/Event.src/M000009.html +0 -18
- data/doc/classes/Soundcloud/Models/Playlist.html +0 -220
- data/doc/classes/Soundcloud/Models/Playlist.src/M000009.html +0 -20
- data/doc/classes/Soundcloud/Models/Playlist.src/M000010.html +0 -20
- data/doc/classes/Soundcloud/Models/Track.html +0 -348
- data/doc/classes/Soundcloud/Models/Track.src/M000003.html +0 -29
- data/doc/classes/Soundcloud/Models/Track.src/M000004.html +0 -18
- data/doc/classes/Soundcloud/Models/Track.src/M000005.html +0 -22
- data/doc/classes/Soundcloud/Models/Track.src/M000006.html +0 -28
- data/doc/classes/Soundcloud/Models/User.html +0 -284
- data/doc/classes/Soundcloud/Models/User.src/M000008.html +0 -18
- data/doc/classes/Soundcloud/Models.html +0 -135
- data/doc/classes/Soundcloud.html +0 -213
- data/doc/classes/Soundcloud.src/M000001.html +0 -24
- data/doc/classes/Soundcloud.src/M000002.html +0 -19
- data/doc/created.rid +0 -1
- data/doc/files/lib/soundcloud/models/base_rb.html +0 -101
- data/doc/files/lib/soundcloud/models/comment_rb.html +0 -101
- data/doc/files/lib/soundcloud/models/event_rb.html +0 -101
- data/doc/files/lib/soundcloud/models/playlist_rb.html +0 -101
- data/doc/files/lib/soundcloud/models/track_rb.html +0 -101
- data/doc/files/lib/soundcloud/models/user_rb.html +0 -101
- data/doc/files/lib/soundcloud_rb.html +0 -127
- data/doc/fr_class_index.html +0 -33
- data/doc/fr_file_index.html +0 -33
- data/doc/fr_method_index.html +0 -36
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
data/doc/classes/Soundcloud.html
DELETED
@@ -1,213 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Module: Soundcloud</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Module</strong></td>
|
53
|
-
<td class="class-name-in-header">Soundcloud</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/soundcloud_rb.html">
|
59
|
-
lib/soundcloud.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
<a href="../files/lib/soundcloud/models/base_rb.html">
|
63
|
-
lib/soundcloud/models/base.rb
|
64
|
-
</a>
|
65
|
-
<br />
|
66
|
-
<a href="../files/lib/soundcloud/models/comment_rb.html">
|
67
|
-
lib/soundcloud/models/comment.rb
|
68
|
-
</a>
|
69
|
-
<br />
|
70
|
-
<a href="../files/lib/soundcloud/models/track_rb.html">
|
71
|
-
lib/soundcloud/models/track.rb
|
72
|
-
</a>
|
73
|
-
<br />
|
74
|
-
<a href="../files/lib/soundcloud/models/user_rb.html">
|
75
|
-
lib/soundcloud/models/user.rb
|
76
|
-
</a>
|
77
|
-
<br />
|
78
|
-
<a href="../files/lib/soundcloud/models/playlist_rb.html">
|
79
|
-
lib/soundcloud/models/playlist.rb
|
80
|
-
</a>
|
81
|
-
<br />
|
82
|
-
<a href="../files/lib/soundcloud/models/event_rb.html">
|
83
|
-
lib/soundcloud/models/event.rb
|
84
|
-
</a>
|
85
|
-
<br />
|
86
|
-
</td>
|
87
|
-
</tr>
|
88
|
-
|
89
|
-
</table>
|
90
|
-
</div>
|
91
|
-
<!-- banner header -->
|
92
|
-
|
93
|
-
<div id="bodyContent">
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
<div id="contextContent">
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
</div>
|
102
|
-
|
103
|
-
<div id="method-list">
|
104
|
-
<h3 class="section-bar">Methods</h3>
|
105
|
-
|
106
|
-
<div class="name-list">
|
107
|
-
<a href="#M000001">consumer</a>
|
108
|
-
<a href="#M000002">register</a>
|
109
|
-
</div>
|
110
|
-
</div>
|
111
|
-
|
112
|
-
</div>
|
113
|
-
|
114
|
-
|
115
|
-
<!-- if includes -->
|
116
|
-
|
117
|
-
<div id="section">
|
118
|
-
|
119
|
-
<div id="class-list">
|
120
|
-
<h3 class="section-bar">Classes and Modules</h3>
|
121
|
-
|
122
|
-
Module <a href="Soundcloud/Models.html" class="link">Soundcloud::Models</a><br />
|
123
|
-
|
124
|
-
</div>
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
<!-- if method_list -->
|
133
|
-
<div id="methods">
|
134
|
-
<h3 class="section-bar">Public Class methods</h3>
|
135
|
-
|
136
|
-
<div id="method-M000001" class="method-detail">
|
137
|
-
<a name="M000001"></a>
|
138
|
-
|
139
|
-
<div class="method-heading">
|
140
|
-
<a href="Soundcloud.src/M000001.html" target="Code" class="method-signature"
|
141
|
-
onclick="popupCode('Soundcloud.src/M000001.html');return false;">
|
142
|
-
<span class="method-name">consumer</span><span class="method-args">(consumer_token,consumer_secret, site = 'http://api.soundcloud.com')</span>
|
143
|
-
</a>
|
144
|
-
</div>
|
145
|
-
|
146
|
-
<div class="method-description">
|
147
|
-
<p>
|
148
|
-
Will create an OAuth Consumer for you.
|
149
|
-
</p>
|
150
|
-
<p>
|
151
|
-
You have to <a href="Soundcloud.html#M000002">register</a> your application
|
152
|
-
on soundcloud.com to get a <a href="Soundcloud.html#M000001">consumer</a>
|
153
|
-
token and secret.
|
154
|
-
</p>
|
155
|
-
<p>
|
156
|
-
Optionally you can specify another provider site (i.e. <a
|
157
|
-
href="http://api.sandbox-soundcloud.com">api.sandbox-soundcloud.com</a>)
|
158
|
-
</p>
|
159
|
-
<p>
|
160
|
-
Default provider site is <a
|
161
|
-
href="http://api.soundcloud.com">api.soundcloud.com</a>
|
162
|
-
</p>
|
163
|
-
</div>
|
164
|
-
</div>
|
165
|
-
|
166
|
-
<div id="method-M000002" class="method-detail">
|
167
|
-
<a name="M000002"></a>
|
168
|
-
|
169
|
-
<div class="method-heading">
|
170
|
-
<a href="Soundcloud.src/M000002.html" target="Code" class="method-signature"
|
171
|
-
onclick="popupCode('Soundcloud.src/M000002.html');return false;">
|
172
|
-
<span class="method-name">register</span><span class="method-args">(options = {})</span>
|
173
|
-
</a>
|
174
|
-
</div>
|
175
|
-
|
176
|
-
<div class="method-description">
|
177
|
-
<p>
|
178
|
-
Will create a soundcloud module containing all the soundcloud models. This
|
179
|
-
module is bound to the given OAuth access token.
|
180
|
-
</p>
|
181
|
-
<p>
|
182
|
-
Options:
|
183
|
-
</p>
|
184
|
-
<pre>
|
185
|
-
:access_token = your oauth access token
|
186
|
-
:site = soundcloud api site (i.e. "http://api.sandbox-soundcloud.com", defaults to "http://api.soundcloud.com")
|
187
|
-
</pre>
|
188
|
-
<p>
|
189
|
-
Examples:
|
190
|
-
</p>
|
191
|
-
<pre>
|
192
|
-
# unauthenticated to "http://api.soundcloud.com"
|
193
|
-
cl = Soundcloud.register()
|
194
|
-
|
195
|
-
# authenticated connection to soundcloud sandbox
|
196
|
-
cl = Soundcloud.register({:access_token => your_access_token, :site => "http://api.sandbox-soundcloud.com"})
|
197
|
-
</pre>
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
|
201
|
-
|
202
|
-
</div>
|
203
|
-
|
204
|
-
|
205
|
-
</div>
|
206
|
-
|
207
|
-
|
208
|
-
<div id="validator-badges">
|
209
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
210
|
-
</div>
|
211
|
-
|
212
|
-
</body>
|
213
|
-
</html>
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html>
|
7
|
-
<head>
|
8
|
-
<title>consumer (Soundcloud)</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
-
</head>
|
12
|
-
<body class="standalone-code">
|
13
|
-
<pre><span class="ruby-comment cmt"># File lib/soundcloud.rb, line 21</span>
|
14
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">consumer</span>(<span class="ruby-identifier">consumer_token</span>,<span class="ruby-identifier">consumer_secret</span>, <span class="ruby-identifier">site</span> = <span class="ruby-value str">'http://api.soundcloud.com'</span>)
|
15
|
-
<span class="ruby-keyword kw">return</span> <span class="ruby-constant">OAuth</span><span class="ruby-operator">::</span><span class="ruby-constant">Consumer</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">consumer_token</span>, <span class="ruby-identifier">consumer_secret</span>, {
|
16
|
-
<span class="ruby-identifier">:site</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">site</span>,
|
17
|
-
<span class="ruby-identifier">:request_token_path</span> =<span class="ruby-operator">></span> <span class="ruby-value str">"/oauth/request_token"</span>,
|
18
|
-
<span class="ruby-identifier">:access_token_path</span> =<span class="ruby-operator">></span> <span class="ruby-value str">"/oauth/access_token"</span>,
|
19
|
-
<span class="ruby-identifier">:authorize_path</span> =<span class="ruby-operator">></span> <span class="ruby-value str">"/oauth/authorize"</span>,
|
20
|
-
<span class="ruby-identifier">:scheme</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">:query_string</span>
|
21
|
-
})
|
22
|
-
<span class="ruby-keyword kw">end</span></pre>
|
23
|
-
</body>
|
24
|
-
</html>
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html>
|
7
|
-
<head>
|
8
|
-
<title>register (Soundcloud)</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
-
</head>
|
12
|
-
<body class="standalone-code">
|
13
|
-
<pre><span class="ruby-comment cmt"># File lib/soundcloud.rb, line 46</span>
|
14
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">register</span>(<span class="ruby-identifier">options</span> = {})
|
15
|
-
<span class="ruby-identifier">options</span>[<span class="ruby-identifier">:site</span>] = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:site</span>] <span class="ruby-operator">||</span> <span class="ruby-value str">'http://api.soundcloud.com'</span>
|
16
|
-
<span class="ruby-constant">OAuthActiveResource</span>.<span class="ruby-identifier">register</span>(<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">ancestors</span>.<span class="ruby-identifier">first</span>, <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">ancestors</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">const_get</span>(<span class="ruby-value str">'Models'</span>), <span class="ruby-identifier">options</span>)
|
17
|
-
<span class="ruby-keyword kw">end</span></pre>
|
18
|
-
</body>
|
19
|
-
</html>
|
data/doc/created.rid
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
Thu, 28 May 2009 12:14:16 +0200
|
@@ -1,101 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: base.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>base.rb</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>lib/soundcloud/models/base.rb
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Fri May 22 12:46:35 +0200 2009</td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
</div>
|
74
|
-
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
|
79
|
-
<!-- if includes -->
|
80
|
-
|
81
|
-
<div id="section">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
<!-- if method_list -->
|
91
|
-
|
92
|
-
|
93
|
-
</div>
|
94
|
-
|
95
|
-
|
96
|
-
<div id="validator-badges">
|
97
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</body>
|
101
|
-
</html>
|
@@ -1,101 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: comment.rb</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>comment.rb</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>lib/soundcloud/models/comment.rb
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Thu May 28 11:01:04 +0200 2009</td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
</div>
|
74
|
-
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
|
79
|
-
<!-- if includes -->
|
80
|
-
|
81
|
-
<div id="section">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
<!-- if method_list -->
|
91
|
-
|
92
|
-
|
93
|
-
</div>
|
94
|
-
|
95
|
-
|
96
|
-
<div id="validator-badges">
|
97
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</body>
|
101
|
-
</html>
|