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-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/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
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "camp",
|
|
|
|
"pattern": "^/camp/?$",
|
|
|
|
"routeAlias": "/camp/?$",
|
|
|
|
"view": "camp/camp",
|
|
|
|
"title": "Down Deep"
|
2016-05-16 17:59:20 -04:00
|
|
|
},
|
2016-07-21 16:56:01 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "cards",
|
|
|
|
"pattern": "^/info/cards/?$",
|
|
|
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq)/?$",
|
|
|
|
"view": "cards/cards",
|
|
|
|
"title": "Cards"
|
2016-07-21 16:56:01 -04:00
|
|
|
},
|
2015-09-25 09:59:56 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "communityblocks-interviews",
|
|
|
|
"pattern": "^/info/communityblocks-interviews/?$",
|
|
|
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
|
|
|
"view": "communityblocks-interviews/communityblocks-interviews",
|
|
|
|
"title": "Community Blocks Beta Tester Interviews"
|
|
|
|
},
|
2016-04-30 14:07:11 -04:00
|
|
|
{
|
2016-07-19 16:51:28 -04:00
|
|
|
"name": "conference-index",
|
2017-12-18 11:19:48 -05:00
|
|
|
"pattern": "^/conference/?(\\?.*)?$",
|
2017-11-21 09:25:42 -05:00
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
2017-11-20 09:12:12 -05:00
|
|
|
"view": "conference/2018/index/index",
|
|
|
|
"title": "Scratch Conference",
|
|
|
|
"viewportWidth": "device-width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-index-2017",
|
|
|
|
"pattern": "^/conference/2017/?$",
|
2017-11-21 09:25:42 -05:00
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
2017-02-15 08:35:10 -05:00
|
|
|
"view": "conference/2017/index/index",
|
2016-07-19 16:51:28 -04:00
|
|
|
"title": "Scratch Conference",
|
|
|
|
"viewportWidth": "device-width"
|
2016-04-30 14:07:11 -04:00
|
|
|
},
|
2016-06-15 08:19:27 -04:00
|
|
|
{
|
2018-05-22 14:34:47 -04:00
|
|
|
"name": "conference-details-2018",
|
|
|
|
"pattern": "^/conference/2018/:id/details/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
2018-05-22 14:34:47 -04:00
|
|
|
"view": "conference/2018/details/details",
|
|
|
|
"title": "Event Details"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-expectations-2018",
|
|
|
|
"pattern": "^/conference/2018/expect/?$",
|
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
|
|
|
"view": "conference/2018/expect/expect",
|
|
|
|
"title": "What to Expect"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conference-index-2018",
|
|
|
|
"pattern": "^/conference/2018/?$",
|
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
|
|
|
"view": "conference/2018/index/index",
|
2017-02-15 08:34:46 -05:00
|
|
|
"title": "Scratch Conference",
|
|
|
|
"viewportWidth": "device-width"
|
|
|
|
},
|
|
|
|
{
|
2018-05-22 14:34:47 -04:00
|
|
|
"name": "conference-plan-2018",
|
|
|
|
"pattern": "^/conference/2018/plan/?$",
|
2017-02-15 08:34:46 -05:00
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
2018-05-22 14:34:47 -04:00
|
|
|
"view": "conference/2018/plan/plan",
|
2016-08-24 07:54:08 -04:00
|
|
|
"title": "Plan Your Visit"
|
2016-06-15 08:19:27 -04:00
|
|
|
},
|
|
|
|
{
|
2018-05-22 14:34:47 -04:00
|
|
|
"name": "conference-schedule-2018",
|
|
|
|
"pattern": "^/conference/2018/schedule/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/conference(?!/201[4-5])",
|
2018-05-22 14:34:47 -04:00
|
|
|
"view": "conference/2018/schedule/schedule",
|
2016-08-24 07:54:08 -04:00
|
|
|
"title": "Conference Schedule"
|
2016-06-15 08:19:27 -04:00
|
|
|
},
|
2016-04-30 14:07:11 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "credits",
|
|
|
|
"pattern": "^/info/credits/?$",
|
|
|
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
|
|
|
"view": "credits/credits",
|
|
|
|
"title": "Credits"
|
2016-04-30 14:07:11 -04:00
|
|
|
},
|
2015-11-18 21:14:54 -05:00
|
|
|
{
|
2016-07-19 16:51:28 -04:00
|
|
|
"name": "developers",
|
|
|
|
"pattern": "^/developers/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/developers/?$",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "developers/developers",
|
|
|
|
"title": "Developers"
|
2016-01-31 13:02:10 -05:00
|
|
|
},
|
2016-06-01 11:57:50 -04:00
|
|
|
{
|
2016-07-19 16:51:28 -04:00
|
|
|
"name": "dmca",
|
|
|
|
"pattern": "^/DMCA/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/DMCA/?$",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "dmca/dmca",
|
|
|
|
"title": "DMCA"
|
2016-06-01 11:57:50 -04:00
|
|
|
},
|
2017-07-21 07:30:42 -04:00
|
|
|
{
|
|
|
|
"name": "download",
|
|
|
|
"pattern": "^/download/?$",
|
|
|
|
"routeAlias": "/download",
|
|
|
|
"view": "download/download",
|
|
|
|
"title": "Scratch Offline Editor"
|
2017-07-19 11:48:29 -04:00
|
|
|
},
|
2016-06-23 17:26:28 -04:00
|
|
|
{
|
|
|
|
"name": "educator-landing",
|
|
|
|
"pattern": "^/educators/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
|
2016-06-23 17:26:28 -04:00
|
|
|
"view": "teachers/landing/landing",
|
|
|
|
"title": "Educators"
|
|
|
|
},
|
2016-03-09 14:33:17 -05:00
|
|
|
{
|
2016-07-19 16:51:28 -04:00
|
|
|
"name": "explore",
|
2017-05-18 13:57:49 -04:00
|
|
|
"pattern": "^/explore/:projects(projects|studios)/:all/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/explore(?!/ajax)",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "explore/explore",
|
|
|
|
"title": "Explore"
|
2016-04-21 16:22:39 -04:00
|
|
|
},
|
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "faq",
|
|
|
|
"pattern": "^/info/faq/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq)/?$",
|
2017-07-21 07:30:42 -04:00
|
|
|
"view": "faq/faq",
|
|
|
|
"title": "FAQ"
|
2016-05-19 11:34:59 -04:00
|
|
|
},
|
2016-11-15 07:22:16 -05:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "guidelines",
|
|
|
|
"pattern": "^/community_guidelines/?$",
|
|
|
|
"routeAlias": "/community_guidelines/?$",
|
|
|
|
"view": "guidelines/guidelines",
|
|
|
|
"title": "Scratch Community Guidelines"
|
2017-06-21 16:20:18 -04:00
|
|
|
},
|
2016-04-23 08:14:17 -04:00
|
|
|
{
|
2016-07-19 16:51:28 -04:00
|
|
|
"name": "jobs",
|
|
|
|
"pattern": "^/jobs/?$",
|
2017-04-11 12:57:02 -04:00
|
|
|
"routeAlias": "/jobs(/moderator)?/?$",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "jobs/jobs",
|
|
|
|
"title": "Jobs"
|
2016-05-13 20:45:48 -04:00
|
|
|
},
|
2017-02-23 11:53:29 -05:00
|
|
|
{
|
|
|
|
"name": "jobs-moderator",
|
2017-02-28 09:33:18 -05:00
|
|
|
"pattern": "^/jobs/moderator/?$",
|
2017-04-11 12:57:02 -04:00
|
|
|
"routeAlias": "/jobs(/moderator)?/?$",
|
2017-02-23 11:53:29 -05:00
|
|
|
"view": "jobs/moderator/moderator",
|
|
|
|
"title": "Community Moderator"
|
|
|
|
},
|
2017-08-31 17:05:22 -04:00
|
|
|
{
|
|
|
|
"name": "messages",
|
|
|
|
"pattern": "^/messages/?$",
|
2017-09-01 14:39:47 -04:00
|
|
|
"routeAlias": "/messages(?!/ajax)",
|
2017-08-31 17:05:22 -04:00
|
|
|
"view": "messages/container",
|
|
|
|
"title": "Messages"
|
|
|
|
},
|
2017-07-21 07:30:42 -04:00
|
|
|
{
|
|
|
|
"name": "microworld-art",
|
|
|
|
"pattern": "^/microworlds/art",
|
|
|
|
"routeAlias": "/microworlds",
|
|
|
|
"view": "microworld/art/art",
|
|
|
|
"title": "Art"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "microworld-fashion",
|
|
|
|
"pattern": "^/microworlds/fashion",
|
|
|
|
"routeAlias": "/microworlds",
|
|
|
|
"view": "microworld/fashion/fashion",
|
|
|
|
"title": "Fashion"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "microworld-hiphop",
|
|
|
|
"pattern": "^/microworlds/hiphop",
|
|
|
|
"routeAlias": "/microworlds",
|
|
|
|
"view": "microworld/hiphop/hiphop",
|
|
|
|
"title": "Hip Hop Dance"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "microworld-soccer",
|
|
|
|
"pattern": "^/microworlds/soccer",
|
|
|
|
"routeAlias": "/microworlds",
|
|
|
|
"view": "microworld/soccer/soccer",
|
|
|
|
"title": "Soccer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "microworlds-homepage",
|
|
|
|
"pattern": "^/microworlds/go/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/microworlds",
|
|
|
|
"view": "microworldshomepage/microworldshomepage",
|
|
|
|
"title": "Microworlds"
|
|
|
|
},
|
2018-02-20 17:04:45 -05:00
|
|
|
{
|
|
|
|
"name": "preview",
|
2018-05-02 17:01:52 -04:00
|
|
|
"pattern": "^/preview(/editor|(/\\d+(/editor|/fullscreen)?)?)?/?$",
|
2018-02-20 17:04:45 -05:00
|
|
|
"routeAlias": "/preview/?$",
|
|
|
|
"view": "preview/preview",
|
|
|
|
"title": "Scratch 3.0 Preview"
|
|
|
|
},
|
2018-01-08 13:39:29 -05:00
|
|
|
{
|
|
|
|
"name": "preview-faq",
|
|
|
|
"pattern": "^/preview-faq/?$",
|
|
|
|
"routeAlias": "/preview-faq/?$",
|
|
|
|
"view": "preview-faq/preview-faq",
|
|
|
|
"title": "Scratch 3.0 Preview FAQ"
|
|
|
|
},
|
2016-05-13 20:45:48 -04:00
|
|
|
{
|
|
|
|
"name": "privacypolicy",
|
|
|
|
"pattern": "^/privacy_policy/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/privacy_policy/?$",
|
2016-05-13 20:45:48 -04:00
|
|
|
"view": "privacypolicy/privacypolicy",
|
|
|
|
"title": "Privacy Policy"
|
2016-05-18 21:37:06 -04:00
|
|
|
},
|
2018-04-03 04:22:36 -04:00
|
|
|
{
|
|
|
|
"name": "research",
|
|
|
|
"pattern": "^/research/?$",
|
|
|
|
"routeAlias": "/research",
|
|
|
|
"view": "research/research",
|
|
|
|
"title": "Research"
|
|
|
|
},
|
2016-07-19 16:51:28 -04:00
|
|
|
{
|
|
|
|
"name": "search",
|
2017-05-24 17:33:55 -04:00
|
|
|
"pattern": "^/search/:projects/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/search",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "search/search",
|
|
|
|
"title": "Search"
|
|
|
|
},
|
2017-02-01 15:57:04 -05:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "splash",
|
|
|
|
"pattern": "^/?$",
|
|
|
|
"routeAlias": "/?$",
|
|
|
|
"view": "splash/splash",
|
|
|
|
"title": "Imagine, Program, Share"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "student-complete-registration",
|
|
|
|
"pattern": "^/classes/complete_registration",
|
|
|
|
"routeAlias": "/classes/(complete_registration|.+/register/.+)",
|
|
|
|
"view": "studentcompleteregistration/studentcompleteregistration",
|
|
|
|
"title": "Complete your Registration"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "student-registration",
|
|
|
|
"pattern": "^/classes/:id/register/:token",
|
|
|
|
"routeAlias": "/classes/(complete_registration|.+/register/.+)",
|
|
|
|
"view": "studentregistration/studentregistration",
|
|
|
|
"title": "Class Registration"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "teacher-faq",
|
|
|
|
"pattern": "^/educators/faq/?$",
|
|
|
|
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
|
|
|
|
"view": "teachers/faq/faq",
|
|
|
|
"title": "Teacher Accounts FAQ"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "teacherregistration",
|
|
|
|
"pattern": "^/educators/register/?$",
|
|
|
|
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
|
|
|
|
"view": "teacherregistration/teacherregistration",
|
|
|
|
"title": "Teacher Registration"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "teacherwaitingroom",
|
|
|
|
"pattern": "^/educators/waiting",
|
|
|
|
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
|
|
|
|
"view": "teacherwaitingroom/teacherwaitingroom",
|
|
|
|
"title": "Thank you for requesting a Scratch Teacher Account"
|
2017-02-01 15:57:04 -05:00
|
|
|
},
|
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-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/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"
|
2016-07-19 16:51:28 -04:00
|
|
|
},
|
2017-07-21 07:30:42 -04:00
|
|
|
{
|
|
|
|
"name": "tips",
|
|
|
|
"pattern": "^/tips/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/tips/?\\??",
|
|
|
|
"view": "tips/tips",
|
|
|
|
"title": "Tips"
|
|
|
|
},
|
2016-07-19 16:51:28 -04:00
|
|
|
{
|
|
|
|
"name": "wedo2",
|
|
|
|
"pattern": "^/wedo/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/wedo/?$",
|
2016-07-19 16:51:28 -04:00
|
|
|
"view": "wedo2/wedo2",
|
|
|
|
"title": "LEGO WeDo 2.0"
|
|
|
|
},
|
2017-07-26 10:26:32 -04:00
|
|
|
{
|
|
|
|
"name": "donate-redirect",
|
|
|
|
"pattern": "^/info/donate/?",
|
|
|
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
|
|
|
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
|
|
|
},
|
2016-07-19 16:51:28 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "download-redirect",
|
|
|
|
"pattern": "^/scratch2download/?$",
|
|
|
|
"routeAlias": "/scratch2download",
|
|
|
|
"redirect": "/download"
|
2017-06-20 14:38:14 -04:00
|
|
|
},
|
2016-07-19 16:51:28 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "explore-projects-redirect",
|
|
|
|
"pattern": "^/explore/projects/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/explore(?!/ajax)",
|
2016-07-19 16:51:28 -04:00
|
|
|
"redirect": "/explore/projects/all"
|
|
|
|
},
|
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "explore-redirect",
|
|
|
|
"pattern": "^/explore/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/explore(?!/ajax)",
|
2016-07-19 16:51:28 -04:00
|
|
|
"redirect": "/explore/projects/all"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "explore-studios-redirect",
|
|
|
|
"pattern": "^/explore/studios/?$",
|
2016-07-22 12:38:24 -04:00
|
|
|
"routeAlias": "/explore(?!/ajax)",
|
2016-07-19 16:51:28 -04:00
|
|
|
"redirect": "/explore/studios/all"
|
2016-08-22 13:31:44 -04:00
|
|
|
},
|
2017-07-21 09:51:45 -04:00
|
|
|
{
|
|
|
|
"name": "help-redirect",
|
|
|
|
"pattern": "^/help/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/help/?(\\?.*)?$",
|
|
|
|
"redirect": "/tips"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoc-redirect",
|
|
|
|
"pattern": "^/hoc/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/hoc/?\\??",
|
|
|
|
"redirect": "/tips"
|
|
|
|
},
|
2017-12-02 12:19:45 -05:00
|
|
|
{
|
|
|
|
"name": "hoc2014-redirect",
|
|
|
|
"pattern": "^/hoc2014/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/hoc2014/?\\??",
|
|
|
|
"redirect": "/tips"
|
|
|
|
},
|
2017-06-16 10:11:58 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "info-redirect",
|
|
|
|
"pattern": "^/info/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/info/?(\\?.*)?$",
|
|
|
|
"redirect": "/tips"
|
2016-08-22 13:31:44 -04:00
|
|
|
},
|
2018-04-03 09:13:30 -04:00
|
|
|
{
|
|
|
|
"name": "research-redirect",
|
|
|
|
"pattern": "^/info/research/?$",
|
|
|
|
"routeAlias": "/info/research",
|
|
|
|
"redirect": "/research"
|
|
|
|
},
|
2016-08-22 13:31:44 -04:00
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "search-redirect",
|
|
|
|
"pattern": "^/search/?$",
|
|
|
|
"routeAlias": "/search",
|
|
|
|
"redirect": "/search/projects"
|
2016-08-22 13:31:44 -04:00
|
|
|
},
|
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "splash-redirect",
|
|
|
|
"pattern": "^///?$",
|
|
|
|
"redirect": "/"
|
2016-12-15 16:59:48 -05:00
|
|
|
},
|
|
|
|
{
|
2017-07-21 07:30:42 -04:00
|
|
|
"name": "store",
|
|
|
|
"pattern": "^/store/?$",
|
|
|
|
"routeAlias": "/store",
|
|
|
|
"redirect": "https://scratch-foundation.myshopify.com"
|
2017-07-21 09:51:45 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "things-to-try-redirect",
|
|
|
|
"pattern": "^/go/?(\\?.*)?$",
|
|
|
|
"routeAlias": "/go/?\\??",
|
|
|
|
"redirect": "/tips"
|
2015-09-04 01:26:56 -04:00
|
|
|
}
|
|
|
|
]
|