rtunesu 0.2.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/History.txt +4 -0
- data/License.txt +20 -0
- data/Manifest.txt +77 -0
- data/README.txt +38 -0
- data/Rakefile +4 -0
- data/config/hoe.rb +75 -0
- data/config/requirements.rb +15 -0
- data/lib/multipart.rb +53 -0
- data/lib/rtunesu/connection.rb +111 -0
- data/lib/rtunesu/document.rb +84 -0
- data/lib/rtunesu/entities/course.rb +8 -0
- data/lib/rtunesu/entities/division.rb +16 -0
- data/lib/rtunesu/entities/group.rb +8 -0
- data/lib/rtunesu/entities/permission.rb +7 -0
- data/lib/rtunesu/entities/section.rb +15 -0
- data/lib/rtunesu/entities/site.rb +7 -0
- data/lib/rtunesu/entities/theme.rb +4 -0
- data/lib/rtunesu/entities/track.rb +13 -0
- data/lib/rtunesu/entity.rb +154 -0
- data/lib/rtunesu/user.rb +26 -0
- data/lib/rtunesu/version.rb +9 -0
- data/lib/rtunesu.rb +25 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/script/txt2html +82 -0
- data/setup.rb +1585 -0
- data/spec/connection_spec.rb +53 -0
- data/spec/document_spec.rb +16 -0
- data/spec/documents/add_spec.rb +41 -0
- data/spec/documents/delete_spec.rb +30 -0
- data/spec/documents/merge_spec.rb +30 -0
- data/spec/documents/show_tree_spec.rb +16 -0
- data/spec/entities/course_spec.rb +47 -0
- data/spec/entities/division_spec.rb +8 -0
- data/spec/entities/group_spec.rb +8 -0
- data/spec/entities/permission_spec.rb +8 -0
- data/spec/entities/section_spec.rb +8 -0
- data/spec/entities/site_spec.rb +8 -0
- data/spec/entities/track_spec.rb +8 -0
- data/spec/entity_spec.rb +108 -0
- data/spec/fixtures/add_course.xml +26 -0
- data/spec/fixtures/add_division.xml +26 -0
- data/spec/fixtures/add_group.xml +27 -0
- data/spec/fixtures/add_permission.xml +12 -0
- data/spec/fixtures/add_section.xml +34 -0
- data/spec/fixtures/add_track.xml +19 -0
- data/spec/fixtures/delete_course.xml +8 -0
- data/spec/fixtures/delete_division.xml +8 -0
- data/spec/fixtures/delete_group.xml +8 -0
- data/spec/fixtures/delete_permission.xml +9 -0
- data/spec/fixtures/delete_section.xml +8 -0
- data/spec/fixtures/delete_track.xml +7 -0
- data/spec/fixtures/merge_course.xml +38 -0
- data/spec/fixtures/merge_division.xml +47 -0
- data/spec/fixtures/merge_group.xml +29 -0
- data/spec/fixtures/merge_permission.xml +12 -0
- data/spec/fixtures/merge_section.xml +36 -0
- data/spec/fixtures/merge_site.xml +31 -0
- data/spec/fixtures/merge_track.xml +18 -0
- data/spec/fixtures/requests/add_coures_request.xml +0 -0
- data/spec/fixtures/responses/generic_entity_response.xml +17 -0
- data/spec/fixtures/responses/show_tree_course.xml +676 -0
- data/spec/fixtures/show_tree.xml +273 -0
- data/spec/fixtures/update_group.xml +7 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +10 -0
- data/spec/user_spec.rb +18 -0
- data/tasks/deployment.rake +34 -0
- data/tasks/environment.rake +7 -0
- data/tasks/rspec.rake +21 -0
- data/tasks/website.rake +17 -0
- data/website/index.html +141 -0
- data/website/index.txt +83 -0
- data/website/javascripts/rounded_corners_lite.inc.js +285 -0
- data/website/stylesheets/screen.css +138 -0
- data/website/template.html.erb +48 -0
- metadata +144 -0
@@ -0,0 +1,676 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ITunesUResponse>
|
3
|
+
<Version>1.1.1</Version>
|
4
|
+
<Site>
|
5
|
+
<Name>Michigan</Name>
|
6
|
+
<Handle>720939</Handle>
|
7
|
+
<AllowSubscription>true</AllowSubscription>
|
8
|
+
<AggregateFileSize>458488960313</AggregateFileSize>
|
9
|
+
<ThemeHandle>1145110888</ThemeHandle>
|
10
|
+
<Permission>
|
11
|
+
<Credential>Administrator@urn:mace:umich.edu</Credential>
|
12
|
+
<Access>Edit</Access>
|
13
|
+
</Permission>
|
14
|
+
<Permission>
|
15
|
+
<Credential>Authenticated@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
16
|
+
<Access>Download</Access>
|
17
|
+
</Permission>
|
18
|
+
<Permission>
|
19
|
+
<Credential>Instructor@urn:mace:itunesu.com:sites:umich.edu:${IDENTIFIER}</Credential>
|
20
|
+
<Access>Edit</Access>
|
21
|
+
</Permission>
|
22
|
+
<Permission>
|
23
|
+
<Credential>Learner@urn:mace:itunesu.com:sites:umich.edu:${IDENTIFIER}</Credential>
|
24
|
+
<Access>Download</Access>
|
25
|
+
</Permission>
|
26
|
+
<Permission>
|
27
|
+
<Credential>All@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
28
|
+
<Access>No Access</Access>
|
29
|
+
</Permission>
|
30
|
+
<Permission>
|
31
|
+
<Credential>Unauthenticated@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
32
|
+
<Access>No Access</Access>
|
33
|
+
</Permission>
|
34
|
+
<Section>
|
35
|
+
<Name>Courses</Name>
|
36
|
+
<Handle>1136688961</Handle>
|
37
|
+
<AllowSubscription />
|
38
|
+
<Course>
|
39
|
+
<Name>SI 539 001 W07</Name>
|
40
|
+
<Handle>1257981186</Handle>
|
41
|
+
<Instructor>Trek Glowacki</Instructor>
|
42
|
+
<Description>This course covers the application of database technology to the service of Web sites. Students discuss the underlying technologies of Web site design, implementation, and evaluation. More importantly, students focus on the use of data gathering, storage, retrieval, processing, and formatting, in the context of a Web site. Course covers gathering data from users through online forms and Ruby on Rails programs; effectively storing that data in a database; Web-based administrative interfaces to the database; and the effective formatting and display of the data at the Web site. Web 2.0 technologies such as AJAX and XML are investigated. Practical applications are studied; this is a project-based course.</Description>
|
43
|
+
<Identifier>147127e6-5e93-4a39-0037-0a09ee39edbb</Identifier>
|
44
|
+
<ThemeHandle />
|
45
|
+
<ShortName>SI 539 001 W07</ShortName>
|
46
|
+
<Permission>
|
47
|
+
<Credential>Authenticated@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
48
|
+
<Access>No Access</Access>
|
49
|
+
</Permission>
|
50
|
+
<Group>
|
51
|
+
<Name>Lectures</Name>
|
52
|
+
<Handle>1257981189</Handle>
|
53
|
+
<GroupType>Simple</GroupType>
|
54
|
+
<ShortName />
|
55
|
+
<Permission />
|
56
|
+
<Track>
|
57
|
+
<Name>1. Introduction to The Internet & Web</Name>
|
58
|
+
<Handle>1252253949</Handle>
|
59
|
+
<Kind>song</Kind>
|
60
|
+
<TrackNumber>0</TrackNumber>
|
61
|
+
<DiscNumber>1</DiscNumber>
|
62
|
+
<DurationMilliseconds>1517000</DurationMilliseconds>
|
63
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
64
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
65
|
+
<GenreName>Michigan</GenreName>
|
66
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1252253949</DownloadURL>
|
67
|
+
<Comment />
|
68
|
+
</Track>
|
69
|
+
<Track>
|
70
|
+
<Name>2. Introduction to HTML</Name>
|
71
|
+
<Handle>1250146305</Handle>
|
72
|
+
<Kind>song</Kind>
|
73
|
+
<TrackNumber>0</TrackNumber>
|
74
|
+
<DiscNumber>1</DiscNumber>
|
75
|
+
<DurationMilliseconds>2544000</DurationMilliseconds>
|
76
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
77
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
78
|
+
<GenreName>Michigan</GenreName>
|
79
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1250146305</DownloadURL>
|
80
|
+
<Comment />
|
81
|
+
</Track>
|
82
|
+
<Track>
|
83
|
+
<Name>3. Introduction to CSS</Name>
|
84
|
+
<Handle>1261097073</Handle>
|
85
|
+
<Kind>song</Kind>
|
86
|
+
<TrackNumber>0</TrackNumber>
|
87
|
+
<DiscNumber>1</DiscNumber>
|
88
|
+
<DurationMilliseconds>5075000</DurationMilliseconds>
|
89
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
90
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
91
|
+
<GenreName>Michigan</GenreName>
|
92
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1261097073</DownloadURL>
|
93
|
+
<Comment />
|
94
|
+
</Track>
|
95
|
+
<Track>
|
96
|
+
<Name>4. Introduction to Ruby Programming</Name>
|
97
|
+
<Handle>1252947474</Handle>
|
98
|
+
<Kind>song</Kind>
|
99
|
+
<TrackNumber>0</TrackNumber>
|
100
|
+
<DiscNumber>1</DiscNumber>
|
101
|
+
<DurationMilliseconds>3712000</DurationMilliseconds>
|
102
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
103
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
104
|
+
<GenreName />
|
105
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1252947474</DownloadURL>
|
106
|
+
<Comment />
|
107
|
+
</Track>
|
108
|
+
<Track>
|
109
|
+
<Name>5. Data Modelling</Name>
|
110
|
+
<Handle>1278363064</Handle>
|
111
|
+
<Kind>song</Kind>
|
112
|
+
<TrackNumber>0</TrackNumber>
|
113
|
+
<DiscNumber>1</DiscNumber>
|
114
|
+
<DurationMilliseconds>4086000</DurationMilliseconds>
|
115
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
116
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
117
|
+
<GenreName>Podcast</GenreName>
|
118
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1278363064</DownloadURL>
|
119
|
+
<Comment />
|
120
|
+
</Track>
|
121
|
+
<Track>
|
122
|
+
<Name>6. Model, View, Controller</Name>
|
123
|
+
<Handle>1278248379</Handle>
|
124
|
+
<Kind>song</Kind>
|
125
|
+
<TrackNumber>0</TrackNumber>
|
126
|
+
<DiscNumber>1</DiscNumber>
|
127
|
+
<DurationMilliseconds>1939000</DurationMilliseconds>
|
128
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
129
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
130
|
+
<GenreName>Podcast</GenreName>
|
131
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1278248379</DownloadURL>
|
132
|
+
<Comment />
|
133
|
+
</Track>
|
134
|
+
<Track>
|
135
|
+
<Name>7. CSS Positioning</Name>
|
136
|
+
<Handle>1271009599</Handle>
|
137
|
+
<Kind>song</Kind>
|
138
|
+
<TrackNumber>0</TrackNumber>
|
139
|
+
<DiscNumber>1</DiscNumber>
|
140
|
+
<DurationMilliseconds>3213000</DurationMilliseconds>
|
141
|
+
<AlbumName />
|
142
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
143
|
+
<GenreName />
|
144
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1271009599</DownloadURL>
|
145
|
+
<Comment />
|
146
|
+
</Track>
|
147
|
+
<Track>
|
148
|
+
<Name>8. Introduction to Ruby on Rails</Name>
|
149
|
+
<Handle>1277937082</Handle>
|
150
|
+
<Kind>song</Kind>
|
151
|
+
<TrackNumber>0</TrackNumber>
|
152
|
+
<DiscNumber>1</DiscNumber>
|
153
|
+
<DurationMilliseconds>5105000</DurationMilliseconds>
|
154
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
155
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
156
|
+
<GenreName>Podcast</GenreName>
|
157
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1277937082</DownloadURL>
|
158
|
+
<Comment />
|
159
|
+
</Track>
|
160
|
+
<Track>
|
161
|
+
<Name>9. Design Considerations for Single Object CRUD, Part I</Name>
|
162
|
+
<Handle>1270936904</Handle>
|
163
|
+
<Kind>song</Kind>
|
164
|
+
<TrackNumber>0</TrackNumber>
|
165
|
+
<DiscNumber>1</DiscNumber>
|
166
|
+
<DurationMilliseconds>1261000</DurationMilliseconds>
|
167
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
168
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
169
|
+
<GenreName />
|
170
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1270936904</DownloadURL>
|
171
|
+
<Comment />
|
172
|
+
</Track>
|
173
|
+
<Track>
|
174
|
+
<Name>10. Arrays and Hashes</Name>
|
175
|
+
<Handle>1278477754</Handle>
|
176
|
+
<Kind>song</Kind>
|
177
|
+
<TrackNumber>0</TrackNumber>
|
178
|
+
<DiscNumber>1</DiscNumber>
|
179
|
+
<DurationMilliseconds>3118000</DurationMilliseconds>
|
180
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
181
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
182
|
+
<GenreName>Podcast</GenreName>
|
183
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1278477754</DownloadURL>
|
184
|
+
<Comment />
|
185
|
+
</Track>
|
186
|
+
<Track>
|
187
|
+
<Name>11. Design Considerations for Single Object CRUD, Part 2</Name>
|
188
|
+
<Handle>1275614437</Handle>
|
189
|
+
<Kind>song</Kind>
|
190
|
+
<TrackNumber>0</TrackNumber>
|
191
|
+
<DiscNumber>1</DiscNumber>
|
192
|
+
<DurationMilliseconds>2747000</DurationMilliseconds>
|
193
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
194
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
195
|
+
<GenreName />
|
196
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1275614437</DownloadURL>
|
197
|
+
<Comment />
|
198
|
+
</Track>
|
199
|
+
<Track>
|
200
|
+
<Name>12. Associations and Validations</Name>
|
201
|
+
<Handle>1279100278</Handle>
|
202
|
+
<Kind>song</Kind>
|
203
|
+
<TrackNumber>0</TrackNumber>
|
204
|
+
<DiscNumber>1</DiscNumber>
|
205
|
+
<DurationMilliseconds>1987000</DurationMilliseconds>
|
206
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
207
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
208
|
+
<GenreName>Podcast</GenreName>
|
209
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1279100278</DownloadURL>
|
210
|
+
<Comment />
|
211
|
+
</Track>
|
212
|
+
<Track>
|
213
|
+
<Name>13. Design Considerations for 1 to n, n to n, and n to 1 Relationships</Name>
|
214
|
+
<Handle>1278444933</Handle>
|
215
|
+
<Kind>song</Kind>
|
216
|
+
<TrackNumber>0</TrackNumber>
|
217
|
+
<DiscNumber>1</DiscNumber>
|
218
|
+
<DurationMilliseconds>1250000</DurationMilliseconds>
|
219
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
220
|
+
<ArtistName>Hans Masing & Trek Glowacki</ArtistName>
|
221
|
+
<GenreName>Podcast</GenreName>
|
222
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1278444933</DownloadURL>
|
223
|
+
<Comment />
|
224
|
+
</Track>
|
225
|
+
<Track>
|
226
|
+
<Name>14. Introduction to Ajax</Name>
|
227
|
+
<Handle>1282896185</Handle>
|
228
|
+
<Kind>song</Kind>
|
229
|
+
<TrackNumber>0</TrackNumber>
|
230
|
+
<DiscNumber>1</DiscNumber>
|
231
|
+
<DurationMilliseconds>2467000</DurationMilliseconds>
|
232
|
+
<AlbumName />
|
233
|
+
<ArtistName />
|
234
|
+
<GenreName />
|
235
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981189.1282896185</DownloadURL>
|
236
|
+
<Comment />
|
237
|
+
</Track>
|
238
|
+
<SharedObjects />
|
239
|
+
<AggregateFileSize>339218260</AggregateFileSize>
|
240
|
+
<AllowSubscription />
|
241
|
+
<ExternalFeed>
|
242
|
+
<PollingInterval>Never</PollingInterval>
|
243
|
+
</ExternalFeed>
|
244
|
+
</Group>
|
245
|
+
<Group>
|
246
|
+
<Name>Recovered Trash</Name>
|
247
|
+
<Handle>1264321177</Handle>
|
248
|
+
<GroupType>Simple</GroupType>
|
249
|
+
<ShortName />
|
250
|
+
<Permission />
|
251
|
+
<Track>
|
252
|
+
<Name>4. Introduction to Ruby Programming</Name>
|
253
|
+
<Handle>1262275992</Handle>
|
254
|
+
<Kind>song</Kind>
|
255
|
+
<TrackNumber>0</TrackNumber>
|
256
|
+
<DiscNumber>1</DiscNumber>
|
257
|
+
<DurationMilliseconds>3712000</DurationMilliseconds>
|
258
|
+
<AlbumName />
|
259
|
+
<ArtistName />
|
260
|
+
<GenreName />
|
261
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1262275992</DownloadURL>
|
262
|
+
<Comment />
|
263
|
+
</Track>
|
264
|
+
<Track>
|
265
|
+
<Name>12. Associations and Validations</Name>
|
266
|
+
<Handle>1276207129</Handle>
|
267
|
+
<Kind>song</Kind>
|
268
|
+
<TrackNumber>0</TrackNumber>
|
269
|
+
<DiscNumber>1</DiscNumber>
|
270
|
+
<DurationMilliseconds>2081000</DurationMilliseconds>
|
271
|
+
<AlbumName />
|
272
|
+
<ArtistName />
|
273
|
+
<GenreName />
|
274
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1276207129</DownloadURL>
|
275
|
+
<Comment />
|
276
|
+
</Track>
|
277
|
+
<Track>
|
278
|
+
<Name>12. Associations and Validations</Name>
|
279
|
+
<Handle>1277192994</Handle>
|
280
|
+
<Kind>song</Kind>
|
281
|
+
<TrackNumber>0</TrackNumber>
|
282
|
+
<DiscNumber>1</DiscNumber>
|
283
|
+
<DurationMilliseconds>1987000</DurationMilliseconds>
|
284
|
+
<AlbumName>Tree Town Toys Promotion - Winter, 2007</AlbumName>
|
285
|
+
<ArtistName>Hans Masing</ArtistName>
|
286
|
+
<GenreName />
|
287
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1277192994</DownloadURL>
|
288
|
+
<Comment />
|
289
|
+
</Track>
|
290
|
+
<Track>
|
291
|
+
<Name>5. Data Modelling W07</Name>
|
292
|
+
<Handle>1270845824</Handle>
|
293
|
+
<Kind>song</Kind>
|
294
|
+
<TrackNumber>0</TrackNumber>
|
295
|
+
<DiscNumber>1</DiscNumber>
|
296
|
+
<DurationMilliseconds>4086000</DurationMilliseconds>
|
297
|
+
<AlbumName />
|
298
|
+
<ArtistName />
|
299
|
+
<GenreName />
|
300
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1270845824</DownloadURL>
|
301
|
+
<Comment />
|
302
|
+
</Track>
|
303
|
+
<Track>
|
304
|
+
<Name>6. Model, View, Controller W07</Name>
|
305
|
+
<Handle>1270829484</Handle>
|
306
|
+
<Kind>song</Kind>
|
307
|
+
<TrackNumber>0</TrackNumber>
|
308
|
+
<DiscNumber>1</DiscNumber>
|
309
|
+
<DurationMilliseconds>1939000</DurationMilliseconds>
|
310
|
+
<AlbumName />
|
311
|
+
<ArtistName />
|
312
|
+
<GenreName />
|
313
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1270829484</DownloadURL>
|
314
|
+
<Comment />
|
315
|
+
</Track>
|
316
|
+
<Track>
|
317
|
+
<Name>08. Introduction to Ruby on Rails</Name>
|
318
|
+
<Handle>1276630669</Handle>
|
319
|
+
<Kind>song</Kind>
|
320
|
+
<TrackNumber>0</TrackNumber>
|
321
|
+
<DiscNumber>1</DiscNumber>
|
322
|
+
<DurationMilliseconds>5105000</DurationMilliseconds>
|
323
|
+
<AlbumName />
|
324
|
+
<ArtistName />
|
325
|
+
<GenreName />
|
326
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1276630669</DownloadURL>
|
327
|
+
<Comment />
|
328
|
+
</Track>
|
329
|
+
<Track>
|
330
|
+
<Name>10. Arrays and Hashes</Name>
|
331
|
+
<Handle>1276139263</Handle>
|
332
|
+
<Kind>song</Kind>
|
333
|
+
<TrackNumber>0</TrackNumber>
|
334
|
+
<DiscNumber>1</DiscNumber>
|
335
|
+
<DurationMilliseconds>3118000</DurationMilliseconds>
|
336
|
+
<AlbumName />
|
337
|
+
<ArtistName />
|
338
|
+
<GenreName />
|
339
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01264321177.1276139263</DownloadURL>
|
340
|
+
<Comment />
|
341
|
+
</Track>
|
342
|
+
<SharedObjects />
|
343
|
+
<AggregateFileSize>187601820</AggregateFileSize>
|
344
|
+
<AllowSubscription />
|
345
|
+
<ExternalFeed>
|
346
|
+
<PollingInterval>Never</PollingInterval>
|
347
|
+
</ExternalFeed>
|
348
|
+
</Group>
|
349
|
+
<Group>
|
350
|
+
<Name>Screencasts</Name>
|
351
|
+
<Handle>1257981190</Handle>
|
352
|
+
<GroupType>Simple</GroupType>
|
353
|
+
<ShortName />
|
354
|
+
<Permission />
|
355
|
+
<Track>
|
356
|
+
<Name>SI 539 Single Object CRUD, Part I</Name>
|
357
|
+
<Handle>1271084139</Handle>
|
358
|
+
<Kind>feature-movie</Kind>
|
359
|
+
<TrackNumber>0</TrackNumber>
|
360
|
+
<DiscNumber>1</DiscNumber>
|
361
|
+
<DurationMilliseconds>2232000</DurationMilliseconds>
|
362
|
+
<AlbumName />
|
363
|
+
<ArtistName />
|
364
|
+
<GenreName />
|
365
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1271084139</DownloadURL>
|
366
|
+
<Comment />
|
367
|
+
</Track>
|
368
|
+
<Track>
|
369
|
+
<Name>SI 539 Single Object CRUD Part 2</Name>
|
370
|
+
<Handle>1276790401</Handle>
|
371
|
+
<Kind>feature-movie</Kind>
|
372
|
+
<TrackNumber>0</TrackNumber>
|
373
|
+
<DiscNumber>1</DiscNumber>
|
374
|
+
<DurationMilliseconds>366000</DurationMilliseconds>
|
375
|
+
<AlbumName />
|
376
|
+
<ArtistName />
|
377
|
+
<GenreName />
|
378
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1276790401</DownloadURL>
|
379
|
+
<Comment />
|
380
|
+
</Track>
|
381
|
+
<Track>
|
382
|
+
<Name>SI 539 Single Object CRUD Part 3</Name>
|
383
|
+
<Handle>1276184244</Handle>
|
384
|
+
<Kind>feature-movie</Kind>
|
385
|
+
<TrackNumber>0</TrackNumber>
|
386
|
+
<DiscNumber>1</DiscNumber>
|
387
|
+
<DurationMilliseconds>1111000</DurationMilliseconds>
|
388
|
+
<AlbumName />
|
389
|
+
<ArtistName />
|
390
|
+
<GenreName />
|
391
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1276184244</DownloadURL>
|
392
|
+
<Comment />
|
393
|
+
</Track>
|
394
|
+
<Track>
|
395
|
+
<Name>SI 539 Single Object CRUD Part 4</Name>
|
396
|
+
<Handle>1276069551</Handle>
|
397
|
+
<Kind>feature-movie</Kind>
|
398
|
+
<TrackNumber>0</TrackNumber>
|
399
|
+
<DiscNumber>1</DiscNumber>
|
400
|
+
<DurationMilliseconds>1329000</DurationMilliseconds>
|
401
|
+
<AlbumName />
|
402
|
+
<ArtistName />
|
403
|
+
<GenreName />
|
404
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1276069551</DownloadURL>
|
405
|
+
<Comment />
|
406
|
+
</Track>
|
407
|
+
<Track>
|
408
|
+
<Name>SI 539 RMHTL Layouts and Partials</Name>
|
409
|
+
<Handle>1282972122</Handle>
|
410
|
+
<Kind>feature-movie</Kind>
|
411
|
+
<TrackNumber>0</TrackNumber>
|
412
|
+
<DiscNumber>1</DiscNumber>
|
413
|
+
<DurationMilliseconds>551000</DurationMilliseconds>
|
414
|
+
<AlbumName />
|
415
|
+
<ArtistName />
|
416
|
+
<GenreName />
|
417
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1282972122</DownloadURL>
|
418
|
+
<Comment />
|
419
|
+
</Track>
|
420
|
+
<Track>
|
421
|
+
<Name>SI539 Simple Validations</Name>
|
422
|
+
<Handle>1283443975</Handle>
|
423
|
+
<Kind>feature-movie</Kind>
|
424
|
+
<TrackNumber>0</TrackNumber>
|
425
|
+
<DiscNumber>1</DiscNumber>
|
426
|
+
<DurationMilliseconds>589000</DurationMilliseconds>
|
427
|
+
<AlbumName />
|
428
|
+
<ArtistName />
|
429
|
+
<GenreName />
|
430
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1283443975</DownloadURL>
|
431
|
+
<Comment />
|
432
|
+
</Track>
|
433
|
+
<Track>
|
434
|
+
<Name>Using Flash</Name>
|
435
|
+
<Handle>1283005696</Handle>
|
436
|
+
<Kind>feature-movie</Kind>
|
437
|
+
<TrackNumber>0</TrackNumber>
|
438
|
+
<DiscNumber>1</DiscNumber>
|
439
|
+
<DurationMilliseconds>204000</DurationMilliseconds>
|
440
|
+
<AlbumName />
|
441
|
+
<ArtistName />
|
442
|
+
<GenreName />
|
443
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1283005696</DownloadURL>
|
444
|
+
<Comment />
|
445
|
+
</Track>
|
446
|
+
<Track>
|
447
|
+
<Name>SI 539 Many to Many Association - Categories</Name>
|
448
|
+
<Handle>1283320257</Handle>
|
449
|
+
<Kind>feature-movie</Kind>
|
450
|
+
<TrackNumber>0</TrackNumber>
|
451
|
+
<DiscNumber>1</DiscNumber>
|
452
|
+
<DurationMilliseconds>1821000</DurationMilliseconds>
|
453
|
+
<AlbumName>Design of Complex Websites</AlbumName>
|
454
|
+
<ArtistName>Trek Glowacki</ArtistName>
|
455
|
+
<GenreName />
|
456
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1283320257</DownloadURL>
|
457
|
+
<Comment />
|
458
|
+
</Track>
|
459
|
+
<Track>
|
460
|
+
<Name>SI539 1 to N N to 1 Relationships - Commenting</Name>
|
461
|
+
<Handle>1283432985</Handle>
|
462
|
+
<Kind>feature-movie</Kind>
|
463
|
+
<TrackNumber>0</TrackNumber>
|
464
|
+
<DiscNumber>1</DiscNumber>
|
465
|
+
<DurationMilliseconds>1991000</DurationMilliseconds>
|
466
|
+
<AlbumName />
|
467
|
+
<ArtistName />
|
468
|
+
<GenreName />
|
469
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1283432985</DownloadURL>
|
470
|
+
<Comment />
|
471
|
+
</Track>
|
472
|
+
<Track>
|
473
|
+
<Name>SI 539 - Using Fixtures</Name>
|
474
|
+
<Handle>1285281451</Handle>
|
475
|
+
<Kind>feature-movie</Kind>
|
476
|
+
<TrackNumber>0</TrackNumber>
|
477
|
+
<DiscNumber>1</DiscNumber>
|
478
|
+
<DurationMilliseconds>361000</DurationMilliseconds>
|
479
|
+
<AlbumName>SI 539 Design of Complex Websites</AlbumName>
|
480
|
+
<ArtistName>Trek Glowacki</ArtistName>
|
481
|
+
<GenreName />
|
482
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1285281451</DownloadURL>
|
483
|
+
<Comment />
|
484
|
+
</Track>
|
485
|
+
<Track>
|
486
|
+
<Name>SI 539 - User Authentication Plugin</Name>
|
487
|
+
<Handle>1285265084</Handle>
|
488
|
+
<Kind>feature-movie</Kind>
|
489
|
+
<TrackNumber>0</TrackNumber>
|
490
|
+
<DiscNumber>1</DiscNumber>
|
491
|
+
<DurationMilliseconds>1022000</DurationMilliseconds>
|
492
|
+
<AlbumName>SI 539 Design of Complex Websites</AlbumName>
|
493
|
+
<ArtistName>Trek Glowacki</ArtistName>
|
494
|
+
<GenreName />
|
495
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01257981190.1285265084</DownloadURL>
|
496
|
+
<Comment />
|
497
|
+
</Track>
|
498
|
+
<SharedObjects />
|
499
|
+
<AggregateFileSize>735018587</AggregateFileSize>
|
500
|
+
<AllowSubscription />
|
501
|
+
<ExternalFeed>
|
502
|
+
<PollingInterval>Never</PollingInterval>
|
503
|
+
</ExternalFeed>
|
504
|
+
</Group>
|
505
|
+
<Group>
|
506
|
+
<Name>Staging Area</Name>
|
507
|
+
<Handle>1258603164</Handle>
|
508
|
+
<GroupType>Simple</GroupType>
|
509
|
+
<ShortName />
|
510
|
+
<Permission>
|
511
|
+
<Credential>Learner@urn:mace:itunesu.com:sites:umich.edu:${IDENTIFIER}</Credential>
|
512
|
+
<Access>No Access</Access>
|
513
|
+
</Permission>
|
514
|
+
<Track>
|
515
|
+
<Name>another test</Name>
|
516
|
+
<Handle>1596823615</Handle>
|
517
|
+
<Kind>song</Kind>
|
518
|
+
<TrackNumber>0</TrackNumber>
|
519
|
+
<DiscNumber>1</DiscNumber>
|
520
|
+
<DurationMilliseconds>10000000</DurationMilliseconds>
|
521
|
+
<AlbumName />
|
522
|
+
<ArtistName />
|
523
|
+
<GenreName />
|
524
|
+
<DownloadURL>https://deimos.apple.com/WebObjects/Core.woa/DownloadTrack/umich.edu.1257981186.01258603164.1596823615</DownloadURL>
|
525
|
+
<Comment />
|
526
|
+
</Track>
|
527
|
+
<SharedObjects />
|
528
|
+
<AggregateFileSize />
|
529
|
+
<AllowSubscription />
|
530
|
+
<ExternalFeed>
|
531
|
+
<PollingInterval>Never</PollingInterval>
|
532
|
+
</ExternalFeed>
|
533
|
+
</Group>
|
534
|
+
<AggregateFileSize>1261838667</AggregateFileSize>
|
535
|
+
<AllowSubscription />
|
536
|
+
</Course>
|
537
|
+
<Division />
|
538
|
+
<AggregateFileSize>348154282147</AggregateFileSize>
|
539
|
+
<Permission>
|
540
|
+
<Credential>urn:mace:umich.edu:medical:M1:EDIT</Credential>
|
541
|
+
<Access>No Access</Access>
|
542
|
+
</Permission>
|
543
|
+
<Permission>
|
544
|
+
<Credential>urn:mace:umich.edu:medical:M1:BROWSE</Credential>
|
545
|
+
<Access>No Access</Access>
|
546
|
+
</Permission>
|
547
|
+
<Permission>
|
548
|
+
<Credential>urn:mace:umich.edu:dental:EDIT</Credential>
|
549
|
+
<Access>No Access</Access>
|
550
|
+
</Permission>
|
551
|
+
<Permission>
|
552
|
+
<Credential>urn:mace:umich.edu:BROWSE</Credential>
|
553
|
+
<Access>No Access</Access>
|
554
|
+
</Permission>
|
555
|
+
<Permission>
|
556
|
+
<Credential>urn:mace:umich.edu:EDIT</Credential>
|
557
|
+
<Access>No Access</Access>
|
558
|
+
</Permission>
|
559
|
+
<Permission>
|
560
|
+
<Credential>urn:mace:umich.edu:dental:BROWSE</Credential>
|
561
|
+
<Access>No Access</Access>
|
562
|
+
</Permission>
|
563
|
+
<Permission>
|
564
|
+
<Credential>All@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
565
|
+
<Access>No Access</Access>
|
566
|
+
</Permission>
|
567
|
+
<Permission>
|
568
|
+
<Credential>Authenticated@urn:mace:itunesu.com:sites:umich.edu</Credential>
|
569
|
+
<Access>No Access</Access>
|
570
|
+
</Permission>
|
571
|
+
</Section>
|
572
|
+
<TopDownloads>
|
573
|
+
<Name>Top Downloads</Name>
|
574
|
+
<Handle>1311639508</Handle>
|
575
|
+
<FeedURL>https://deimos.apple.com/WebObjects/Core.woa/LinkFeed/umich.edu.01311639508</FeedURL>
|
576
|
+
</TopDownloads>
|
577
|
+
<LinkCollection>
|
578
|
+
<Name>Michigan</Name>
|
579
|
+
<Handle>720939</Handle>
|
580
|
+
<FeedURL>https://deimos.apple.com/WebObjects/Core.woa/LinkFeed/umich.edu</FeedURL>
|
581
|
+
</LinkCollection>
|
582
|
+
<Theme>
|
583
|
+
<Name>Purple On White</Name>
|
584
|
+
<Handle>1133838405</Handle>
|
585
|
+
<BackgroundColor>ffffff</BackgroundColor>
|
586
|
+
<LineColor>cc33cc</LineColor>
|
587
|
+
<LinkArrowColor>000000</LinkArrowColor>
|
588
|
+
<LinkBackgroundColor>000000</LinkBackgroundColor>
|
589
|
+
<LinkBackgroundColorAlpha>15</LinkBackgroundColorAlpha>
|
590
|
+
<LinkBoxColor>990099</LinkBoxColor>
|
591
|
+
<LinkTextColor>000000</LinkTextColor>
|
592
|
+
<LinkTitleColor>ffffff</LinkTitleColor>
|
593
|
+
<LoginURL />
|
594
|
+
<RegularTextColor>000000</RegularTextColor>
|
595
|
+
<TitleTextColor>000000</TitleTextColor>
|
596
|
+
<TimeFormat />
|
597
|
+
<DateFormat />
|
598
|
+
</Theme>
|
599
|
+
<Theme>
|
600
|
+
<Name>The Blues</Name>
|
601
|
+
<Handle>1133838418</Handle>
|
602
|
+
<BackgroundColor>000033</BackgroundColor>
|
603
|
+
<LineColor>707099</LineColor>
|
604
|
+
<LinkArrowColor>ffffff</LinkArrowColor>
|
605
|
+
<LinkBackgroundColor>ffffff</LinkBackgroundColor>
|
606
|
+
<LinkBackgroundColorAlpha>12</LinkBackgroundColorAlpha>
|
607
|
+
<LinkBoxColor>9999ff</LinkBoxColor>
|
608
|
+
<LinkTextColor>ffffff</LinkTextColor>
|
609
|
+
<LinkTitleColor>000033</LinkTitleColor>
|
610
|
+
<LoginURL />
|
611
|
+
<RegularTextColor>ffffff</RegularTextColor>
|
612
|
+
<TitleTextColor>a0a0ff</TitleTextColor>
|
613
|
+
<TimeFormat />
|
614
|
+
<DateFormat />
|
615
|
+
</Theme>
|
616
|
+
<Theme>
|
617
|
+
<Name>iTunes Original</Name>
|
618
|
+
<Handle>1133838431</Handle>
|
619
|
+
<BackgroundColor>b7defc</BackgroundColor>
|
620
|
+
<LineColor>000000</LineColor>
|
621
|
+
<LinkArrowColor>000000</LinkArrowColor>
|
622
|
+
<LinkBackgroundColor>ffffff</LinkBackgroundColor>
|
623
|
+
<LinkBackgroundColorAlpha>50</LinkBackgroundColorAlpha>
|
624
|
+
<LinkBoxColor>3366cc</LinkBoxColor>
|
625
|
+
<LinkTextColor>000000</LinkTextColor>
|
626
|
+
<LinkTitleColor>ffffff</LinkTitleColor>
|
627
|
+
<LoginURL />
|
628
|
+
<RegularTextColor>000000</RegularTextColor>
|
629
|
+
<TitleTextColor>000000</TitleTextColor>
|
630
|
+
<TimeFormat />
|
631
|
+
<DateFormat />
|
632
|
+
</Theme>
|
633
|
+
<Theme>
|
634
|
+
<Name>White On Black</Name>
|
635
|
+
<Handle>1133838444</Handle>
|
636
|
+
<BackgroundColor>000000</BackgroundColor>
|
637
|
+
<LineColor>999999</LineColor>
|
638
|
+
<LinkArrowColor>ffffff</LinkArrowColor>
|
639
|
+
<LinkBackgroundColor>ffffff</LinkBackgroundColor>
|
640
|
+
<LinkBackgroundColorAlpha>25</LinkBackgroundColorAlpha>
|
641
|
+
<LinkBoxColor>ffffff</LinkBoxColor>
|
642
|
+
<LinkTextColor>ffffff</LinkTextColor>
|
643
|
+
<LinkTitleColor>000000</LinkTitleColor>
|
644
|
+
<LoginURL />
|
645
|
+
<RegularTextColor>ffffff</RegularTextColor>
|
646
|
+
<TitleTextColor>999999</TitleTextColor>
|
647
|
+
<TimeFormat />
|
648
|
+
<DateFormat />
|
649
|
+
</Theme>
|
650
|
+
<Theme>
|
651
|
+
<Name>Custom</Name>
|
652
|
+
<Handle>1145110888</Handle>
|
653
|
+
<BackgroundColor>003366</BackgroundColor>
|
654
|
+
<LineColor>000000</LineColor>
|
655
|
+
<LinkArrowColor>ffffff</LinkArrowColor>
|
656
|
+
<LinkBackgroundColor>000000</LinkBackgroundColor>
|
657
|
+
<LinkBackgroundColorAlpha>12</LinkBackgroundColorAlpha>
|
658
|
+
<LinkBoxColor>000033</LinkBoxColor>
|
659
|
+
<LinkTextColor>ffffff</LinkTextColor>
|
660
|
+
<LinkTitleColor>ffcc66</LinkTitleColor>
|
661
|
+
<LoginURL />
|
662
|
+
<RegularTextColor>ffcc66</RegularTextColor>
|
663
|
+
<TitleTextColor>ffcc66</TitleTextColor>
|
664
|
+
<TimeFormat />
|
665
|
+
<DateFormat />
|
666
|
+
</Theme>
|
667
|
+
<LinkCollectionSet>
|
668
|
+
<LinkCollection>
|
669
|
+
<Name>CustomLinkBox</Name>
|
670
|
+
<Handle>16327</Handle>
|
671
|
+
<FeedURL>https://deimos.apple.com/WebObjects/Core.woa/LinkFeed/umich.edu.016326.016327</FeedURL>
|
672
|
+
</LinkCollection>
|
673
|
+
</LinkCollectionSet>
|
674
|
+
<LoginURL>https://weblogin.umich.edu</LoginURL>
|
675
|
+
</Site>
|
676
|
+
</ITunesUResponse>
|