rougail/doc
Emmanuel Garette 0be7a72d28 Add new attribute "include" to "file"
This attribute have 3 values:
- "no": it's a normal file
- "name": the name is included in another template so it is generated before other templates
- "content": the content is included in another template so it is generated before the other templates and is not installed on the server

fixes #2
2021-02-21 10:44:48 +01:00
..
check documentation + fallback on condition 2021-02-16 10:22:29 +01:00
condition documentation + fallback on condition 2021-02-16 10:22:29 +01:00
dev add jinja2 templating 2021-02-20 18:02:50 +01:00
dictionary documentation + fallback on condition 2021-02-16 10:22:29 +01:00
family modes 2021-02-19 17:06:49 +01:00
fill doc for check 2021-02-15 15:17:23 +01:00
param doc for check 2021-02-15 15:17:23 +01:00
service Add new attribute "include" to "file" 2021-02-21 10:44:48 +01:00
target documentation + fallback on condition 2021-02-16 10:22:29 +01:00
variable modes 2021-02-19 17:06:49 +01:00
README.md add jinja2 templating 2021-02-20 18:02:50 +01:00
mode.md rst to md 2021-02-06 16:01:35 +01:00
services.md add doc 2021-02-12 18:08:50 +01:00
variables.md better support type in params 2021-02-12 18:08:28 +01:00

README.md

Rougail

Rougail est un bibliothèque python3 qui permet de charger des dictionnaires (fichiers au format XML), de charger les variables dans Tiramisu et de générer des templates.

La bibliothèque

Les dictionnaires

Les variables

Les services

Les contraintes

Les templates

  • Type creole
  • Type jinja2 FIXME ^^