comparison tests/include.ini @ 89:7fdd934855bf

needs a bit more thought
author Jeff Hammel <k0scist@gmail.com>
date Fri, 21 Mar 2014 23:04:01 -0700
parents
children
comparison
equal deleted inserted replaced
88:dd8ad435cb26 89:7fdd934855bf
1 # How to include files?
2 # perhaps:
3
4 [include:%(here)s/included.ini]
5
6 # or
7
8 [:include:%(here)s/included.ini]
9
10 # or
11
12 [::include:%(here)s/included.ini]
13 # (I lean towards this one)
14
15 [include::%(here)s/included.ini]
16
17 # or
18
19 [#include:%(here)s/included.ini]
20 # (assuming this is even legal)
21
22 # and for decorators
23
24 [include:@:host=negativelee.com:%(here)s/included.ini]
25
26 # (etc)