Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/fnt---efene-templates
jquery templates for erlang/efene
https://github.com/marianoguerra/fnt---efene-templates
Last synced: about 1 month ago
JSON representation
jquery templates for erlang/efene
- Host: GitHub
- URL: https://github.com/marianoguerra/fnt---efene-templates
- Owner: marianoguerra
- License: other
- Created: 2010-12-06T22:58:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-17T02:58:00.000Z (almost 14 years ago)
- Last Synced: 2023-04-21T08:16:31.624Z (over 1 year ago)
- Language: Erlang
- Homepage: http://marianoguerra.com.ar/fnt/
- Size: 110 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
fnt - efene template
====================hopefuly an implementation of jquery template[1] for erlang/efene
[1] http://api.jquery.com/category/plugins/templates/
why it's awesome?
-----------------* compile to erlang bytecode
* uses io lists (no string concatenation)
* write your templates once, run them in the server and the browser
* jquery templates awesomeness
* erlang/efene awesomnessis it everything awesome?
-------------------------nope
* work in progress
* currently supports* if/else
* each
* html
* ${}* to implement
* tmpl
* wrap* needs tests
* to check compliance with js semantics
* to check that we get the same results as jquery-tmpl
* to check that it works in all caseshey! aren't you the efene guy? why is it in erlang then?
--------------------------------------------------------I don't want to push efene as a dependency, but as I said efene is awesome so
go and check it out!so... why is it called efene template if it's written in erlang?
----------------------------------------------------------------because it will be in the efene standard library and I'm really bad at names ;)
more resources
--------------* Website and documentation: http://marianoguerra.com.ar/fnt
* Tutorial: http://marianoguerra.com.ar/fnt/tutorial.html
* Blog: http://efene.tumblr.com
* Central git repo: http://github.com/marianoguerra/fnt---efene-templates