Mercurial > hg > decoupage
comparison README.txt @ 27:9e86c5cb111a
minor documentation updates
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 18 Jan 2010 15:33:42 -0500 |
parents | ebc1a802f9b8 |
children | fc1c479296c3 |
comparison
equal
deleted
inserted
replaced
26:f306089d6def | 27:9e86c5cb111a |
---|---|
61 Running `decoupage-formatters` from the command line gives the list of | 61 Running `decoupage-formatters` from the command line gives the list of |
62 formatters that are available (which are pluggable setuptools extension points | 62 formatters that are available (which are pluggable setuptools extension points |
63 at [decoupage.formatters]). For example: /include = site.html could | 63 at [decoupage.formatters]). For example: /include = site.html could |
64 include the site.html genshi template at the top of the body. | 64 include the site.html genshi template at the top of the body. |
65 | 65 |
66 Formatters: | |
67 | |
66 all: | 68 all: |
67 only pass files of a certain pattern; | 69 only pass files of a certain pattern; |
68 the inverse of ignore | 70 the inverse of ignore |
69 calling all with no arguments means only files with descriptions | 71 calling all with no arguments means only files with descriptions |
70 are used | 72 are used |
74 describe: substitute the description for the filename | 76 describe: substitute the description for the filename |
75 ignore: ignore files of a certain pattern | 77 ignore: ignore files of a certain pattern |
76 include: include a file at the top of the body | 78 include: include a file at the top of the body |
77 css: specify CSS | 79 css: specify CSS |
78 | 80 |
81 Decoupage also makes use of other special intrinsic keywords: | |
82 | |
83 inherit: | |
84 transform: |