Author: hnguy
Date: Fri Sep 24 13:58:29 2010
New Revision: 1000873

URL: http://svn.apache.org/viewvc?rev=1000873&view=rev
Log:
SHINDIG-1430 - Patch from Eric Woods - Update license clean up sample data for 
Media Sample Gadget

Modified:
    shindig/trunk/content/sampledata/canonicaldb.json

Modified: shindig/trunk/content/sampledata/canonicaldb.json
URL: 
http://svn.apache.org/viewvc/shindig/trunk/content/sampledata/canonicaldb.json?rev=1000873&r1=1000872&r2=1000873&view=diff
==============================================================================
--- shindig/trunk/content/sampledata/canonicaldb.json (original)
+++ shindig/trunk/content/sampledata/canonicaldb.json Fri Sep 24 13:58:29 2010
@@ -371,68 +371,21 @@
 },
 "albums" : {
        "john.doe": [{
-               "id" : "germany123",
+               "id" : "album123",
                "ownerId" : "john.doe",
-               "thumbnailUrl" : 
"http://hphotos-snc3.fbcdn.net/hs050.snc3/13734_810445703213_6222631_45135775_1728872_n.jpg";,
-               "title" : "Germany 2009",
-               "description" : "Garmisch-Partenkirchen for research!",
+               "thumbnailUrl" : 
"http://pages.example.org/albums/4433221-tn.png";,
+               "title" : "Example Album",
+               "description" : "This is an example album, and this text is an 
example description",
                "location" : { "latitude": 0, "longitude": 0 }
-       }, {
-               "id" : "cruise123",
-               "ownerId" : "john.doe",
-               "thumbnailUrl" : 
"http://hphotos-snc3.fbcdn.net/hs143.snc3/17062_828584892133_6222631_45795844_8024804_n.jpg";,
-               "title" : "Graduation Cruise",
-               "description" : "Graduation cruise!"
-       }, {
-               "id" : "temp123",
-               "ownerId" : "john.doe",
-               "title" : "Album with no Thumbnail",
-               "description" : "I don't have a thumbnail.  I'm a perfect album 
to delete..."
        }]
 },
 "mediaItems" : {
        "john.doe": [{
-               "title" : "Ski Jump",
-               "description" : "We're going to the top!",
-               "id" : "mediaItem2",
-               "albumId" : "germany123",
-               "mimeType" : "image/jpeg",
-               "type" : "image",
-               "thumbnailUrl" : 
"http://hphotos-snc3.fbcdn.net/hs070.snc3/13734_810445668283_6222631_45135772_741359_n.jpg";,
-               "url" : 
"http://hphotos-snc3.fbcdn.net/hs070.snc3/13734_810445668283_6222631_45135772_741359_n.jpg";
-       }, {
-               "title" : "Frozen",
-               "description" : "Cool effects...",
-               "id" : "mediaItem3",
-               "albumId" : "germany123",
-               "mimeType" : "image/jpeg",
-               "type" : "image",
-               "thumbnailUrl" : 
"http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs369.snc4/45245_928217193203_6222631_49412689_3724203_n.jpg";,
-               "url" : 
"http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs369.snc4/45245_928217193203_6222631_49412689_3724203_n.jpg";
-       }, {
-               "title" : "Hotel resort",
-               "id" : "mediaItem4",
-               "albumId" : "germany123",
-               "mimeType" : "image/jpeg",
-               "type" : "image",
-               "thumbnailUrl" : 
"http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs050.snc3/13734_810445788043_6222631_45135783_1591091_n.jpg";,
-               "url" : 
"http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs050.snc3/13734_810445788043_6222631_45135783_1591091_n.jpg";
-       }, {
-               "title" : "Authentic? Yes!",
-               "id" : "mediaItem5",
-               "albumId" : "germany123",
-               "mimeType" : "image/jpeg",
-               "type" : "image",
-               "thumbnailUrl" : 
"http://hphotos-snc3.fbcdn.net/hs050.snc3/13734_810445758103_6222631_45135780_284612_n.jpg";,
-               "url" : 
"http://hphotos-snc3.fbcdn.net/hs050.snc3/13734_810445758103_6222631_45135780_284612_n.jpg";
-       }, {
-               "title" : "Garmisch-Partenkirchen",
-               "id" : "mediaItem6",
-               "albumId" : "germany123",
+               "id" : "mediaItem123",
+               "albumId" : "album123",
                "mimeType" : "image/jpeg",
                "type" : "image",
-               "thumbnailUrl" : 
"http://hphotos-snc3.fbcdn.net/hs050.snc3/13734_810445703213_6222631_45135775_1728872_n.jpg";,
-               "url" : 
"http://hphotos-snc3.fbcdn.net/hs050.snc3/13734_810445703213_6222631_45135775_1728872_n.jpg";
+               "url" : 
"http://animals.nationalgeographic.com/staticfiles/NGS/Shared/StaticFiles/animals/images/primary/black-spider-monkey.jpg";
        }]
 },
 //


Reply via email to