-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmap.json
44 lines (44 loc) · 1.41 KB
/
map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{"name": "Test map. Just to load some URLs",
"domain": "people.csail.mit.edu",
"author" : {"name" : "sarah", "email" : "[email protected]"},
"content": {
"site": {
"title": "zzzSiteTitle",
"subtitle": "zzzSiteSubtitle",
"url": "http://people.csail.mit.edu/eob/theme_jailbreak/"
},
"posts": [
{
"name": "zzzPostTitle2",
"url": "http://people.csail.mit.edu/eob/theme_jailbreak/?p=5",
"content": "zzzPost1Content",
"author" : "sarah",
"title" : "from the map",
"date_created" : "2013-03-21 18:46:03",
"categories" : ["uncategorized", "zzzCategory1"],
"tags" : ["zzztag", "sarahtag", "testtag"],
"format" : "standard",
"comments" : [
{"author" : "sarah" ,"email" : "[email protected]", "content": "zzzcomment1", "date" : "2013-04-10 20:49:46"}
]
}
],
"pages": [
{
"title": "zzzPageTitle1",
"url": "http://people.csail.mit.edu/eob/theme_jailbreak/?page_id=2",
"content": "zzzPage1Content",
"author" : "sarah",
"comments" : []
},
{
"title": "zzzPageTitle2",
"url": "http://people.csail.mit.edu/eob/theme_jailbreak/?page_id=10",
"content": "zzzPage2Content",
"author" : "sarah",
"comments" : []
}
],
"categories": ["zzzCategory1", "zzzCategory2", "zzzCategory3", "zzzCategory4"]
}
}