Skip to content

Commit

Permalink
Project readme & site
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLorber committed Oct 20, 2012
1 parent 18d94de commit debb597
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -250,6 +250,9 @@ <h2>Labs</h2>
<li> <li>
<a href="labs/architecture-examples/canjs/yui-widget/" data-source="http://canjs.us" data-content="CanJS with YUI (includes a YUI widget binding example). CanJS is a client-side, JavaScript framework that makes building rich web applications easy. It provides can.Model (for connecting to RESTful JSON interfaces), can.View (for template loading and caching), can.Observe (for key-value binding), can.EJS (live binding templates), can.Control (declarative event bindings) and can.route (routing support).">CanJS (YUI Widget)</a> <a href="labs/architecture-examples/canjs/yui-widget/" data-source="http://canjs.us" data-content="CanJS with YUI (includes a YUI widget binding example). CanJS is a client-side, JavaScript framework that makes building rich web applications easy. It provides can.Model (for connecting to RESTful JSON interfaces), can.View (for template loading and caching), can.Observe (for key-value binding), can.EJS (live binding templates), can.Control (declarative event bindings) and can.route (routing support).">CanJS (YUI Widget)</a>
</li> </li>
<li>
<a href="labs/architecture-examples/dart/" data-source="http://dartlang.org" data-content="Dart firstly targets the development of modern and large scale browser-side web apps. It's an object oriented language with a C-style syntax. It has two run modes : it can be compiled to JS, and will later run in native VM in compliant browsers (just in a dedicated Chromium provided with Dart SDK for the moment).">Dart</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>
Expand Down
2 changes: 1 addition & 1 deletion labs/architecture-examples/dart/readme.md
Expand Up @@ -2,7 +2,7 @@


A TodoMVC sample built with Dart. It does not use a MVC framework - it's a Vanilla Dart sample. A TodoMVC sample built with Dart. It does not use a MVC framework - it's a Vanilla Dart sample.


Dart targets the development of modern and large scale web apps. It's an object oriented language with a C-style syntax. Dart firstly targets the development of modern and large scale browser-side web apps. It's an object oriented language with a C-style syntax.


## Run ## Run


Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -67,6 +67,7 @@ We also have a number of in-progress applications in Labs:
- [AngularJS](http://angularjs.org) + [RequireJS](http://requirejs.org) (using AMD) - [AngularJS](http://angularjs.org) + [RequireJS](http://requirejs.org) (using AMD)
- [AngularJS](http://angularjs.org) (optimized) - [AngularJS](http://angularjs.org) (optimized)
- [Backbone.xmpp](https://github.com/ggozad/Backbone.xmpp) - [Backbone.xmpp](https://github.com/ggozad/Backbone.xmpp)
- [Dart](http://dartlang.org)




## Live demos ## Live demos
Expand Down

0 comments on commit debb597

Please sign in to comment.