Software Details:
Version: 0.9.11
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 119
Plim is actually a port of Ruby's Slim templating engine, and also inspired by the Python Mako template engine.
Plim basically allows developers to write a page's structure using a simple syntax and then output it as valid HTML code.
What is new in this release:
- Fixed incorrect parsing of templates with windows-style newlines (CR+LF).
What is new in version 0.9.9:
- Fixed UnicodeEncodeError in -def blocks with Unicode strings as default argument values.
What is new in version 0.9.2:
- Feature:
- Added support for Custom Parsers.
What is new in version 0.9.0:
- Changes:
- Pyramid adapter now relies on Pyramid>=1.5a2 and pyramid_mako>=0.3.1.
- The package now depends on Mako>=0.9.0.
- Sass/Scss extension now requires PyScss>=1.2.0.post3.
- Pyramid adapter's ``plim.file_extension`` configuration option is deprecated.
What is new in version 0.8.9:
- Bugfix:
- Use sys.maxsize instead of unavailable sys.maxint on Python 3.
What is new in version 0.8.6:
- Fixed assertion error in handlebars parser.
What is new in version 0.8.5:
- Added support for Handlebars blocks.
What is new in version 0.8.0:
- Feature:
- Added support for dynamic attributes unpacker (an equivalent to Slim's splat attributes).
What is new in version 0.7.12:
- Unnecessary newline characters at the end of literal blocks have been removed.
- Added the command-line tool ``plimc``.
Comments not found