Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Oct 1, 2013
1 parent cac5073 commit d5208a1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
#Pebble (Current Version: 0.0)
======
#Pebble (Current Version: 0.0.1)

Pebble is a java templating engine. It started as a port of the [Twig templating engine](http://twig.sensiolabs.org/) for PHP.

Pebble is not even in an alpha stage. It is not yet ready for use.
Pebble is in early development stages. It is not ready for production use.

## Roadmap
## Release Notes

### Version 0.1-alpha
### Version 0.0.2 (Coming Soon)
- Dedicated website with documentation
- Code cleanup and more tests

### Version 0.0.1 (September 30th 2013)
- tags: block, extends, for, if, import, include, macro, set
- filters: abbreviate, capitalize, date, default, format, json, lower, number, trim, upper, urlencode
- functions: block, parent
- tests: empty, even, null, odd, iterable, equalTo
- operators: in, is, is not, +, -, /, *, %, and, or, (), ==, !=, <, >, <=, >=, |, .
- extensive unit tests
- dedicated website and documentation
- unit tests

## Attribution

Expand Down

0 comments on commit d5208a1

Please sign in to comment.