Progressive Resource Catalog
SearchWiki

Welcome
Catalog

  • Overview
  • Health
  • Personal Growth
  • Spirituality
  • Family
  • Community
  • Environment
  • Economy
  • Education
  • Media
  • Computers and Internet
  • Arts and Culture
  • Recreation and Sports
  • Science and Technology
  • Government

Post-Election Workshop
Strategy Workshop
Global Transformation
Obama's Movement
PDA
Contact
Signup for e-Newsleter
About
Personal
Other Directories

Main/
Admin
Read PageEdit PagePage AttributesPage HistoryUpload
Printable View

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

Select Catalog ?

  • Introduction
  • Health
  • Personal Growth

Open Catalog ?

which makes for slightly easier reading. You could then use parens to shorten it a bit further, as in

Select Catalog ?

  • Introduction
  • Health
  • Personal Growth
  • Open Catalog ?

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.
Page last modified on January 19, 2005, at 11:47 PM
  1. SearchWiki
  2. Recent Changes
  3. All Recent Changes
  4. WikiHelp

  1. ▲ Top ▲
  2. Edit:
  3. SideBar