itunes_link_maker 1.0 → 1.0.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/lib/itunes_link_maker.rb +12 -16
- data/lib/result.rb +3 -9
- data/spec/fixtures/has_results.html +15 -485
- data/spec/fixtures/no_results.html +3 -263
- data/spec/itunes_link_maker_spec.rb +7 -7
- data/spec/result_spec.rb +2 -17
- metadata +31 -11
- data/spec/fixtures/result.html +0 -206
data/spec/fixtures/result.html
DELETED
@@ -1,206 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
2
|
-
<HTML>
|
3
|
-
<HEAD>
|
4
|
-
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
5
|
-
<STYLE TYPE="text/css">
|
6
|
-
|
7
|
-
A {
|
8
|
-
text-decoration: none;
|
9
|
-
}
|
10
|
-
|
11
|
-
A:link {
|
12
|
-
color: #3366cc;
|
13
|
-
text-decoration: none;
|
14
|
-
}
|
15
|
-
|
16
|
-
A:visited {
|
17
|
-
color: #663399;
|
18
|
-
text-decoration: none;
|
19
|
-
}
|
20
|
-
|
21
|
-
A:active {
|
22
|
-
color: #cccccc;
|
23
|
-
text-decoration: none;
|
24
|
-
}
|
25
|
-
|
26
|
-
A:Hover {
|
27
|
-
text-decoration: underline;
|
28
|
-
}
|
29
|
-
|
30
|
-
BODY, TD, CENTER, P {
|
31
|
-
font-family: Geneva, Verdana, Arial, Helvetica;
|
32
|
-
font-size: 10px;
|
33
|
-
color: #333333;
|
34
|
-
}
|
35
|
-
|
36
|
-
.body {
|
37
|
-
font-family: Geneva, Verdana, Arial, Helvetica;
|
38
|
-
font-size: 10px;
|
39
|
-
color: #333333;
|
40
|
-
}
|
41
|
-
|
42
|
-
.content {
|
43
|
-
font-family: Arial, Helvetica, sans-serif;
|
44
|
-
font-size: 11px;
|
45
|
-
font-weight: normal;
|
46
|
-
color: #000000;
|
47
|
-
}
|
48
|
-
|
49
|
-
.title {
|
50
|
-
font-family: Helvetica, Arial, sans-serif;
|
51
|
-
font-size: 10px;
|
52
|
-
font-weight: normal;
|
53
|
-
color: #000000;
|
54
|
-
}
|
55
|
-
|
56
|
-
td.searchResults {
|
57
|
-
border-style: solid;
|
58
|
-
border-right-width: 1px;
|
59
|
-
border-color: #cccccc;
|
60
|
-
}
|
61
|
-
|
62
|
-
div.searchResults {
|
63
|
-
margin: 0px 5px 0px 5px;
|
64
|
-
color: black;
|
65
|
-
}
|
66
|
-
|
67
|
-
.searchResults a {
|
68
|
-
color: black;
|
69
|
-
text-decoration: none;
|
70
|
-
}
|
71
|
-
|
72
|
-
.sr_goButton img {
|
73
|
-
vertical-align: middle;
|
74
|
-
}
|
75
|
-
|
76
|
-
.sr_goButton {
|
77
|
-
float: right;
|
78
|
-
vertical-align: middle;
|
79
|
-
}
|
80
|
-
|
81
|
-
</style>
|
82
|
-
|
83
|
-
<META NAME="ITMS Link Maker" CONTENT="WebObjects 5.2">
|
84
|
-
<TITLE>ITMS Link Maker</TITLE>
|
85
|
-
</HEAD>
|
86
|
-
|
87
|
-
<BODY BGCOLOR="#FFFFFF">
|
88
|
-
<TABLE HEIGHT="100%" WIDTH="100%">
|
89
|
-
<TR><TD ALIGN=CENTER VALIGN=TOP>
|
90
|
-
|
91
|
-
<BR>
|
92
|
-
<BR>
|
93
|
-
<TABLE WIDTH="448" BORDER="0" BORDERCOLOR="#CCCCCC" CELLSPACING="0" CELLPADDING="0">
|
94
|
-
<TR HEIGHT="36">
|
95
|
-
<TD ALIGN="center" WIDTH="721" HEIGHT="36">
|
96
|
-
<img width="721" height="60" alt="" border="0" src="/images/linkmaker/linkmaker.gif">
|
97
|
-
|
98
|
-
</TD>
|
99
|
-
</TR>
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
<TR HEIGHT="50">
|
105
|
-
<TD ALIGN="center" VALIGN="middle" WIDTH="721" HEIGHT="50" BACKGROUND="/images/linkmaker/bg_gray.gif"><br>
|
106
|
-
<TABLE CELLSPACING=2 BORDER=0 CELLPADDING=3>
|
107
|
-
|
108
|
-
<TR>
|
109
|
-
|
110
|
-
<TD align="right" VALIGN=TOP>
|
111
|
-
<FONT SIZE="1" FACE="Helvetica,Arial,Geneva,Swiss,SunSans-Regular">
|
112
|
-
Linking To:
|
113
|
-
</font>
|
114
|
-
</TD>
|
115
|
-
<TD VALIGN=TOP>
|
116
|
-
<FONT SIZE="1" FACE="Helvetica,Arial,Geneva,Swiss,SunSans-Regular">
|
117
|
-
The Postal Service - Give Up - Such Great Heights (USA)
|
118
|
-
</font><BR>
|
119
|
-
</TD>
|
120
|
-
|
121
|
-
</TR>
|
122
|
-
<tr>
|
123
|
-
<td align="right" valign=TOP>
|
124
|
-
<font size="1" face="Helvetica,Arial,Geneva,Swiss,SunSans-Regular">
|
125
|
-
Link Test:
|
126
|
-
</font>
|
127
|
-
</td>
|
128
|
-
<td valign=top>
|
129
|
-
<font size="1" face="Helvetica,Arial,Geneva,Swiss,SunSans-Regular">
|
130
|
-
|
131
|
-
<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?i=2522315&id=2522333&s=143441">
|
132
|
-
<img border="0" width="61" height="15" src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15dark.gif">
|
133
|
-
</a>
|
134
|
-
</font>
|
135
|
-
</td>
|
136
|
-
</tr>
|
137
|
-
<tr>
|
138
|
-
<td align="right" valign=TOP>
|
139
|
-
<font size="1" face="Helvetica,Arial,Geneva,Swiss,SunSans-Regular">
|
140
|
-
|
141
|
-
Include this where you want<br>
|
142
|
-
the link to appear<br>
|
143
|
-
on your HTML page
|
144
|
-
</font>
|
145
|
-
</td>
|
146
|
-
<td valign=top>
|
147
|
-
<textarea rows="5" cols="67"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?i=2522315&id=2522333&s=143441"><img height="15" width="61" alt="The Postal Service - Give Up - Such Great Heights" src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15dark.gif" /></a></textarea>
|
148
|
-
|
149
|
-
</td></tr>
|
150
|
-
<tr><td colspan=2><center><br>
|
151
|
-
<TABLE cellpadding="3" cellspacing="2">
|
152
|
-
<TR><TD>
|
153
|
-
<FONT COLOR="#bbbbbb">Step 1: Enter the song, album, and/or artist to which you wish to link. Click "Search".</font><BR>
|
154
|
-
<FONT COLOR="#bbbbbb">Step 2: Click the drill down arrow </font>
|
155
|
-
<img SRC="/images/linkmaker/arrow_999999_r.gif" BORDER=0 WIDTH=12 ALT="" HEIGHT=12/>
|
156
|
-
|
157
|
-
<FONT COLOR="#bbbbbb"> associated with a specific link on the page.</FONT><BR>
|
158
|
-
<FONT COLOR="#000000">Step 3: Copy and paste the HTML link into your web page.</FONT><BR>
|
159
|
-
</TD></TR>
|
160
|
-
</TABLE><BR>
|
161
|
-
</center></td></tr>
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
<TR><TD ALIGN=CENTER colspan=2>
|
167
|
-
<TABLE BORDER=0 WIDTH="75%">
|
168
|
-
|
169
|
-
<TR>
|
170
|
-
<TD>
|
171
|
-
The url in the text box on this page points directly to a deep link within the iTunes Store. When a user clicks on it, iTunes will open and navigate to the correct page. The iTunes graphic is included with the code and resides on Apple's servers; all you have to do is copy and paste. If iTunes is not present, the link will automatically take the user to an iTunes download page.
|
172
|
-
</TD>
|
173
|
-
</TR>
|
174
|
-
</TABLE>
|
175
|
-
</TD>
|
176
|
-
|
177
|
-
</TR>
|
178
|
-
</TABLE>
|
179
|
-
</TD>
|
180
|
-
</TR>
|
181
|
-
|
182
|
-
<TR HEIGHT="28">
|
183
|
-
<TD ALIGN="center" VALIGN="middle" WIDTH="721" HEIGHT="28" BACKGROUND="/images/linkmaker/box_bottom.gif">
|
184
|
-
<a href="javascript:history.go(-1);">
|
185
|
-
Back to Search Results
|
186
|
-
</a> | <a href="javascript:history.go(-2);">
|
187
|
-
|
188
|
-
New Search
|
189
|
-
</a>
|
190
|
-
</TD>
|
191
|
-
</TR>
|
192
|
-
</TABLE><P></P>
|
193
|
-
|
194
|
-
</TD></TR>
|
195
|
-
<TR><TD ALIGN=CENTER>
|
196
|
-
The iTunes Link Maker is provided by Apple as an accommodation only.<br>Apple assumes no responsibility for your use of any links, and makes no representation regarding their accuracy or performance. <br>Nothing shall be construed as permission or a grant by Apple in relation to the use of any artist, track or album name,<br> and you agree that any use by you, or result from your use, shall be solely your responsibility.<br>Apple reserves the right to de-activate links at its sole discretion.
|
197
|
-
<br/><br/>
|
198
|
-
|
199
|
-
|
200
|
-
<!-- <a href="MHITMSLinkGeneratorWrapper.FaqUrl">FAQ</a> | -->
|
201
|
-
<a href="mailto:musicstore@apple.com">Contact Us</a>
|
202
|
-
<BR>Copyright © 2008 Apple Inc. All rights reserved.</td></tr>
|
203
|
-
<img width="1" height="1" src="http://metrics.apple.com/b/ss/applesuperglobal/1/G.6--NS?pageName=iTMS+Link+Picker-US&pccr=true&h5=appleitmsna%2Cappleitmsus&ch=iTMS+Link+Picker&g=http%3A%2F%2Fax.phobos.apple.com.edgesuite.net%2FWebObjects%2FMZStoreServices.woa%2Fwa%2FitmsSearchDisplayUrl%3Fdesc%3DThe%2BPostal%2BService%2B-%2BGive%2BUp%2B-%2BSuch%2BGreat%2BHeights%26WOURLEncoding%3DISO8859_1%26lang%3D1%26url%3Dhttp%253A%252F%252Fphobos.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewAlbum%253Fi%253D2522315%2526id%253D2522333%2526s%253D143441">
|
204
|
-
|
205
|
-
</BODY>
|
206
|
-
</HTML>
|