Mercurial > p > roundup > code
comparison doc/customizing.txt @ 4726:0040fb6e659f
Doc fix per John's comments.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 13 Jan 2013 15:12:04 +0300 |
| parents | 9b9d9cb9734a |
| children | 6e9b9743de89 |
comparison
equal
deleted
inserted
replaced
| 4725:9b9d9cb9734a | 4726:0040fb6e659f |
|---|---|
| 1347 handling an item of a ``FileClass``, and the extra path information | 1347 handling an item of a ``FileClass``, and the extra path information |
| 1348 gives the filename that the client is going to label the download | 1348 gives the filename that the client is going to label the download |
| 1349 with (i.e. "file1/kitten.png" is nicer to download than "file1"). | 1349 with (i.e. "file1/kitten.png" is nicer to download than "file1"). |
| 1350 This raises a ``SendFile`` exception. | 1350 This raises a ``SendFile`` exception. |
| 1351 | 1351 |
| 1352 Both b. and e. don't use templates and stop before the template is | 1352 Neither b. or e. use templates and stop before the template is |
| 1353 determined. For other contexts the template used is specified by the | 1353 determined. For other contexts the template used is specified by the |
| 1354 ``@template`` variable, which defaults to: | 1354 ``@template`` variable, which defaults to: |
| 1355 | 1355 |
| 1356 - only classname suplied: "index" | 1356 - only classname suplied: "index" |
| 1357 - full item designator supplied: "item" | 1357 - full item designator supplied: "item" |
