Mercurial > hg > decoupage
comparison README.txt @ 78:5330cd62e179
something about hash marks in filenames
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 16 Apr 2013 00:45:31 -0700 |
parents | 9ba237db4cde |
children | 2c7c4fda1a14 |
comparison
equal
deleted
inserted
replaced
77:ebf3d3c39cb7 | 78:5330cd62e179 |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 what is it? | 4 what is it? |
5 ----------- | 5 ----------- |
6 | 6 |
7 decoupage is a static file server that allows for index pages | 7 `decoupage` is a *dynamic* file server that allows for index pages |
8 configurable with genshi templates and .ini files. I mainly wrote it | 8 configurable with genshi templates and .ini files. I mainly wrote it |
9 because i was tired of using apache for serving my website and | 9 because i was tired of using apache for serving my website and |
10 generating index.html files by hand. Decoupage provides views into | 10 generating index.html files by hand. Decoupage provides views into |
11 the filesystem. | 11 the filesystem. |
12 | |
13 | 12 |
14 | 13 |
15 how do i use it? | 14 how do i use it? |
16 ---------------- | 15 ---------------- |
17 | 16 |
82 the description. The template will now have an additional | 81 the description. The template will now have an additional |
83 variable, | 82 variable, |
84 'title', per file | 83 'title', per file |
85 Arguments: | 84 Arguments: |
86 * separator: what separator to use (':' by default) | 85 * separator: what separator to use (':' by default) |
87 | 86 |
88 describe: | 87 describe: |
89 obtain the description from the filename | 88 obtain the description from the filename |
90 the file extension (if any) will be dropped and | 89 the file extension (if any) will be dropped and |
91 spaces will be substituted for underscores | 90 spaces will be substituted for underscores |
92 | 91 |