diff --git a/index.html b/index.html index 182ed62..631a5fb 100644 --- a/index.html +++ b/index.html @@ -1,88 +1,15 @@ - - - + + - janl/mustache.js @ GitHub +Mustache.js — Logic-less Templates for JavaScript +

Mustache.js — Logic-less Templates for JavaScript

- - +

Awesome mustachios! - - Fork me on GitHub - -

- -
- - - - -
- -

mustache.js - by janl

- -
- Minimal templating with {{mustaches}} in JavaScript -
- - - - - - - - - - -

Authors

-

Aaron Gibralter (aaron.gibralter@gmail.com)
Alexander Lang (alex@upstream-berlin.com)
Pandark (apache.kof@gmail.com)
Brandon Alexander (baalexander@gmail.com)
Ben Cherry (bcherry@gmail.com)
Brandon Payton (brandon@happycode.net)
Benjamin Young (byoung@bigbluehat.com)
Chris Williams (chris@iterativedesigns.com)
Chris Wanstrath (chris@ozmm.org)
Christopher Bennage (christopher@bennage.com)
Damien Mathieu (damien.mathieu@lim.eu)
endor (fp@notjusthosting.com)
Elise Wood (glytch@glytch.org)
Jan Lehnardt (jan@apache.org)
Chris Anderson (jchris@apache.org)
Jason Smith (jhs@couch.io)
Joël Franusic (joel@franusic.com)
John Butler (johnnypez@gmail.com)
John Lindal (lindalj@listalthough-lm.burbank.corp.yahoo.com)
Martin Murphy (martin.murphy@whiteboard-it.com)
wittemann (martin.wittemann@1und1.de)
Michael Jackson (mjijackson@gmail.com)
maritz (moritz@mpeters.biz)
Don Brown (mrdon@twdata.org)
nrstott (nrstott@gmail.com)
Oskar Krawczyk (oskar.krawczyk@gmail.com)
Paul J. Davis (paul.joseph.davis@gmail.com)
Phui Hock (phuihock@gmail.com)
Jakub Kuźma (qoobaa@gmail.com)
Sahab Yazdani (sahab.yazdani+github@gmail.com)
Sebastian Cohnen (sebastian.cohnen@gmx.net)
Jackson Tian (shyvo1987@gmail.com)
Tim Harper (timcharper@gmail.com)
Tim Ruffles (timr@picklive.com)
tlrobinson (tom@280north.com)
Tom MacWright (tom@macwright.org)
Tomas Eriksson (tomas@vackraord.com)
utvara (utvara@gmail.com)

- - - -

Contact

-

Jan Lehnardt (jan@apache.org)

- - -

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/janl/mustache.js
-

- - - -
- - - +

Latest Releases

+ diff --git a/io.css b/io.css new file mode 100644 index 0000000..ac69f28 --- /dev/null +++ b/io.css @@ -0,0 +1,66 @@ +body { + font-size:16pt; + line-height:1.5em; + font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif; + width: 32em; + margin:4ex 0 12ex 20%; +} + +em.signature { + display:block; + text-align:right; +} + +h1 { + line-height:1.1em; +} + +div img { + margin-top:-4ex; +} + +blockquote { + font-style:italic; +} + +blockquote:before { + content:"“"; +} + +blockquote:after { + content:"”"; +} + +sup { + height: 0; + line-height: 1; +} + +sup { + bottom: 1ex; +} +blockquote em { + font-style:normal; +} + +ul { + padding-left:0; +} + +ul li { + list-style-type: none; +} + +ul.index { + width:42em; +} + +img.right { + float: right; + margin:0 0 1em 1em; + border: 0px; +} + +code { + font-size:0.9em; +} \ No newline at end of file