Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Omni is a Software-as-a-Service/Cloud Computing service that wants to help you create and use modular applications for the web. It is the collection of the Colony Framework which supports the service, along with all the open source plugins developed for it.

5.0
 
  0 reviews  |  9 users  |  461,814 lines of code  |  6 current contributors  |  Analyzed 12 months ago
 
 

BlackPine is a simple template engine written in C++ with bindings to other languages using SWIG http://ik.am/?code/blackpine (sorry Japanese only)

0
 
  0 reviews  |  0 users  |  877 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

aspyte is a small template engine written in python. It uses a notation similar to the django template processor. Supported tags{{ expression }} {% if condition %} {% elif condition %} {% else %} {% for element in list %} {% block name %} {% extends file %} {% include file %} if, for and block ... [More] sections must have an ending instruction, e.g. {% end-if %}. Exampleexample.template {{ var1 }} example.py >>> from aspyte import Template >>> context = {'var1': 'Hello, world!'} >>> template = Template('example.template') >>> print(template.process(context)) Hello, world! [Less]

0
 
  0 reviews  |  0 users  |  287 lines of code  |  0 current contributors  |  Analyzed about 4 hours ago
 
 

The TIny Template ENgine is a text-based template engine designed to be small and fast without sacrificing ease of use and flexibility. Titen is currently around 200 lines of code and fits comfortably in one Python module. Titen shares many of its features with many of the leading template ... [More] engines. Its syntax is clean and easy to use. It uses standard Python expressions which gives good flexibility, and it aims to have a decent sandboxing solution (a primative one is in place now). Titen is also very easy to use within python code. [Less]

0
 
  0 reviews  |  0 users  |  176 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.