Skip to content

Commit

Permalink
new implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 30, 2010
1 parent 4843d9c commit da81a6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions data.yml
Expand Up @@ -9,8 +9,12 @@ languages:
:name: Python
- :url: http://github.com/mojombo/mustache.erl
:name: Erlang
- :url: http://github.com/bobthecow/mustache.php
:name: PHP
- :url: http://github.com/hoisie/mustache.go/
:name: Go
- :url: http://github.com/nrk/hige
:name: Lua
- :url: http://github.com/joshthecoder/mustang
:name: ooc
---
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -50,8 +50,10 @@
<a href="http://github.com/janl/mustache.js">JavaScript</a>,
<a href="http://github.com/defunkt/pystache">Python</a>,
<a href="http://github.com/mojombo/mustache.erl">Erlang</a>,
<a href="http://github.com/bobthecow/mustache.php">PHP</a>,
<a href="http://github.com/hoisie/mustache.go/">Go</a>,
<a href="http://github.com/nrk/hige">Lua</a>,
<a href="http://github.com/joshthecoder/mustang">ooc</a>,
and for
<a href="http://github.com/raycmorgan/Mu">node.js</a>.
</p>
Expand All @@ -78,6 +80,9 @@
<label>Mustache</label>
<textarea class="template">
<h1>{{header}}</h1>
{{#bug}}
{{/bug}}

{{#items}}
{{#first}}
<li><strong>{{name}}</strong></li>
Expand Down Expand Up @@ -111,7 +116,6 @@ <h1>{{header}}</h1>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="extras/coffee-script.js"></script>
<script src="extras/mustache.js"></script>
<script src="extras/highlight.js"></script>
<script src="tom.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions index.mustache
Expand Up @@ -66,8 +66,9 @@ i__p__ / | ############## | | ####### |__l___xp____| ooooo | |~~~~|

<p>
The Manual:
<a href="mustache.1.html">mustache(1)</a> and
<a href="mustache.5.html">mustache(5)</a>
and
<a href="mustache.1.html">mustache(1)</a>
</p>

<p>
Expand All @@ -89,9 +90,8 @@ i__p__ / | ############## | | ####### |__l___xp____| ooooo | |~~~~|
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="extras/coffee-script.js"></script>
<script src="extras/mustache.js"></script>
<script src="extras/highlight.js"></script>
<script src="tom.js"></script>
</body>
</html>
</html>

0 comments on commit da81a6b

Please sign in to comment.