Commit f207e4a8 authored by Pascal Hartig's avatar Pascal Hartig

Add exoskeleton to homepage, changelog

parent 133d5cca
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
- New since 1.2: - New since 1.2:
- Durandal - Durandal
- Exoskeleton
## 1.2 - 2013-08-06 ## 1.2 - 2013-08-06
......
...@@ -142,6 +142,9 @@ ...@@ -142,6 +142,9 @@
<li class="routing labs"> <li class="routing labs">
<a href="labs/architecture-examples/sapui5/" data-source="http://scn.sap.com/community/developer-center/front-end" data-content="SAPUI5 is SAP's HTML5-based UI technology that allows you to build rich, interactive Web applications.">SAPUI5</a> <a href="labs/architecture-examples/sapui5/" data-source="http://scn.sap.com/community/developer-center/front-end" data-content="SAPUI5 is SAP's HTML5-based UI technology that allows you to build rich, interactive Web applications.">SAPUI5</a>
</li> </li>
<li class="routing labs">
<a href="labs/architecture-examples/exoskeleton/" data-source="http://exosjs.com/" data-content="A faster and leaner Backbone for your HTML5 apps.">Exoskeleton</a>
</li>
</ul> </ul>
<ul class="legend"> <ul class="legend">
<li><b>*</b> <span class="label">R</span> = App also demonstrates routing</li> <li><b>*</b> <span class="label">R</span> = App also demonstrates routing</li>
......
...@@ -874,35 +874,35 @@ ...@@ -874,35 +874,35 @@
}] }]
}, },
"exoskeleton": { "exoskeleton": {
"name": "Exoskeleton", "name": "Exoskeleton",
"description": "A faster and leaner Backbone for your HTML5 apps.", "description": "A faster and leaner Backbone for your HTML5 apps.",
"homepage": "http://exosjs.com", "homepage": "exosjs.com",
"source_path": [{ "source_path": [{
"name": "Architecture Example", "name": "Architecture Example",
"url": "labs/architecture-examples/exoskeleton" "url": "labs/architecture-examples/exoskeleton"
}], }],
"link_groups": [{ "link_groups": [{
"heading": "Official Resources", "heading": "Official Resources",
"links": [{ "links": [{
"name": "Documentation", "name": "Documentation",
"url": "http://backbonejs.org" "url": "http://backbonejs.org"
}, { }, {
"name": "Exoskeleton on GitHub", "name": "Exoskeleton on GitHub",
"url": "https://github.com/paulmillr/exoskeleton" "url": "https://github.com/paulmillr/exoskeleton"
}] }]
}, { }, {
"heading": "Community", "heading": "Community",
"links": [{ "links": [{
"name": "Exoskeleton on StackOverflow", "name": "Exoskeleton on StackOverflow",
"url": "http://stackoverflow.com/questions/tagged/exoskeleton" "url": "http://stackoverflow.com/questions/tagged/exoskeleton"
}, { }, {
"name": "Backbone on StackOverflow", "name": "Backbone on StackOverflow",
"url": "http://stackoverflow.com/questions/tagged/backbone.js" "url": "http://stackoverflow.com/questions/tagged/backbone.js"
}, { }, {
"name": "Exoskeleton's author on Twitter", "name": "Exoskeleton's author on Twitter",
"url": "http://twitter.com/paulmillr" "url": "http://twitter.com/paulmillr"
}] }]
}] }]
}, },
"extjs": { "extjs": {
"name": "Ext JS", "name": "Ext JS",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment