forked from mhoyer/todomvc-aurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
39 lines (39 loc) · 2.16 KB
/
learn.json
File metadata and controls
39 lines (39 loc) · 2.16 KB
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
{
"aurelia": {
"name": "Aurelia",
"description": "Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.",
"homepage": "aurelia.io",
"examples": [{
"name": "Example",
"url": "examples/aurelia"
}],
"link_groups": [{
"heading": "Official Resources",
"links": [{
"name": "Get started",
"url": "http://aurelia.io/get-started.html"
}, {
"name": "Docs",
"url": "http://aurelia.io/docs.html"
}, {
"name": "Aurelia on GitHub",
"url": "https://github.com/aurelia"
}]
}, {
"heading": "Articles and Guides",
"links": [{
"name": "Blog",
"url": "http://blog.durandal.io/"
}]
}, {
"heading": "Community",
"links": [{
"name": "Aurelia dicussions on Gitter",
"url": "https://gitter.im/Aurelia/Discuss"
}]
}]
},
"templates": {
"todomvc": "<header> <h3><%= name %></h3> <span class=\"source-links\"> <% if (typeof examples !== 'undefined') { %> <% examples.forEach(function (example) { %> <h5><%= example.name %></h5> <% if (!location.href.match(example.url + '/')) { %> <a class=\"demo-link\" data-type=\"<%= example.type === 'backend' ? 'external' : 'local' %>\" href=\"<%= example.url %>\">Demo</a>, <% } if (example.type === 'backend') { %><a href=\"<%= example.source_url %>\"><% } else { %><a href=\"https://github.com/tastejs/todomvc/tree/gh-pages/<%= example.source_url ? example.source_url : example.url %>\"><% } %>Source</a> <% }); %> <% } %> </span> </header> <hr> <blockquote class=\"quote speech-bubble\"> <p><%= description %></p> <footer> <a href=\"http://<%= homepage %>\"><%= name %></a> </footer> </blockquote> <% if (typeof link_groups !== 'undefined') { %> <hr> <% link_groups.forEach(function (link_group) { %> <h4><%= link_group.heading %></h4> <ul> <% link_group.links.forEach(function (link) { %> <li> <a href=\"<%= link.url %>\"><%= link.name %></a> </li> <% }); %> </ul> <% }); %> <% } %> <footer> <hr> <em>If you have other helpful links to share, or find any of the links above no longer work, please <a href=\"https://github.com/tastejs/todomvc/issues\">let us know</a>.</em> </footer>"
}
}