This section includes support documents for using the site and administrative policies and procedures.
NOTES:
- to delete the old pages have the single word "delete", (without "") in the page and save.
- Rather than cut+paste, I can heartily recommend just renaming the
files in the wiki.d directory
- you can add a redefinition of the groups Homepages. put in config.php
$DefaultName = 'Index'; that way if you type "SelectHealth" it will go to SelectHealth/Index as default.
- For most sites there's no ill effects from simply renaming the files,
and the internal pagename will be changed to match the next time the page is saved anyway.
- On Wed, Jan 19, 2005 at 12:56:00PM -0800, Wade Hudson wrote:
> home page. I plan to use the following format: > > Select Catalog ? > * Introduction > * Health > * Personal Growth > Open Catalog ?
This isn't a comment about your page names, but rather a suggestion for getting rid of the ... that currently appears on each one. If you want *everything* in your sidebar to be smaller text, you can eliminate the ... and do it in CSS by simply adding
#sidebar { font-size:smaller; }
You could do this by adding the line above to either
pub/skins/dropdown/dropdown.css pub/css/local.css
or you can do it in config.php via
$HTMLStylesFmt[] = " #sidebar { font-size:smaller; }\n";
Then the above would read
which makes for slightly easier reading. You could then use parens to shorten it a bit further, as in
Anything in parens isn't displayed in the link text, but is still part of the target page name.
Note that there's absolutely nothing wrong with the markup you're using now; I just thought I'd point out some possible shortcuts.
Pm
| Thanks to PmWiki for the software used in this site. |
