Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
c3a25440
Commit
c3a25440
authored
May 01, 2012
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ie.js and analytics to the labs apps not currently in pull request queue
parent
02166867
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
118 additions
and
120 deletions
+118
-120
labs/architecture-examples/batman/index.html
labs/architecture-examples/batman/index.html
+4
-2
labs/architecture-examples/dijon/index.html
labs/architecture-examples/dijon/index.html
+5
-1
labs/architecture-examples/duel/pom.xml
labs/architecture-examples/duel/pom.xml
+3
-3
labs/architecture-examples/duel/src/main/resources/views/HomePage.duel
...ture-examples/duel/src/main/resources/views/HomePage.duel
+7
-4
labs/architecture-examples/duel/www/index.html
labs/architecture-examples/duel/www/index.html
+5
-3
labs/architecture-examples/fidel/index.html
labs/architecture-examples/fidel/index.html
+66
-87
labs/architecture-examples/meteor/todo.html
labs/architecture-examples/meteor/todo.html
+8
-11
labs/architecture-examples/o_O/index.html
labs/architecture-examples/o_O/index.html
+10
-4
labs/architecture-examples/olives/index.html
labs/architecture-examples/olives/index.html
+8
-3
template/index.html
template/index.html
+2
-2
No files found.
labs/architecture-examples/batman/index.html
View file @
c3a25440
...
...
@@ -5,6 +5,9 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
Batman • TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"../../../assets/base.css"
>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<div
data-yield=
"main"
></div>
...
...
@@ -59,13 +62,12 @@
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"http://batmanjs.org"
>
Harry Brundage
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
</div>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"js/es5-shim.js"
></script>
<script
src=
"js/lib/batman.js"
></script>
<script
src=
"js/app.js"
></script>
</body>
...
...
labs/architecture-examples/dijon/index.html
View file @
c3a25440
...
...
@@ -5,6 +5,9 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
Dijon • TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"../../../assets/base.css"
>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<section
id=
"todoapp"
>
...
...
@@ -24,7 +27,7 @@
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Based on app and template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Based on app and template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"http://www.creynders.be"
>
Camille Reynders
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
...
...
@@ -40,6 +43,7 @@
<
/li
>
{{
/
this
}}
</script>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"../../../assets/jquery.min.js"
></script>
<script
src=
"../../../assets/handlebars.min.js"
></script>
<script
src=
"js/lib/dijon-0.5.3.min.js"
></script>
...
...
labs/architecture-examples/duel/pom.xml
View file @
c3a25440
...
...
@@ -32,7 +32,7 @@
<merge.cdnRoot>
/cdn/
</merge.cdnRoot>
<merge.cdnFiles>
.ico .png .jpg .gif .eot .woff .ttf .svg .svgz
</merge.cdnFiles>
<staticapps.config>
${project.basedir}/staticapp.json
</staticapps.config>
<staticapps.config>
${project.basedir}/staticapp.json
</staticapps.config>
</properties>
<dependencies>
...
...
@@ -149,7 +149,7 @@
<target>
${javac.version}
</target>
</configuration>
</plugin>
</plugins>
</plugins>
</pluginManagement>
</build>
</project>
</project>
\ No newline at end of file
labs/architecture-examples/duel/src/main/resources/views/HomePage.duel
View file @
c3a25440
...
...
@@ -3,17 +3,20 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
DUEL
•
TodoMVC
</title>
<title>
DUEL
•
TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"/css/styles.merge"
>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Ported to
<a
href=
"http://duelengine.org"
>
DUEL
</a>
by
<a
href=
"http://mck.me"
>
Stephen McKamey
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"/js/scripts.merge"
></script>
</body>
</html>
</html>
\ No newline at end of file
labs/architecture-examples/duel/www/index.html
View file @
c3a25440
...
...
@@ -7,16 +7,18 @@
<title>
DUEL
•
TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"./cdn/502117dcda6b1a71004e818c348c9de5fc80966a.css"
/>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Ported to
<a
href=
"http://duelengine.org"
>
DUEL
</a>
by
<a
href=
"http://mck.me"
>
Stephen McKamey
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</footer>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"./cdn/1de7392f10ea2465d68b839144090d158ba7730f.js"
></script>
</body>
...
...
labs/architecture-examples/fidel/index.html
View file @
c3a25440
<!
DOCTYPE
html>
<!
doctype
html>
<html>
<head>
<title>
Fidel
</title>
<link
href=
"stylesheets/todos.css"
media=
"all"
rel=
"stylesheet"
type=
"text/css"
/>
<!--<script src="vendor/live.js"></script>-->
</head>
<body>
<!-- Todo App Interface -->
<div
id=
"todoapp"
>
<div
class=
"title"
>
<h1>
Todos
</h1>
</div>
<div
class=
"content"
>
<div
id=
"create-todo"
>
<input
data-element=
"input"
placeholder=
"What needs to be done?"
type=
"text"
/>
<span
class=
"ui-tooltip-top"
style=
"display:none;"
>
Press Enter to save this task
</span>
</div>
<div
id=
"todos"
>
<ul
id=
"todo-list"
data-element=
"todosContainer"
></ul>
</div>
<div
id=
"todo-stats"
data-element=
"statsContainer"
></div>
</div>
</div>
<div
id=
"credits"
>
<p>
Created by
<br
/>
<a
href=
"http://jga.me/"
>
Greg Allen
</a>
(
<a
href=
"http://twitter.com/jgaui"
>
jgaui
</a>
).
</p>
<br
/>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<!-- Templates -->
<script
type=
"text/template"
id=
"item-template"
>
<
li
class
=
"
todo {!= todo.done ? 'done' : '' !}
"
data
-
todoid
=
"
{!= todo.guid !}
"
>
<
div
class
=
"
display
"
>
<
input
class
=
"
check
"
type
=
"
checkbox
"
{
!=
todo
.
done
?
'
checked="checked"
'
:
''
!
}
/
>
<
div
class
=
"
todo-content
"
>
{
!=
todo
.
name
!
}
<
/div
>
<
span
data
-
action
=
"
destroyTodo
"
class
=
"
todo-destroy
"
><
/span
>
<
/div
>
<
div
class
=
"
edit
"
>
<
input
class
=
"
todo-input
"
type
=
"
text
"
value
=
""
/>
<
/div
>
<
/li
>
</script>
<script
type=
"text/template"
id=
"stats-template"
>
{
!
if
(
total
)
{
!
}
<
span
class
=
"
todo-count
"
>
<
span
class
=
"
number
"
>
{
!=
remaining
!
}
<
/span
>
<
span
class
=
"
word
"
>
{
!=
remaining
==
1
?
'
item
'
:
'
items
'
!
}
<
/span> left
.
<
/span
>
{
!
}
!
}
{
!
if
(
done
)
{
!
}
<
span
class
=
"
todo-clear
"
>
<
a
data
-
action
=
"
clearCompleted
"
href
=
"
#
"
>
Clear
<
span
class
=
"
number-done
"
>
{
!=
done
!
}
<
/span
>
completed
<
span
class
=
"
word-done
"
>
{
!=
done
==
1
?
'
item
'
:
'
items
'
!
}
<
/span
>
<
/a
>
<
/span
>
{
!
}
!
}
</script>
<script
src=
"vendor/json2.js"
></script>
<script
src=
"vendor/jquery-1.6.4.min.js"
></script>
<script
src=
"vendor/fidel.js"
></script>
<!--<script src="../../lib/core.js"></script>-->
<!--<script src="../../lib/class.js"></script>-->
<!--<script src="../../lib/events.js"></script>-->
<!--<script src="../../lib/controller.js"></script>-->
<script
src=
"app.js"
></script>
</body>
</html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
Fidel
</title>
<link
href=
"stylesheets/todos.css"
rel=
"stylesheet"
>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<div
id=
"todoapp"
>
<div
class=
"title"
>
<h1>
todos
</h1>
</div>
<div
class=
"content"
>
<div
id=
"create-todo"
>
<input
data-element=
"input"
placeholder=
"What needs to be done?"
type=
"text"
>
</div>
<div
id=
"todos"
>
<ul
id=
"todo-list"
data-element=
"todosContainer"
></ul>
</div>
<div
id=
"todo-stats"
data-element=
"statsContainer"
></div>
</div>
</div>
<div
id=
"credits"
>
<p>
Created by
<br
/>
<a
href=
"http://jga.me/"
>
Greg Allen
</a>
(
<a
href=
"http://twitter.com/jgaui"
>
jgaui
</a>
).
</p>
<br
/>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<script
type=
"text/template"
id=
"item-template"
>
<
li
class
=
"
todo {!= todo.done ? 'done' : '' !}
"
data
-
todoid
=
"
{!= todo.guid !}
"
>
<
div
class
=
"
display
"
>
<
input
class
=
"
check
"
type
=
"
checkbox
"
{
!=
todo
.
done
?
'
checked="checked"
'
:
''
!
}
/
>
<
div
class
=
"
todo-content
"
>
{
!=
todo
.
name
!
}
<
/div
>
<
span
data
-
action
=
"
destroyTodo
"
class
=
"
todo-destroy
"
><
/span
>
<
/div
>
<
div
class
=
"
edit
"
>
<
input
class
=
"
todo-input
"
type
=
"
text
"
value
=
""
/>
<
/div
>
<
/li
>
</script>
<script
type=
"text/template"
id=
"stats-template"
>
{
!
if
(
total
)
{
!
}
<
span
class
=
"
todo-count
"
>
<
span
class
=
"
number
"
>
{
!=
remaining
!
}
<
/span
>
<
span
class
=
"
word
"
>
{
!=
remaining
==
1
?
'
item
'
:
'
items
'
!
}
<
/span> left
.
<
/span
>
{
!
}
!
}
{
!
if
(
done
)
{
!
}
<
span
class
=
"
todo-clear
"
>
<
a
data
-
action
=
"
clearCompleted
"
href
=
"
#
"
>
Clear
<
span
class
=
"
number-done
"
>
{
!=
done
!
}
<
/span
>
completed
<
span
class
=
"
word-done
"
>
{
!=
done
==
1
?
'
item
'
:
'
items
'
!
}
<
/span
>
<
/a
>
<
/span
>
{
!
}
!
}
</script>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"../../../assets/jquery.min.js"
></script>
<script
src=
"vendor/fidel.js"
></script>
<script
src=
"app.js"
></script>
</body>
</html>
\ No newline at end of file
labs/architecture-examples/meteor/todo.html
View file @
c3a25440
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
Meteor • TodoMVC
</title>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<section
id=
"todoapp"
>
{{> todo}}
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"https://github.com/siuying"
>
siuying
</a>
.
</p>
<p>
Modifications by
<a
href=
"https://github.com/addyosmani"
>
addyosmani
</a>
.
</p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"https://github.com/siuying"
>
siuying
</a></p>
<p>
Modifications by
<a
href=
"https://github.com/addyosmani"
>
addyosmani
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
</body>
<template
name=
"todo"
>
<header
id=
"header"
>
<h1>
todos
</h1>
<input
id=
"new-todo"
placeholder=
"What needs to be done?"
autofocus
>
</header>
<section
id=
"main"
>
<input
id=
"toggle-all"
type=
"checkbox"
>
<label
for=
"toggle-all"
>
Mark all as complete
</label>
...
...
@@ -32,10 +32,8 @@
{{/each}}
</ul>
</section>
{{> footer}}
</template>
<template
name=
"item"
>
<li
class=
"{{ editingClass }} {{ completedClass }}"
>
<div
class=
"view"
>
...
...
@@ -46,10 +44,9 @@
<input
class=
"edit"
value=
"{{ title }}"
>
</li>
</template>
<template
name=
"footer"
>
<footer
id=
"footer"
class=
"{{ footerClass }}"
>
<span
id=
"todo-count"
><strong
id=
"incompleted"
>
{{ incompleted }}
</strong>
{{ incompletedText }}
</span>
<button
id=
"clear-completed"
>
Clear completed (
<span
id=
"completed"
>
{{ completed }}
</span>
)
</button>
</footer>
</template>
</template>
\ No newline at end of file
labs/architecture-examples/o_O/index.html
View file @
c3a25440
...
...
@@ -2,19 +2,23 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
o_O • TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"../../../assets/base.css"
>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<section
id=
"todoapp"
>
<header
id=
"header"
>
<h1>
T
odos
</h1>
<h1>
t
odos
</h1>
<input
id=
"new-todo"
data-bind=
"value: current; enterKey: add"
placeholder=
"What needs to be done?"
>
</header>
<section
id=
"main"
data-bind=
"visible: todos.count"
>
<div>
<input
id=
"toggle-all"
type=
"checkbox"
data-bind=
"value: allCompleted;"
>
<label
for=
"toggle-all"
>
Mark all as complete
</label>
<input
id=
"toggle-all"
type=
"checkbox"
data-bind=
"value: allCompleted;"
>
<label
for=
"toggle-all"
>
Mark all as complete
</label>
</div>
<ul
id=
"todo-list"
data-bind=
"foreach: todos"
>
<li
data-bind=
"class: klass; visible; dblclick: startEditing"
>
...
...
@@ -23,7 +27,7 @@
<label
data-bind=
"text: title"
></label>
<button
class=
"destroy"
data-bind=
"click: remove"
></button>
</div>
<input
class=
"edit"
data-bind=
"value: title; enterKey: stopEditing; blur: stopEditing"
/
>
<input
class=
"edit"
data-bind=
"value: title; enterKey: stopEditing; blur: stopEditing"
>
</li>
</ul>
</section>
...
...
@@ -44,8 +48,10 @@
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://github.com/sindresorhus"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"http://weepy.github.com"
>
weepy (Jonah Fox)
</a></p>
</footer>
<script
src=
"../../../assets/base.js"
></script>
<script
src=
"../../../assets/jquery.min.js"
></script>
<script
src=
"js/lib/o_O.js"
></script>
<script
src=
"js/lib/o_O.router.js"
></script>
...
...
labs/architecture-examples/olives/index.html
View file @
c3a25440
...
...
@@ -6,11 +6,14 @@
<title>
Olives • TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"../../../assets/base.css"
>
<link
rel=
"stylesheet"
href=
"css/app.css"
>
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<section
id=
"todoapp"
>
<header
id=
"header"
>
<h1>
T
odos
</h1>
<h1>
t
odos
</h1>
<input
id=
"new-todo"
placeholder=
"What needs to be done?"
autofocus
data-event=
"listen:keydown,addTask"
>
</header>
<section
id=
"main"
data-stats=
"bind:toggleClass,nbItems,show"
>
...
...
@@ -29,12 +32,14 @@
</section>
<footer
id=
"footer"
data-stats=
"bind:toggleClass,nbItems,show"
>
<span
id=
"todo-count"
><strong
data-stats=
"bind:innerHTML,nbLeft"
>
0
</strong>
<span
data-stats=
"bind:innerHTML,plural"
></span>
left
</span>
<button
id=
"clear-completed"
data-event=
"listen:click,delAll"
data-stats=
"bind:toggleClass,nbCompleted,show"
>
Clear completed (
<span
data-stats=
"bind:innerHTML,nbCompleted"
></span>
)
</button>
<button
id=
"clear-completed"
data-event=
"listen:click,delAll"
data-stats=
"bind:toggleClass,nbCompleted,show"
>
Clear completed (
<span
data-stats=
"bind:innerHTML,nbCompleted"
></span>
)
</button>
</footer>
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<p>
Created by
<a
href=
"http://github.com/podefr"
>
Olivier Scherrer
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
...
...
template/index.html
View file @
c3a25440
...
...
@@ -63,9 +63,9 @@
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://
sindresorhus.com
"
>
Sindre Sorhus
</a></p>
<p>
Template by
<a
href=
"http://
github.com/sindresorhus
"
>
Sindre Sorhus
</a></p>
<!-- Change this out with your name and url ↓ -->
<p>
Created by
<a
href=
"http://
addyosmani.github.com/todomvc/
"
>
you
</a></p>
<p>
Created by
<a
href=
"http://
todomvc.com
"
>
you
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
<!-- Scripts here. Don't remove this ↓ -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment