| @@ -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 | ||||
| @@ -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,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 | ||||
| @@ -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() { | ||||