Table of Contents
Testing
I've just switched this site to MySQL, and I want to make sure the Wiki is still alterable. If you can read this line, then it is!
Posting HTML and pdf docs
If you'd like to post an html doc or pdf doc that can be linked to from this Wiki, here's an example. Note that it requires an account on lsstdev.ncsa.uiuc.edu.
I've put a sample file at /lsst/www/htmldocs/hello.html.
Here's a link to the html file:
* http://dev.lsstcorp.org/htmldocs/hello.html
Using the TOC Macro
The TOC macro is invoked by adding
[[TOC]]
at the top of a wiki page. Invoked without arguments, as it is on this page, TOC will provide a table of contents for just that given page, not including level one headings. If invoked with a list of Wiki pages, i.e.
[[TOC(WikiStart, WikiPage1, WikiPage2)]]
the macro creates a Table of Contents containing information from all the listed pages, including level one headings. See WikiStart for an example.
