kinney 0.0.1 → 0.0.2
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.markdown +2 -2
- data/Rakefile +4 -0
- data/app/admin/clips.rb +40 -1
- data/app/assets/javascripts/kinney/admin/video_preview.js +1 -1
- data/app/controllers/kinney/tracker_controller.rb +0 -34
- data/app/helpers/kinney/general_helper.rb +1 -1
- data/app/models/kinney/clip.rb +5 -2
- data/app/models/kinney/person.rb +11 -11
- data/app/views/{kinney/tracker → admin/kinney_clips}/_video_engagement_chart.html.erb +15 -0
- data/app/views/{kinney/tracker/analyze.html.erb → admin/kinney_clips/analyze_tracker.html.erb} +5 -3
- data/app/views/kinney/clips/show.html.erb +1 -1
- data/app/views/kinney/people/index.html.erb +4 -3
- data/app/views/kinney/sitemap/index.xml.builder +1 -1
- data/config/routes.rb +1 -1
- data/lib/kinney/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +33694 -0
- data/test/dummy/log/test.log +29895 -0
- data/test/dummy/tmp/cache/assets/CBF/9B0/sprockets%2Fe283548d3ef4505c82279198e09b53fa +0 -0
- data/test/dummy/tmp/cache/assets/D0B/560/sprockets%2F33db47d8bb65ee7457b03336420a55fd +0 -0
- data/test/functional/kinney/admin_clips_controller_test.rb +24 -0
- data/test/functional/kinney/clips_controller_test.rb +5 -3
- data/test/functional/kinney/people_controller_test.rb +5 -3
- data/test/functional/kinney/tracker_controller_test.rb +0 -6
- data/test/integration/admin_clip_test.rb +14 -11
- data/test/integration/admin_images_test.rb +8 -7
- data/test/integration/clips_index_test.rb +9 -6
- data/test/integration/clips_show_test.rb +11 -8
- data/test/integration/microdata_test.rb +40 -0
- data/test/integration/navigation_test.rb +7 -5
- data/test/integration/people_index_test.rb +7 -4
- data/test/integration/people_show_test.rb +14 -12
- data/test/support/test_with_cassette.rb +38 -0
- data/test/test_helper.rb +18 -2
- data/test/unit/clip_test.rb +5 -0
- data/test/vcr_cassettes/admin_clip/add_a_description_for_a_clip.yml +272 -0
- data/test/vcr_cassettes/admin_clip/admin_user_can_create_new_clip.yml +114 -0
- data/test/vcr_cassettes/admin_clip/display_whether_there_is_a_VTT_file_for_a_clip.yml +613 -0
- data/test/vcr_cassettes/admin_clip/do_not_allow_submission_of_clip_if_there_is_no_webvtt_file.yml +567 -0
- data/test/vcr_cassettes/admin_images/user_should_not_be_able_to_create_slug.yml +967 -0
- data/test/vcr_cassettes/admin_images/user_should_see_associated_name_for_image_on_index_view.yml +561 -0
- data/test/vcr_cassettes/admin_images/user_should_see_associated_name_for_image_on_show_view.yml +162 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_edit_page.yml +186 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_new_image_page.yml +374 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_show_page.yml +193 -0
- data/test/vcr_cassettes/clips_controller/should_assign_a_webvtt_variable.yml +154 -0
- data/test/vcr_cassettes/clips_controller/should_assign_title_for_a_show_view.yml +136 -0
- data/test/vcr_cassettes/clips_controller/should_get_show.yml +136 -0
- data/test/vcr_cassettes/clips_index/clicking_on_a_video_thumbnail_should_go_to_a_video_clip.yml +154 -0
- data/test/vcr_cassettes/clips_show/should_expand/collapse_the_transcript.yml +154 -0
- data/test/vcr_cassettes/clips_show/should_have_link_to_other_videos_by_the_same_person.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_have_link_to_profile.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_not_see_More_videos_on_topics_with_link_under_video.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_not_see_Video_Topics_section_on_page.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_basic_information_about_a_clip.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_other_clips_related_by_topic.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_the_transcript.yml +154 -0
- data/test/vcr_cassettes/microdata/clip_show_view_should_have_microdata.yml +136 -0
- data/test/vcr_cassettes/microdata/person_show_view_should_have_microdata.yml +399 -0
- data/test/vcr_cassettes/navigation/there_should_be_a_link_to_People_in_the_global_navigation.yml +267 -0
- data/test/vcr_cassettes/people_controller/should_get_index.yml +267 -0
- data/test/vcr_cassettes/people_controller/should_get_show.yml +399 -0
- data/test/vcr_cassettes/people_controller/show_view_should_have_a_title.yml +399 -0
- data/test/vcr_cassettes/people_index/links_to_show_view_for_person_with_video.yml +663 -0
- data/test/vcr_cassettes/people_index/links_to_show_view_for_person_without_video.yml +267 -0
- data/test/vcr_cassettes/people_index/shows_people.yml +267 -0
- data/test/vcr_cassettes/people_index/sort_profile_images.yml +267 -0
- data/test/vcr_cassettes/people_show/if_there_is_only_one_image_and_it_is_a_top_pick_then_do_not_show_the_image_section_of_the_page.yml +135 -0
- data/test/vcr_cassettes/people_show/should_display_a_map_if_the_location_the_person_grew_up_is_known.yml +399 -0
- data/test/vcr_cassettes/people_show/should_display_the_information_like_description__interview_date_and_time_below_video_clip.yml +136 -0
- data/test/vcr_cassettes/people_show/should_give_a_link_to_other_videos_with_the_same_person.yml +534 -0
- data/test/vcr_cassettes/people_show/should_not_display_a_map_if_the_location_the_person_grew_up_is_not_known.yml +135 -0
- data/test/vcr_cassettes/people_show/should_not_see_the_top_pick_image_with_the_other_images.yml +399 -0
- data/test/vcr_cassettes/people_show/should_provide_a_link_to_a_video_as_an_image_and_make_it_a_top_pick.yml +399 -0
- data/test/vcr_cassettes/people_show/should_provide_a_link_to_other_videos_as_text_links.yml +399 -0
- data/test/vcr_cassettes/people_show/should_show_a_top_pick_image_near_the_biography.yml +399 -0
- data/test/vcr_cassettes/people_show/should_show_name_suffix_if_present.yml +135 -0
- data/test/vcr_cassettes/people_show/shows_person_content.yml +399 -0
- metadata +180 -59
- checksums.yaml +0 -7
- data/test/dummy/tmp/cache/assets/D36/B10/sprockets%2F3a3013990e54d3e944c21c6a9ed0b5de +0 -0
- data/test/dummy/tmp/cache/assets/D55/830/sprockets%2Fbd750c0ba01430d321ae77fbc2b238f9 +0 -0
- data/test/dummy/tmp/capybara/capybara-201209271510033933274391.html +0 -13
- data/test/dummy/tmp/capybara/capybara-201209271512386994415403.html +0 -13
- data/test/dummy/tmp/capybara/capybara-201209271515157873796042.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271517053504547394.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271520578220954785.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271522457231789910.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271524374294425819.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271526597280429369.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271529595570902080.html +0 -165
data/test/vcr_cassettes/clips_index/clicking_on_a_video_thumbnail_should_go_to_a_video_clip.yml
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://siskel.lib.ncsu.edu/SLI/atkins/atkins-campuslife_fire/atkins-campuslife_fire.vtt
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers: {}
|
|
10
|
+
response:
|
|
11
|
+
status:
|
|
12
|
+
code: 200
|
|
13
|
+
message: OK
|
|
14
|
+
headers:
|
|
15
|
+
Content-Length:
|
|
16
|
+
- '2096'
|
|
17
|
+
Content-Type:
|
|
18
|
+
- text/vtt;charset=utf-8
|
|
19
|
+
Last-Modified:
|
|
20
|
+
- Mon, 25 Jun 2012 17:56:55 GMT
|
|
21
|
+
Accept-Ranges:
|
|
22
|
+
- bytes
|
|
23
|
+
Etag:
|
|
24
|
+
- '"938d6de8fb52cd1:aa39"'
|
|
25
|
+
Server:
|
|
26
|
+
- Microsoft-IIS/6.0
|
|
27
|
+
Access-Control-Allow-Origin:
|
|
28
|
+
- '*'
|
|
29
|
+
X-Powered-By:
|
|
30
|
+
- ASP.NET
|
|
31
|
+
Date:
|
|
32
|
+
- Fri, 29 Mar 2013 16:55:06 GMT
|
|
33
|
+
body:
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: "\uFEFFWEBVTT FILE\r\n\r\n1\r\n00:00:00 --> 00:00:05\r\nIt was a frightening
|
|
36
|
+
time but it also was a time of great student intrigue \r\n\r\n2\r\n00:00:06
|
|
37
|
+
--> 00:00:10\r\nand the kind of who-dun-it syndrome set in. \r\n\r\n3\r\n00:00:11
|
|
38
|
+
--> 00:00:15\r\nBeing where Pullen Hall was and where the school of design
|
|
39
|
+
was-\r\n\r\n4\r\n00:00:16 --> 00:00:19\r\nand the fact we never left the school
|
|
40
|
+
of design until 3:00 or 4:00 in the morning\r\n\r\n5\r\n00:00:20 --> 00:00:23\r\n-when
|
|
41
|
+
that fire broke out, which was give or take about midnight,\r\n\r\n6\r\n00:00:24
|
|
42
|
+
--> 00:00:32\r\nI mean we could see the blaze, and of course we all moved-I
|
|
43
|
+
say we all; maybe there were, I don't know, twenty-five of us or whatever\r\n\r\n7\r\n00:00:33
|
|
44
|
+
--> 00:00:37\r\n-but we all moved over, and I mean it was just absolutely
|
|
45
|
+
incredible, \r\n\r\n8\r\n00:00:38 --> 00:00:42\r\nand of course it was a wood
|
|
46
|
+
frame building. \r\n\r\n9\r\n00:00:43 --> 00:00:48\r\nI've never seen a fire
|
|
47
|
+
like that since then, \r\n\r\n10\r\n00:00:49 --> 00:00:55\r\nI mean just an
|
|
48
|
+
incredible fire, and then of course these fires would start showing up in
|
|
49
|
+
other places. \r\n\r\n11\r\n00:00:56 --> 00:01:01\r\nAt that time at the university
|
|
50
|
+
you could almost go in any academic building any time of the day. \r\n\r\n12\r\n00:01:02
|
|
51
|
+
--> 00:01:05\r\nI mean there just wasn't the security that you have on campus
|
|
52
|
+
today, \r\n\r\n13\r\n00:01:06 --> 00:01:12\r\nThey did not catch-. The academic
|
|
53
|
+
year finished up and they had not caught the culprit. \r\n\r\n14\r\n00:01:13
|
|
54
|
+
--> 00:01:17\r\nIt was well into the summer before they caught the individual
|
|
55
|
+
who did it, \r\n\r\n15\r\n00:01:18 --> 00:01:22\r\nI wouldn't sit here and
|
|
56
|
+
tell you we all went around in great fear, \r\n\r\n16\r\n00:01:23 --> 00:01:29\r\nbut
|
|
57
|
+
it was frightening in a sense of a disturbing way, that this would be going
|
|
58
|
+
on at campus. \r\n\r\n17\r\n00:01:30 --> 00:01:34\r\nIt's certainly not the
|
|
59
|
+
frightening kind of sense of what we live with in today's world, \r\n\r\n18\r\n00:01:35
|
|
60
|
+
--> 00:01:40\r\nthough I'm not saying we go around every day thinking about
|
|
61
|
+
it, of a terrorist kind of thing, \r\n\r\n19\r\n00:01:41 --> 00:01:49\r\nand
|
|
62
|
+
as I say all the who-dun-it stuff probably played out more than anything that
|
|
63
|
+
dealt with fright or fear."
|
|
64
|
+
http_version:
|
|
65
|
+
recorded_at: Fri, 29 Mar 2013 16:55:06 GMT
|
|
66
|
+
- request:
|
|
67
|
+
method: get
|
|
68
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1964-p123-atkins&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
69
|
+
body:
|
|
70
|
+
encoding: US-ASCII
|
|
71
|
+
string: ''
|
|
72
|
+
headers:
|
|
73
|
+
Accept-Encoding:
|
|
74
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
75
|
+
Accept:
|
|
76
|
+
- '*/*'
|
|
77
|
+
User-Agent:
|
|
78
|
+
- Ruby
|
|
79
|
+
Host:
|
|
80
|
+
- scrc.lib.ncsu.edu
|
|
81
|
+
response:
|
|
82
|
+
status:
|
|
83
|
+
code: 200
|
|
84
|
+
message: OK
|
|
85
|
+
headers:
|
|
86
|
+
Date:
|
|
87
|
+
- Fri, 29 Mar 2013 16:55:05 GMT
|
|
88
|
+
Server:
|
|
89
|
+
- Apache-Coyote/1.1
|
|
90
|
+
Content-Type:
|
|
91
|
+
- application/json
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '194'
|
|
94
|
+
Set-Cookie:
|
|
95
|
+
- JSESSIONID=7592221631B84770490AEF63B8E6FA81; Path=/adore-djatoka/; HttpOnly
|
|
96
|
+
body:
|
|
97
|
+
encoding: UTF-8
|
|
98
|
+
string: |-
|
|
99
|
+
{
|
|
100
|
+
"identifier": "si-ag1964-p123-atkins",
|
|
101
|
+
"imagefile": "/storage/si-ag/si-ag1964-p123-atkins.jp2",
|
|
102
|
+
"width": "331",
|
|
103
|
+
"height": "327",
|
|
104
|
+
"dwtLevels": "7",
|
|
105
|
+
"levels": "2",
|
|
106
|
+
"compositingLayerCount": "1"
|
|
107
|
+
}
|
|
108
|
+
http_version:
|
|
109
|
+
recorded_at: Fri, 29 Mar 2013 16:55:06 GMT
|
|
110
|
+
- request:
|
|
111
|
+
method: get
|
|
112
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1964-p123-atkins&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
113
|
+
body:
|
|
114
|
+
encoding: US-ASCII
|
|
115
|
+
string: ''
|
|
116
|
+
headers:
|
|
117
|
+
Accept-Encoding:
|
|
118
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
119
|
+
Accept:
|
|
120
|
+
- '*/*'
|
|
121
|
+
User-Agent:
|
|
122
|
+
- Ruby
|
|
123
|
+
Host:
|
|
124
|
+
- scrc.lib.ncsu.edu
|
|
125
|
+
response:
|
|
126
|
+
status:
|
|
127
|
+
code: 200
|
|
128
|
+
message: OK
|
|
129
|
+
headers:
|
|
130
|
+
Date:
|
|
131
|
+
- Fri, 29 Mar 2013 16:55:05 GMT
|
|
132
|
+
Server:
|
|
133
|
+
- Apache-Coyote/1.1
|
|
134
|
+
Content-Type:
|
|
135
|
+
- application/json
|
|
136
|
+
Content-Length:
|
|
137
|
+
- '194'
|
|
138
|
+
Set-Cookie:
|
|
139
|
+
- JSESSIONID=9D2CAAF7B760B958DE13136D5F7FEBB9; Path=/adore-djatoka/; HttpOnly
|
|
140
|
+
body:
|
|
141
|
+
encoding: UTF-8
|
|
142
|
+
string: |-
|
|
143
|
+
{
|
|
144
|
+
"identifier": "si-ag1964-p123-atkins",
|
|
145
|
+
"imagefile": "/storage/si-ag/si-ag1964-p123-atkins.jp2",
|
|
146
|
+
"width": "331",
|
|
147
|
+
"height": "327",
|
|
148
|
+
"dwtLevels": "7",
|
|
149
|
+
"levels": "2",
|
|
150
|
+
"compositingLayerCount": "1"
|
|
151
|
+
}
|
|
152
|
+
http_version:
|
|
153
|
+
recorded_at: Fri, 29 Mar 2013 16:55:06 GMT
|
|
154
|
+
recorded_with: VCR 2.4.0
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://siskel.lib.ncsu.edu/SLI/atkins/atkins-campuslife_fire/atkins-campuslife_fire.vtt
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers: {}
|
|
10
|
+
response:
|
|
11
|
+
status:
|
|
12
|
+
code: 200
|
|
13
|
+
message: OK
|
|
14
|
+
headers:
|
|
15
|
+
Content-Length:
|
|
16
|
+
- '2096'
|
|
17
|
+
Content-Type:
|
|
18
|
+
- text/vtt;charset=utf-8
|
|
19
|
+
Last-Modified:
|
|
20
|
+
- Mon, 25 Jun 2012 17:56:55 GMT
|
|
21
|
+
Accept-Ranges:
|
|
22
|
+
- bytes
|
|
23
|
+
Etag:
|
|
24
|
+
- '"938d6de8fb52cd1:aa39"'
|
|
25
|
+
Server:
|
|
26
|
+
- Microsoft-IIS/6.0
|
|
27
|
+
Access-Control-Allow-Origin:
|
|
28
|
+
- '*'
|
|
29
|
+
X-Powered-By:
|
|
30
|
+
- ASP.NET
|
|
31
|
+
Date:
|
|
32
|
+
- Fri, 29 Mar 2013 16:55:07 GMT
|
|
33
|
+
body:
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: "\uFEFFWEBVTT FILE\r\n\r\n1\r\n00:00:00 --> 00:00:05\r\nIt was a frightening
|
|
36
|
+
time but it also was a time of great student intrigue \r\n\r\n2\r\n00:00:06
|
|
37
|
+
--> 00:00:10\r\nand the kind of who-dun-it syndrome set in. \r\n\r\n3\r\n00:00:11
|
|
38
|
+
--> 00:00:15\r\nBeing where Pullen Hall was and where the school of design
|
|
39
|
+
was-\r\n\r\n4\r\n00:00:16 --> 00:00:19\r\nand the fact we never left the school
|
|
40
|
+
of design until 3:00 or 4:00 in the morning\r\n\r\n5\r\n00:00:20 --> 00:00:23\r\n-when
|
|
41
|
+
that fire broke out, which was give or take about midnight,\r\n\r\n6\r\n00:00:24
|
|
42
|
+
--> 00:00:32\r\nI mean we could see the blaze, and of course we all moved-I
|
|
43
|
+
say we all; maybe there were, I don't know, twenty-five of us or whatever\r\n\r\n7\r\n00:00:33
|
|
44
|
+
--> 00:00:37\r\n-but we all moved over, and I mean it was just absolutely
|
|
45
|
+
incredible, \r\n\r\n8\r\n00:00:38 --> 00:00:42\r\nand of course it was a wood
|
|
46
|
+
frame building. \r\n\r\n9\r\n00:00:43 --> 00:00:48\r\nI've never seen a fire
|
|
47
|
+
like that since then, \r\n\r\n10\r\n00:00:49 --> 00:00:55\r\nI mean just an
|
|
48
|
+
incredible fire, and then of course these fires would start showing up in
|
|
49
|
+
other places. \r\n\r\n11\r\n00:00:56 --> 00:01:01\r\nAt that time at the university
|
|
50
|
+
you could almost go in any academic building any time of the day. \r\n\r\n12\r\n00:01:02
|
|
51
|
+
--> 00:01:05\r\nI mean there just wasn't the security that you have on campus
|
|
52
|
+
today, \r\n\r\n13\r\n00:01:06 --> 00:01:12\r\nThey did not catch-. The academic
|
|
53
|
+
year finished up and they had not caught the culprit. \r\n\r\n14\r\n00:01:13
|
|
54
|
+
--> 00:01:17\r\nIt was well into the summer before they caught the individual
|
|
55
|
+
who did it, \r\n\r\n15\r\n00:01:18 --> 00:01:22\r\nI wouldn't sit here and
|
|
56
|
+
tell you we all went around in great fear, \r\n\r\n16\r\n00:01:23 --> 00:01:29\r\nbut
|
|
57
|
+
it was frightening in a sense of a disturbing way, that this would be going
|
|
58
|
+
on at campus. \r\n\r\n17\r\n00:01:30 --> 00:01:34\r\nIt's certainly not the
|
|
59
|
+
frightening kind of sense of what we live with in today's world, \r\n\r\n18\r\n00:01:35
|
|
60
|
+
--> 00:01:40\r\nthough I'm not saying we go around every day thinking about
|
|
61
|
+
it, of a terrorist kind of thing, \r\n\r\n19\r\n00:01:41 --> 00:01:49\r\nand
|
|
62
|
+
as I say all the who-dun-it stuff probably played out more than anything that
|
|
63
|
+
dealt with fright or fear."
|
|
64
|
+
http_version:
|
|
65
|
+
recorded_at: Fri, 29 Mar 2013 16:55:07 GMT
|
|
66
|
+
- request:
|
|
67
|
+
method: get
|
|
68
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1964-p123-atkins&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
69
|
+
body:
|
|
70
|
+
encoding: US-ASCII
|
|
71
|
+
string: ''
|
|
72
|
+
headers:
|
|
73
|
+
Accept-Encoding:
|
|
74
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
75
|
+
Accept:
|
|
76
|
+
- '*/*'
|
|
77
|
+
User-Agent:
|
|
78
|
+
- Ruby
|
|
79
|
+
Host:
|
|
80
|
+
- scrc.lib.ncsu.edu
|
|
81
|
+
response:
|
|
82
|
+
status:
|
|
83
|
+
code: 200
|
|
84
|
+
message: OK
|
|
85
|
+
headers:
|
|
86
|
+
Date:
|
|
87
|
+
- Fri, 29 Mar 2013 16:55:07 GMT
|
|
88
|
+
Server:
|
|
89
|
+
- Apache-Coyote/1.1
|
|
90
|
+
Content-Type:
|
|
91
|
+
- application/json
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '194'
|
|
94
|
+
Set-Cookie:
|
|
95
|
+
- JSESSIONID=13A8DA3AE295537F43D892BA82225398; Path=/adore-djatoka/; HttpOnly
|
|
96
|
+
body:
|
|
97
|
+
encoding: UTF-8
|
|
98
|
+
string: |-
|
|
99
|
+
{
|
|
100
|
+
"identifier": "si-ag1964-p123-atkins",
|
|
101
|
+
"imagefile": "/storage/si-ag/si-ag1964-p123-atkins.jp2",
|
|
102
|
+
"width": "331",
|
|
103
|
+
"height": "327",
|
|
104
|
+
"dwtLevels": "7",
|
|
105
|
+
"levels": "2",
|
|
106
|
+
"compositingLayerCount": "1"
|
|
107
|
+
}
|
|
108
|
+
http_version:
|
|
109
|
+
recorded_at: Fri, 29 Mar 2013 16:55:07 GMT
|
|
110
|
+
- request:
|
|
111
|
+
method: get
|
|
112
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1964-p123-atkins&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
113
|
+
body:
|
|
114
|
+
encoding: US-ASCII
|
|
115
|
+
string: ''
|
|
116
|
+
headers:
|
|
117
|
+
Accept-Encoding:
|
|
118
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
119
|
+
Accept:
|
|
120
|
+
- '*/*'
|
|
121
|
+
User-Agent:
|
|
122
|
+
- Ruby
|
|
123
|
+
Host:
|
|
124
|
+
- scrc.lib.ncsu.edu
|
|
125
|
+
response:
|
|
126
|
+
status:
|
|
127
|
+
code: 200
|
|
128
|
+
message: OK
|
|
129
|
+
headers:
|
|
130
|
+
Date:
|
|
131
|
+
- Fri, 29 Mar 2013 16:55:07 GMT
|
|
132
|
+
Server:
|
|
133
|
+
- Apache-Coyote/1.1
|
|
134
|
+
Content-Type:
|
|
135
|
+
- application/json
|
|
136
|
+
Content-Length:
|
|
137
|
+
- '194'
|
|
138
|
+
Set-Cookie:
|
|
139
|
+
- JSESSIONID=327F5B09392CF660F720C077F187956E; Path=/adore-djatoka/; HttpOnly
|
|
140
|
+
body:
|
|
141
|
+
encoding: UTF-8
|
|
142
|
+
string: |-
|
|
143
|
+
{
|
|
144
|
+
"identifier": "si-ag1964-p123-atkins",
|
|
145
|
+
"imagefile": "/storage/si-ag/si-ag1964-p123-atkins.jp2",
|
|
146
|
+
"width": "331",
|
|
147
|
+
"height": "327",
|
|
148
|
+
"dwtLevels": "7",
|
|
149
|
+
"levels": "2",
|
|
150
|
+
"compositingLayerCount": "1"
|
|
151
|
+
}
|
|
152
|
+
http_version:
|
|
153
|
+
recorded_at: Fri, 29 Mar 2013 16:55:07 GMT
|
|
154
|
+
recorded_with: VCR 2.4.0
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://siskel.lib.ncsu.edu/SLI/tolson/tolson-roots/tolson-roots.vtt
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers: {}
|
|
10
|
+
response:
|
|
11
|
+
status:
|
|
12
|
+
code: 200
|
|
13
|
+
message: OK
|
|
14
|
+
headers:
|
|
15
|
+
Content-Length:
|
|
16
|
+
- '776'
|
|
17
|
+
Content-Type:
|
|
18
|
+
- text/vtt;charset=utf-8
|
|
19
|
+
Last-Modified:
|
|
20
|
+
- Thu, 23 Aug 2012 18:27:53 GMT
|
|
21
|
+
Accept-Ranges:
|
|
22
|
+
- bytes
|
|
23
|
+
Etag:
|
|
24
|
+
- '"bf96a425d81cd1:aa39"'
|
|
25
|
+
Server:
|
|
26
|
+
- Microsoft-IIS/6.0
|
|
27
|
+
Access-Control-Allow-Origin:
|
|
28
|
+
- '*'
|
|
29
|
+
X-Powered-By:
|
|
30
|
+
- ASP.NET
|
|
31
|
+
Date:
|
|
32
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
33
|
+
body:
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: "\uFEFFWEBVTT\r\n\r\n1\r\n00:00:00.000 --> 00:00:03.682\r\nI grew up
|
|
36
|
+
in eastern North Carolina, Edgecombe County,\r\n\r\n2\r\n00:00:03.682 -->
|
|
37
|
+
00:00:07.398\r\non a tobacco and dairy farm outside of Tarboro.\r\n\r\n3\r\n00:00:07.398
|
|
38
|
+
--> 00:00:12.456\r\nI'm the next to youngest of a family of eight children--\r\n\r\n4\r\n00:00:12.456
|
|
39
|
+
--> 00:00:19.328\r\n--and I am the first member of my family that went to
|
|
40
|
+
NC State.\r\n\r\n5\r\n00:00:19.328 --> 00:00:26.593\r\nEdgecombe County is
|
|
41
|
+
a very rural county,\r\n\r\n6\r\n00:00:26.593 --> 00:00:31.021\r\nmostly farming,
|
|
42
|
+
and that's what we did for a living as a family.\r\n\r\n7\r\n00:00:31.021
|
|
43
|
+
--> 00:00:36.396\r\nIt's about sixty-five miles east of Raleigh\r\n\r\n8\r\n00:00:36.396
|
|
44
|
+
--> 00:00:41.441\r\nso when I came to NC State, coming to NC State and coming
|
|
45
|
+
to Raleigh was coming to the big city."
|
|
46
|
+
http_version:
|
|
47
|
+
recorded_at: Fri, 29 Mar 2013 16:55:11 GMT
|
|
48
|
+
- request:
|
|
49
|
+
method: get
|
|
50
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1962-p408-tolson&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
51
|
+
body:
|
|
52
|
+
encoding: US-ASCII
|
|
53
|
+
string: ''
|
|
54
|
+
headers:
|
|
55
|
+
Accept-Encoding:
|
|
56
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
57
|
+
Accept:
|
|
58
|
+
- '*/*'
|
|
59
|
+
User-Agent:
|
|
60
|
+
- Ruby
|
|
61
|
+
Host:
|
|
62
|
+
- scrc.lib.ncsu.edu
|
|
63
|
+
response:
|
|
64
|
+
status:
|
|
65
|
+
code: 200
|
|
66
|
+
message: OK
|
|
67
|
+
headers:
|
|
68
|
+
Date:
|
|
69
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
70
|
+
Server:
|
|
71
|
+
- Apache-Coyote/1.1
|
|
72
|
+
Content-Type:
|
|
73
|
+
- application/json
|
|
74
|
+
Content-Length:
|
|
75
|
+
- '194'
|
|
76
|
+
Set-Cookie:
|
|
77
|
+
- JSESSIONID=6F92F29F794636F541CB4CBB59728070; Path=/adore-djatoka/; HttpOnly
|
|
78
|
+
body:
|
|
79
|
+
encoding: UTF-8
|
|
80
|
+
string: |-
|
|
81
|
+
{
|
|
82
|
+
"identifier": "si-ag1962-p408-tolson",
|
|
83
|
+
"imagefile": "/storage/si-ag/si-ag1962-p408-tolson.jp2",
|
|
84
|
+
"width": "360",
|
|
85
|
+
"height": "464",
|
|
86
|
+
"dwtLevels": "7",
|
|
87
|
+
"levels": "3",
|
|
88
|
+
"compositingLayerCount": "1"
|
|
89
|
+
}
|
|
90
|
+
http_version:
|
|
91
|
+
recorded_at: Fri, 29 Mar 2013 16:55:11 GMT
|
|
92
|
+
- request:
|
|
93
|
+
method: get
|
|
94
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1962-p408-tolson&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
95
|
+
body:
|
|
96
|
+
encoding: US-ASCII
|
|
97
|
+
string: ''
|
|
98
|
+
headers:
|
|
99
|
+
Accept-Encoding:
|
|
100
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
101
|
+
Accept:
|
|
102
|
+
- '*/*'
|
|
103
|
+
User-Agent:
|
|
104
|
+
- Ruby
|
|
105
|
+
Host:
|
|
106
|
+
- scrc.lib.ncsu.edu
|
|
107
|
+
response:
|
|
108
|
+
status:
|
|
109
|
+
code: 200
|
|
110
|
+
message: OK
|
|
111
|
+
headers:
|
|
112
|
+
Date:
|
|
113
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
114
|
+
Server:
|
|
115
|
+
- Apache-Coyote/1.1
|
|
116
|
+
Content-Type:
|
|
117
|
+
- application/json
|
|
118
|
+
Content-Length:
|
|
119
|
+
- '194'
|
|
120
|
+
Set-Cookie:
|
|
121
|
+
- JSESSIONID=1921F18322744C92130F01BB11940B1C; Path=/adore-djatoka/; HttpOnly
|
|
122
|
+
body:
|
|
123
|
+
encoding: UTF-8
|
|
124
|
+
string: |-
|
|
125
|
+
{
|
|
126
|
+
"identifier": "si-ag1962-p408-tolson",
|
|
127
|
+
"imagefile": "/storage/si-ag/si-ag1962-p408-tolson.jp2",
|
|
128
|
+
"width": "360",
|
|
129
|
+
"height": "464",
|
|
130
|
+
"dwtLevels": "7",
|
|
131
|
+
"levels": "3",
|
|
132
|
+
"compositingLayerCount": "1"
|
|
133
|
+
}
|
|
134
|
+
http_version:
|
|
135
|
+
recorded_at: Fri, 29 Mar 2013 16:55:11 GMT
|
|
136
|
+
recorded_with: VCR 2.4.0
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://siskel.lib.ncsu.edu/SLI/tolson/tolson-roots/tolson-roots.vtt
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers: {}
|
|
10
|
+
response:
|
|
11
|
+
status:
|
|
12
|
+
code: 200
|
|
13
|
+
message: OK
|
|
14
|
+
headers:
|
|
15
|
+
Content-Length:
|
|
16
|
+
- '776'
|
|
17
|
+
Content-Type:
|
|
18
|
+
- text/vtt;charset=utf-8
|
|
19
|
+
Last-Modified:
|
|
20
|
+
- Thu, 23 Aug 2012 18:27:53 GMT
|
|
21
|
+
Accept-Ranges:
|
|
22
|
+
- bytes
|
|
23
|
+
Etag:
|
|
24
|
+
- '"bf96a425d81cd1:aa39"'
|
|
25
|
+
Server:
|
|
26
|
+
- Microsoft-IIS/6.0
|
|
27
|
+
Access-Control-Allow-Origin:
|
|
28
|
+
- '*'
|
|
29
|
+
X-Powered-By:
|
|
30
|
+
- ASP.NET
|
|
31
|
+
Date:
|
|
32
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
33
|
+
body:
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: "\uFEFFWEBVTT\r\n\r\n1\r\n00:00:00.000 --> 00:00:03.682\r\nI grew up
|
|
36
|
+
in eastern North Carolina, Edgecombe County,\r\n\r\n2\r\n00:00:03.682 -->
|
|
37
|
+
00:00:07.398\r\non a tobacco and dairy farm outside of Tarboro.\r\n\r\n3\r\n00:00:07.398
|
|
38
|
+
--> 00:00:12.456\r\nI'm the next to youngest of a family of eight children--\r\n\r\n4\r\n00:00:12.456
|
|
39
|
+
--> 00:00:19.328\r\n--and I am the first member of my family that went to
|
|
40
|
+
NC State.\r\n\r\n5\r\n00:00:19.328 --> 00:00:26.593\r\nEdgecombe County is
|
|
41
|
+
a very rural county,\r\n\r\n6\r\n00:00:26.593 --> 00:00:31.021\r\nmostly farming,
|
|
42
|
+
and that's what we did for a living as a family.\r\n\r\n7\r\n00:00:31.021
|
|
43
|
+
--> 00:00:36.396\r\nIt's about sixty-five miles east of Raleigh\r\n\r\n8\r\n00:00:36.396
|
|
44
|
+
--> 00:00:41.441\r\nso when I came to NC State, coming to NC State and coming
|
|
45
|
+
to Raleigh was coming to the big city."
|
|
46
|
+
http_version:
|
|
47
|
+
recorded_at: Fri, 29 Mar 2013 16:55:12 GMT
|
|
48
|
+
- request:
|
|
49
|
+
method: get
|
|
50
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1962-p408-tolson&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
51
|
+
body:
|
|
52
|
+
encoding: US-ASCII
|
|
53
|
+
string: ''
|
|
54
|
+
headers:
|
|
55
|
+
Accept-Encoding:
|
|
56
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
57
|
+
Accept:
|
|
58
|
+
- '*/*'
|
|
59
|
+
User-Agent:
|
|
60
|
+
- Ruby
|
|
61
|
+
Host:
|
|
62
|
+
- scrc.lib.ncsu.edu
|
|
63
|
+
response:
|
|
64
|
+
status:
|
|
65
|
+
code: 200
|
|
66
|
+
message: OK
|
|
67
|
+
headers:
|
|
68
|
+
Date:
|
|
69
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
70
|
+
Server:
|
|
71
|
+
- Apache-Coyote/1.1
|
|
72
|
+
Content-Type:
|
|
73
|
+
- application/json
|
|
74
|
+
Content-Length:
|
|
75
|
+
- '194'
|
|
76
|
+
Set-Cookie:
|
|
77
|
+
- JSESSIONID=E7224F80895AD7B2EB774B6397C10186; Path=/adore-djatoka/; HttpOnly
|
|
78
|
+
body:
|
|
79
|
+
encoding: UTF-8
|
|
80
|
+
string: |-
|
|
81
|
+
{
|
|
82
|
+
"identifier": "si-ag1962-p408-tolson",
|
|
83
|
+
"imagefile": "/storage/si-ag/si-ag1962-p408-tolson.jp2",
|
|
84
|
+
"width": "360",
|
|
85
|
+
"height": "464",
|
|
86
|
+
"dwtLevels": "7",
|
|
87
|
+
"levels": "3",
|
|
88
|
+
"compositingLayerCount": "1"
|
|
89
|
+
}
|
|
90
|
+
http_version:
|
|
91
|
+
recorded_at: Fri, 29 Mar 2013 16:55:12 GMT
|
|
92
|
+
- request:
|
|
93
|
+
method: get
|
|
94
|
+
uri: http://scrc.lib.ncsu.edu/adore-djatoka/resolver?rft_id=si-ag1962-p408-tolson&svc_id=info:lanl-repo/svc/getMetadata&url_ver=Z39.88-2004
|
|
95
|
+
body:
|
|
96
|
+
encoding: US-ASCII
|
|
97
|
+
string: ''
|
|
98
|
+
headers:
|
|
99
|
+
Accept-Encoding:
|
|
100
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
101
|
+
Accept:
|
|
102
|
+
- '*/*'
|
|
103
|
+
User-Agent:
|
|
104
|
+
- Ruby
|
|
105
|
+
Host:
|
|
106
|
+
- scrc.lib.ncsu.edu
|
|
107
|
+
response:
|
|
108
|
+
status:
|
|
109
|
+
code: 200
|
|
110
|
+
message: OK
|
|
111
|
+
headers:
|
|
112
|
+
Date:
|
|
113
|
+
- Fri, 29 Mar 2013 16:55:11 GMT
|
|
114
|
+
Server:
|
|
115
|
+
- Apache-Coyote/1.1
|
|
116
|
+
Content-Type:
|
|
117
|
+
- application/json
|
|
118
|
+
Content-Length:
|
|
119
|
+
- '194'
|
|
120
|
+
Set-Cookie:
|
|
121
|
+
- JSESSIONID=3A9E0BAAC3A7A498F67F335FD282F876; Path=/adore-djatoka/; HttpOnly
|
|
122
|
+
body:
|
|
123
|
+
encoding: UTF-8
|
|
124
|
+
string: |-
|
|
125
|
+
{
|
|
126
|
+
"identifier": "si-ag1962-p408-tolson",
|
|
127
|
+
"imagefile": "/storage/si-ag/si-ag1962-p408-tolson.jp2",
|
|
128
|
+
"width": "360",
|
|
129
|
+
"height": "464",
|
|
130
|
+
"dwtLevels": "7",
|
|
131
|
+
"levels": "3",
|
|
132
|
+
"compositingLayerCount": "1"
|
|
133
|
+
}
|
|
134
|
+
http_version:
|
|
135
|
+
recorded_at: Fri, 29 Mar 2013 16:55:12 GMT
|
|
136
|
+
recorded_with: VCR 2.4.0
|