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
6e66c693
Commit
6e66c693
authored
Apr 19, 2012
by
addyosmani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting, credits, TodoMVC mentions and further changes in prep for a release.
parent
a4b2e0e3
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
52 additions
and
14 deletions
+52
-14
architecture-examples/batmanjs/css/todo.css
architecture-examples/batmanjs/css/todo.css
+15
-0
architecture-examples/batmanjs/index.html
architecture-examples/batmanjs/index.html
+6
-1
architecture-examples/broke/index.html
architecture-examples/broke/index.html
+5
-2
architecture-examples/canjs/dojo-widget/index.html
architecture-examples/canjs/dojo-widget/index.html
+2
-1
architecture-examples/canjs/dojo/index.html
architecture-examples/canjs/dojo/index.html
+2
-1
architecture-examples/canjs/jquery-widget/index.html
architecture-examples/canjs/jquery-widget/index.html
+2
-1
architecture-examples/canjs/jquery/index.html
architecture-examples/canjs/jquery/index.html
+2
-1
architecture-examples/canjs/mootools/index.html
architecture-examples/canjs/mootools/index.html
+2
-1
architecture-examples/canjs/yui-widget/index.html
architecture-examples/canjs/yui-widget/index.html
+2
-1
architecture-examples/canjs/yui/index.html
architecture-examples/canjs/yui/index.html
+2
-1
architecture-examples/canjs/zepto/index.html
architecture-examples/canjs/zepto/index.html
+2
-1
architecture-examples/duel/www/index.html
architecture-examples/duel/www/index.html
+1
-0
architecture-examples/fidel/index.html
architecture-examples/fidel/index.html
+4
-2
architecture-examples/stapes/index.html
architecture-examples/stapes/index.html
+1
-0
site/css/bootstrap.css
site/css/bootstrap.css
+0
-1
site/css/main.css
site/css/main.css
+4
-0
No files found.
architecture-examples/batmanjs/css/todo.css
View file @
6e66c693
...
...
@@ -162,3 +162,18 @@ body {
#tasks
.count
span
{
font-weight
:
bold
;
}
#credits
{
width
:
520px
;
margin
:
30px
auto
;
color
:
#999
;
text-shadow
:
rgba
(
255
,
255
,
255
,
.8
)
0
1px
0
;
text-align
:
center
;
}
#credits
a
{
color
:
#888
;
}
\ No newline at end of file
architecture-examples/batmanjs/index.html
View file @
6e66c693
...
...
@@ -39,12 +39,17 @@
<div
class=
"count"
><span
class=
"countVal"
data-bind=
"Todo.remaining"
></span>
left
</div>
</footer>
<!--
This version by
https://github.com/johnknott/batman-todos-example
This version by
Currently missing todo edit.
-->
</div>
</div>
<div
id=
"credits"
>
<p>
Created by
<a
href=
"https://github.com/johnknott/batman-todos-example"
>
John Knott
</a></p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</div>
<script
type=
"text/coffeescript"
>
class
Example
extends
Batman
.
App
@
root
'
todos#index
'
...
...
architecture-examples/broke/index.html
View file @
6e66c693
...
...
@@ -35,3 +35,6 @@
<script
src=
"project/templates.js"
></script>
</body>
</html>
\ No newline at end of file
architecture-examples/canjs/dojo-widget/index.html
View file @
6e66c693
...
...
@@ -22,7 +22,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<div
id=
"calendar"
></div>
<script
type=
'text/javascript'
data-dojo-config=
"async: true"
src=
'http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.js.uncompressed.js'
></script>
...
...
architecture-examples/canjs/dojo/index.html
View file @
6e66c693
...
...
@@ -20,7 +20,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<script
type=
'text/javascript'
data-dojo-config=
"async: true"
src=
'http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.js.uncompressed.js'
></script>
<script
src=
"todo.js"
></script>
...
...
architecture-examples/canjs/jquery-widget/index.html
View file @
6e66c693
...
...
@@ -22,7 +22,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<div
id=
"calendar"
></div>
<script
src=
"http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"
></script>
...
...
architecture-examples/canjs/jquery/index.html
View file @
6e66c693
...
...
@@ -20,7 +20,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<script
src=
"http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"
></script>
<script
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"
></script>
...
...
architecture-examples/canjs/mootools/index.html
View file @
6e66c693
...
...
@@ -20,7 +20,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<script
src=
"https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools.js"
></script>
<script
src=
"mootools-more-event_pseudos-1.4.0.1.js"
></script>
...
...
architecture-examples/canjs/yui-widget/index.html
View file @
6e66c693
...
...
@@ -21,7 +21,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<div
id=
"calendar"
></div>
<script
src=
"http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"
></script>
...
...
architecture-examples/canjs/yui/index.html
View file @
6e66c693
...
...
@@ -20,7 +20,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<script
src=
"http://yui.yahooapis.com/3.4.1/build/yui/yui.js"
></script>
<script
src=
"http://donejs.com/can/dist/edge/can.yui.js"
></script>
...
...
architecture-examples/canjs/zepto/index.html
View file @
6e66c693
...
...
@@ -17,7 +17,8 @@
Double-click to edit a todo.
</div>
<div
id=
"credits"
>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
<p>
Created by
<a
href=
"http://bitovi.com/"
>
Bitovi
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</div>
<!--
Zepto 0.8 doesn't support delegate focus/blur.
...
...
architecture-examples/duel/www/index.html
View file @
6e66c693
...
...
@@ -14,6 +14,7 @@
<p>
Double-click to edit a todo
</p>
<p>
Template by
<a
href=
"http://sindresorhus.com"
>
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=
"./cdn/1de7392f10ea2465d68b839144090d158ba7730f.js"
></script>
...
...
architecture-examples/fidel/index.html
View file @
6e66c693
...
...
@@ -36,9 +36,11 @@
<div
id=
"credits"
>
Created by
<p>
Created by
<br
/>
<a
href=
"http://jga.me/"
>
Greg Allen
</a>
(
<a
href=
"http://twitter.com/jgaui"
>
jgaui
</a>
).
<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 -->
...
...
architecture-examples/stapes/index.html
View file @
6e66c693
...
...
@@ -39,6 +39,7 @@
<p>
Double-click to edit a todo
</p>
<!-- change this out with your name and url ↓ -->
<p>
Created by
<a
href=
"http://github.com/hay/stapes/"
>
Hay Kranen
</a>
.
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a>
.
</p>
</footer>
<!-- scripts here -->
<script
src=
"js/lib/jquery.js"
></script>
...
...
site/css/bootstrap.css
View file @
6e66c693
...
...
@@ -2078,7 +2078,6 @@ button.btn.small, input[type="submit"].btn.small {
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;
width
:
150px
;
}
.nav
>
li
>
a
{
display
:
block
;
...
...
site/css/main.css
View file @
6e66c693
...
...
@@ -101,6 +101,10 @@ h2 {
font-size
:
11px
;
}
.nav
{
width
:
150px
!important
;
}
@media
(
max-width
:
480px
)
{
#demos
ul
{
float
:
none
;
...
...
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