Commit 78a14418 authored by Sindre Sorhus's avatar Sindre Sorhus

cujo.js: Remove HTML comments and add to site and readme

parent 0ad7c27d
......@@ -29,8 +29,4 @@ Some things we feel are interesting about cujojs's TodoMVC as compared to other
transparently. Things that can happen before DOMReady, do.
Things that can't, don't.
* DOM Query engine
* DOM Event library
## Credit
TodoMVC Template Created by [Sindre Sorhus](http://sindresorhus.com)
\ No newline at end of file
* DOM Event library
\ No newline at end of file
define({
// TODO: Deal with singular vs. plural
itemsLeft: {
zero: '\\o/ no todo items!!!',
one: 'only one item left!',
many: 'ugh, <strong></strong> items left'
zero: '<strong></strong> items left',
one: '<strong></strong> item left',
many: '<strong></strong> items left'
},
filter: {
all: 'All',
......
<footer id="info">
<p>${edit}</p>
<p>${templateBy} <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
<!-- Change this out with your name and url ↓ -->
<p>${createdBy} <a href="http://cujojs.com">cujojs</a></p>
<p>${partOf} <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
......@@ -8,14 +8,11 @@
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
<script src="lib/curl/src/curl.js"></script>
<script src="app/run.js"></script>
</head>
<body>
<section id="todoapp"></section>
<!-- Scripts here. Don't remove this ↓ -->
<script src="../../../assets/base.js"></script>
</body>
</html>
\ No newline at end of file
......@@ -101,6 +101,9 @@
</li>
</ul>
<ul class="nav nav-pills">
<li>
<a href="architecture-examples/cujo/index.html" data-source="http://cujojs.github.com" data-content="JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.">cujo.js</a>
</li>
<li>
<a href="architecture-examples/javascriptmvc/todo/todo/index.html" data-source="http://javascriptmvc.com/" data-content="JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.">JavaScriptMVC</a>
</li>
......
......@@ -45,6 +45,7 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c
- [Meteor](http://meteor.com)
- [JavaScriptMVC](http://javascriptmvc.com)
- [Google Web Toolkit](https://developers.google.com/web-toolkit/)
- [cujo.js](http://cujojs.github.com)
- [Stapes.js](http://hay.github.com/stapes)
- [TroopJS](https://github.com/troopjs)
- [soma.js](http://somajs.github.com/somajs)
......
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