Parcourir la source

Less ego

tags/0.3.0
Jan Lehnardt il y a 16 ans
Parent
révision
9eac2ded28
4 fichiers modifiés avec 9 ajouts et 18 suppressions
  1. +3
    -2
      LICENSE
  2. +3
    -8
      README.md
  3. +1
    -1
      THANKS.md
  4. +2
    -7
      mustache.js

+ 3
- 2
LICENSE Voir le fichier

@@ -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 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including "Software"), to deal in the Software without restriction, including


+ 3
- 8
README.md Voir le fichier

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


> What could be more logical awesome than no logic at all? > 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 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? ## 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 For a language-agnostic overview of Mustache's template syntax, see
the `mustache(5)` manpage or the `mustache(5)` manpage or
<http://defunkt.github.com/mustache/mustache.5.html>.
<http://mustache.github.com/mustache.5.html>.


### Simple Tags ### Simple Tags




+ 1
- 1
THANKS.md Voir le fichier

@@ -1,6 +1,6 @@
# Thanks # 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 * Chris Wanstrath / defunkt
* Alexander Lang / langalex * Alexander Lang / langalex


+ 2
- 7
mustache.js Voir le fichier

@@ -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() { var Mustache = function() {


Chargement…
Annuler
Enregistrer