2015-09-04 01:26:56 -04:00
|
|
|
[
|
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "splash",
|
2016-04-15 19:42:57 -04:00
|
|
|
"pattern": "^/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "splash/splash",
|
2015-10-20 12:48:32 -04:00
|
|
|
"title": "Imagine, Program, Share"
|
2015-09-04 01:26:56 -04:00
|
|
|
},
|
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "about",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/about/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "about/about",
|
2015-10-20 12:48:32 -04:00
|
|
|
"title": "About"
|
2015-09-08 10:54:15 -04:00
|
|
|
},
|
2016-05-16 17:59:20 -04:00
|
|
|
{
|
|
|
|
"name": "developers",
|
|
|
|
"pattern": "^/developers/?$",
|
|
|
|
"view": "developers/developers",
|
|
|
|
"title": "Developers"
|
|
|
|
},
|
2015-09-25 09:59:56 -04:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "hoc",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/hoc/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "hoc/hoc",
|
2015-10-20 12:48:32 -04:00
|
|
|
"title": "Hour of Code"
|
2015-11-18 21:14:54 -05:00
|
|
|
},
|
2016-04-30 14:07:11 -04:00
|
|
|
{
|
|
|
|
"name": "explore",
|
|
|
|
"pattern": "^/explore/:projects/:all/?$",
|
2016-06-14 11:28:20 -04:00
|
|
|
"routeAlias": "^/explore",
|
2016-04-30 14:07:11 -04:00
|
|
|
"view": "explore/explore",
|
|
|
|
"title": "Explore"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "search",
|
2016-04-30 16:03:11 -04:00
|
|
|
"pattern": "^/search/:projects?$/?$",
|
2016-06-14 11:28:20 -04:00
|
|
|
"routeAlias": "^/search",
|
2016-04-30 14:07:11 -04:00
|
|
|
"view": "search/search",
|
|
|
|
"title": "Search"
|
|
|
|
},
|
2015-11-18 21:14:54 -05:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "credits",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/info/credits/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "credits/credits",
|
2015-11-18 21:14:54 -05:00
|
|
|
"title": "Credits"
|
2016-01-31 13:02:10 -05:00
|
|
|
},
|
2016-06-01 11:57:50 -04:00
|
|
|
{
|
|
|
|
"name": "faq",
|
|
|
|
"pattern": "^/info/faq/?$",
|
|
|
|
"view": "faq/faq",
|
|
|
|
"title": "FAQ"
|
|
|
|
},
|
2016-03-16 10:42:28 -04:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "cards",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/info/cards/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "cards/cards",
|
2016-03-16 10:42:28 -04:00
|
|
|
"title": "Cards"
|
|
|
|
},
|
2016-04-01 13:23:48 -04:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "communityblocks-interviews",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/info/communityblocks-interviews/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "communityblocks-interviews/communityblocks-interviews",
|
2016-04-01 13:23:48 -04:00
|
|
|
"title": "Community Blocks Beta Tester Interviews"
|
|
|
|
},
|
2015-11-29 13:42:26 -05:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "jobs",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/jobs/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "jobs/jobs",
|
2015-11-29 13:42:26 -05:00
|
|
|
"title": "Jobs"
|
2016-03-10 09:05:51 -05:00
|
|
|
},
|
2016-03-29 10:07:23 -04:00
|
|
|
{
|
|
|
|
"name": "teacherregistration",
|
|
|
|
"pattern": "^/register-teacher/?$",
|
|
|
|
"view": "teacherregistration/teacherregistration",
|
|
|
|
"title": "Teacher Registration"
|
|
|
|
},
|
2016-03-09 14:33:17 -05:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "wedo2",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/wedo/?$",
|
2016-04-21 16:16:59 -04:00
|
|
|
"view": "wedo2/wedo2",
|
2016-03-09 14:33:17 -05:00
|
|
|
"title": "LEGO WeDo 2.0"
|
2016-04-09 12:04:39 -04:00
|
|
|
},
|
2016-04-21 16:22:39 -04:00
|
|
|
{
|
|
|
|
"name": "conference-index",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/conference/?$",
|
2016-06-14 12:42:13 -04:00
|
|
|
"routeAlias": "^/conference(?!/201[4-5])",
|
2016-04-21 16:22:39 -04:00
|
|
|
"view": "conference/index/index",
|
2016-04-26 14:19:21 -04:00
|
|
|
"title": "Scratch Conference",
|
|
|
|
"viewportWidth": "device-width"
|
2016-04-21 16:22:39 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-plan",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/conference/plan/?$",
|
2016-06-14 12:42:13 -04:00
|
|
|
"routeAlias": "^/conference(?!/201[4-5])",
|
2016-04-21 16:22:39 -04:00
|
|
|
"view": "conference/plan/plan",
|
2016-04-26 14:19:21 -04:00
|
|
|
"title": "Plan Your Visit",
|
|
|
|
"viewportWidth": "device-width"
|
2016-04-21 16:22:39 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-expectations",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/conference/expect/?$",
|
2016-06-14 12:42:13 -04:00
|
|
|
"routeAlias": "^/conference(?!/201[4-5])",
|
2016-04-21 16:22:39 -04:00
|
|
|
"view": "conference/expect/expect",
|
2016-04-26 14:19:21 -04:00
|
|
|
"title": "What to Expect",
|
|
|
|
"viewportWidth": "device-width"
|
2016-04-21 16:22:39 -04:00
|
|
|
},
|
2016-05-19 11:34:59 -04:00
|
|
|
{
|
|
|
|
"name": "conference-schedule",
|
|
|
|
"pattern": "^/conference/schedule/?$",
|
2016-06-14 12:42:13 -04:00
|
|
|
"routeAlias": "^/conference(?!/201[4-5])",
|
2016-05-19 11:34:59 -04:00
|
|
|
"view": "conference/schedule/schedule",
|
|
|
|
"title": "Conference Schedule",
|
|
|
|
"viewportWidth": "device-width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-details",
|
|
|
|
"pattern": "^/conference/:id/details/?$",
|
2016-06-14 12:42:13 -04:00
|
|
|
"routeAlias": "^/conference(?!/201[4-5])",
|
2016-05-19 11:34:59 -04:00
|
|
|
"view": "conference/details/details",
|
|
|
|
"title": "Event Details",
|
|
|
|
"viewportWidth": "device-width"
|
|
|
|
},
|
2016-04-09 12:04:39 -04:00
|
|
|
{
|
2016-04-21 16:16:59 -04:00
|
|
|
"name": "donate",
|
2016-04-28 14:18:42 -04:00
|
|
|
"pattern": "^/info/donate/?",
|
2016-04-09 12:04:39 -04:00
|
|
|
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
2016-04-23 08:14:17 -04:00
|
|
|
},
|
2016-04-25 07:44:57 -04:00
|
|
|
{
|
|
|
|
"name": "dmca",
|
2016-05-03 10:23:34 -04:00
|
|
|
"pattern": "^/DMCA/?$",
|
2016-04-25 07:44:57 -04:00
|
|
|
"view": "dmca/dmca",
|
|
|
|
"title": "DMCA"
|
2016-05-03 10:23:34 -04:00
|
|
|
},
|
2016-04-23 08:14:17 -04:00
|
|
|
{
|
|
|
|
"name": "guidelines",
|
2016-06-01 11:57:50 -04:00
|
|
|
"pattern": "^/community_guidelines/?$",
|
2016-04-23 08:14:17 -04:00
|
|
|
"view": "guidelines/guidelines",
|
|
|
|
"title": "Scratch Community Guidelines"
|
2016-05-13 20:45:48 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "privacypolicy",
|
|
|
|
"pattern": "^/privacy_policy/?$",
|
|
|
|
"view": "privacypolicy/privacypolicy",
|
|
|
|
"title": "Privacy Policy"
|
2016-05-18 21:37:06 -04:00
|
|
|
},
|
|
|
|
{
|
2016-05-26 11:31:54 -04:00
|
|
|
"name": "terms",
|
2016-05-18 21:37:06 -04:00
|
|
|
"pattern": "^/terms_of_use/?$",
|
2016-05-26 11:31:54 -04:00
|
|
|
"view": "terms/terms",
|
2016-05-18 21:37:06 -04:00
|
|
|
"title": "Scratch Terms of Use"
|
2015-09-04 01:26:56 -04:00
|
|
|
}
|
|
|
|
]
|