Mercurial > p > roundup > code
comparison doc/reference.txt @ 7363:23abe048d1de
Fix missing pre block for url.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 19:37:43 -0400 |
| parents | 3a98a81c6e57 |
| children | 8aa1a5639aef |
comparison
equal
deleted
inserted
replaced
| 7362:527cad3a860c | 7363:23abe048d1de |
|---|---|
| 2080 | 2080 |
| 2081 - A top-level frameset page. This page probably wouldn't be templated, so | 2081 - A top-level frameset page. This page probably wouldn't be templated, so |
| 2082 it could be served as a static file (see `serving static content`_) | 2082 it could be served as a static file (see `serving static content`_) |
| 2083 - A sidebar frame that is templated. Let's call this page | 2083 - A sidebar frame that is templated. Let's call this page |
| 2084 "home.navigation.html" in your tracker's "html" directory. To load that | 2084 "home.navigation.html" in your tracker's "html" directory. To load that |
| 2085 page up, you use the URL: | 2085 page up, you use the URL:: |
| 2086 | 2086 |
| 2087 <tracker url>/home?@template=navigation | 2087 <tracker url>/home?@template=navigation |
| 2088 | 2088 |
| 2089 | 2089 |
| 2090 Serving static content | 2090 Serving static content |
