Skip to content

jpcw/bobplugins.jpcw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexibles rendering plugins for mrbob

Add an +__if_any.var__+ statement pattern to influence rendering.

For example foo/+__if_render.me__++author+/+age+.bob given variables :

  • author = Foo
  • age = 12

if render.me is True:

foo/Foo/12 will be rendered

else:

foo/ will be rendered.

Please notice that only ('y', 'yes', 'true', True, 1) are True, anything else will be considred as False.

bobplugins.jpcw is continuously

  • tested on Travis travisstatus
  • coverage tracked on coveralls.io coveralls.

About

Flexible rendering plugins for mrbob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages