Skip to content

Commit

Permalink
Less ego
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Apr 1, 2010
1 parent 6175dc6 commit 9eac2de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion THANKS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 2 additions & 7 deletions mustache.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 9eac2de

Please sign in to comment.