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

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

parent 0ad7c27d
...@@ -30,7 +30,3 @@ Some things we feel are interesting about cujojs's TodoMVC as compared to other ...@@ -30,7 +30,3 @@ Some things we feel are interesting about cujojs's TodoMVC as compared to other
Things that can't, don't. Things that can't, don't.
* DOM Query engine * DOM Query engine
* DOM Event library * DOM Event library
## Credit
TodoMVC Template Created by [Sindre Sorhus](http://sindresorhus.com)
\ No newline at end of file
define({ define({
// TODO: Deal with singular vs. plural // TODO: Deal with singular vs. plural
itemsLeft: { itemsLeft: {
zero: '\\o/ no todo items!!!', zero: '<strong></strong> items left',
one: 'only one item left!', one: '<strong></strong> item left',
many: 'ugh, <strong></strong> items left' many: '<strong></strong> items left'
}, },
filter: { filter: {
all: 'All', all: 'All',
......
<footer id="info"> <footer id="info">
<p>${edit}</p> <p>${edit}</p>
<p>${templateBy} <a href="http://github.com/sindresorhus">Sindre Sorhus</a></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>${createdBy} <a href="http://cujojs.com">cujojs</a></p>
<p>${partOf} <a href="http://todomvc.com">TodoMVC</a></p> <p>${partOf} <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
...@@ -8,14 +8,11 @@ ...@@ -8,14 +8,11 @@
<!--[if IE]> <!--[if IE]>
<script src="../../../assets/ie.js"></script> <script src="../../../assets/ie.js"></script>
<![endif]--> <![endif]-->
<script src="lib/curl/src/curl.js"></script> <script src="lib/curl/src/curl.js"></script>
<script src="app/run.js"></script> <script src="app/run.js"></script>
</head> </head>
<body> <body>
<section id="todoapp"></section> <section id="todoapp"></section>
<!-- Scripts here. Don't remove this ↓ -->
<script src="../../../assets/base.js"></script> <script src="../../../assets/base.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -101,6 +101,9 @@ ...@@ -101,6 +101,9 @@
</li> </li>
</ul> </ul>
<ul class="nav nav-pills"> <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> <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> <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> </li>
......
...@@ -45,6 +45,7 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c ...@@ -45,6 +45,7 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c
- [Meteor](http://meteor.com) - [Meteor](http://meteor.com)
- [JavaScriptMVC](http://javascriptmvc.com) - [JavaScriptMVC](http://javascriptmvc.com)
- [Google Web Toolkit](https://developers.google.com/web-toolkit/) - [Google Web Toolkit](https://developers.google.com/web-toolkit/)
- [cujo.js](http://cujojs.github.com)
- [Stapes.js](http://hay.github.com/stapes) - [Stapes.js](http://hay.github.com/stapes)
- [TroopJS](https://github.com/troopjs) - [TroopJS](https://github.com/troopjs)
- [soma.js](http://somajs.github.com/somajs) - [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