scratch-www/src/routes.json

152 lines
4 KiB
JSON
Raw Normal View History

[
{
"name": "splash",
"pattern": "^/?$",
"view": "splash/splash",
"title": "Imagine, Program, Share"
},
{
"name": "about",
"pattern": "^/about/?$",
"view": "about/about",
"title": "About"
2015-09-08 10:54:15 -04:00
},
{
"name": "developers",
"pattern": "^/developers/?$",
"view": "developers/developers",
"title": "Developers"
},
{
"name": "hoc",
"pattern": "^/hoc/?$",
"view": "hoc/hoc",
"title": "Hour of Code"
},
{
"name": "explore",
"pattern": "^/explore/:projects/:all/?$",
"routeAlias": "^/explore",
"view": "explore/explore",
"title": "Explore"
},
{
"name": "search",
"pattern": "^/search/:projects?$/?$",
"routeAlias": "^/search",
"view": "search/search",
"title": "Search"
},
{
"name": "credits",
"pattern": "^/info/credits/?$",
"view": "credits/credits",
"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"
},
{
"name": "cards",
"pattern": "^/info/cards/?$",
"view": "cards/cards",
"title": "Cards"
},
{
"name": "communityblocks-interviews",
"pattern": "^/info/communityblocks-interviews/?$",
"view": "communityblocks-interviews/communityblocks-interviews",
"title": "Community Blocks Beta Tester Interviews"
},
2015-11-29 13:42:26 -05:00
{
"name": "jobs",
"pattern": "^/jobs/?$",
"view": "jobs/jobs",
2015-11-29 13:42:26 -05:00
"title": "Jobs"
},
2016-03-29 10:07:23 -04:00
{
"name": "teacherregistration",
"pattern": "^/register-teacher/?$",
"view": "teacherregistration/teacherregistration",
"title": "Teacher Registration"
},
{
"name": "wedo2",
"pattern": "^/wedo/?$",
"view": "wedo2/wedo2",
"title": "LEGO WeDo 2.0"
},
2016-04-21 16:22:39 -04:00
{
"name": "conference-index",
"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",
"title": "Scratch Conference",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-plan",
"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",
"title": "Plan Your Visit",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-expectations",
"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",
"title": "What to Expect",
"viewportWidth": "device-width"
2016-04-21 16:22:39 -04:00
},
{
"name": "conference-schedule",
"pattern": "^/conference/schedule/?$",
2016-06-14 12:42:13 -04:00
"routeAlias": "^/conference(?!/201[4-5])",
"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])",
"view": "conference/details/details",
"title": "Event Details",
"viewportWidth": "device-width"
},
{
"name": "donate",
"pattern": "^/info/donate/?",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
2016-04-23 08:14:17 -04:00
},
{
"name": "dmca",
"pattern": "^/DMCA/?$",
"view": "dmca/dmca",
"title": "DMCA"
},
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"
}
]