Sfoglia il codice sorgente

Less ego

tags/0.3.0
Jan Lehnardt 16 anni fa
parent
commit
9eac2ded28
4 ha cambiato i file con 9 aggiunte e 18 eliminazioni
  1. +3
    -2
      LICENSE
  2. +3
    -8
      README.md
  3. +1
    -1
      THANKS.md
  4. +2
    -7
      mustache.js

+ 3
- 2
LICENSE Vedi File

@@ -1,5 +1,6 @@
Copyright (c) 2009 Chris Wanstrath / JavaScript Port by Jan Lehnardt
Copyright (c) 2009 Chris Wanstrath (Ruby)
Copyright (c) 2010 Jan Lehnardt (JavaScript)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including


+ 3
- 8
README.md Vedi File

@@ -1,14 +1,9 @@
# mustache.js
# mustache.js — Logic-less templates with JavaScript

> What could be more logical awesome than no logic at all?

Shamless port of http://github.com/defunkt/mustache
by Jan Lehnardt <jan@apache.org>.

Thanks @defunkt for the awesome code.

For a list of implementations (other than JavaScript) and editor
plugins, see <http://defunkt.github.com/mustache/>.
plugins, see <http://mustache.github.com/>.


## Where to Use?
@@ -49,7 +44,7 @@ There are several types of tags currently implemented in mustache.js.

For a language-agnostic overview of Mustache's template syntax, see
the `mustache(5)` manpage or
<http://defunkt.github.com/mustache/mustache.5.html>.
<http://mustache.github.com/mustache.5.html>.

### Simple Tags



+ 1
- 1
THANKS.md Vedi File

@@ -1,6 +1,6 @@
# Thanks

Mustache.js wouldn't kick ass if it weren't for these fine souls
Mustache.js wouldn't kick ass if it weren't for these fine souls:

* Chris Wanstrath / defunkt
* Alexander Lang / langalex


+ 2
- 7
mustache.js Vedi File

@@ -1,12 +1,7 @@
/*
Shameless port of http://github.com/defunkt/mustache
by Jan Lehnardt <jan@apache.org>,
Alexander Lang <alex@upstream-berlin.com>,
Sebastian Cohnen <sebastian.cohnen@googlemail.com>
mustache.js — Logic-less templates in JavaScript

Thanks @defunkt for the awesome code.

See http://github.com/defunkt/mustache for more info.
See http://mustache.github.com/ for more info.
*/

var Mustache = function() {


Loading…
Annulla
Salva