[pmwiki-users] $SkinLibDirs definition
H. Fox
haganfox at users.sourceforge.net
Thu Nov 2 23:43:47 CST 2006
On 11/2/06, Sandy <sandy at onebit.ca> wrote:
> Trying to figure out what $SkinLibDirs does, combining old list messages
> with the existing definition on
> http://pmwiki.org/wiki/PmWiki/LayoutVariables#SkinLibDirs
>
>
> Is this correct?
Yes, except instead of "server address" I would say "filesystem path"
or something similar because a filesystem location is not ordinarily
referred to as an address. Perhaps a glossary would help. Something
like
* A URL is a web address that you can reach with your web browser.
* A filesystem path is a location on the server's filesystem.
See also Qdig's "URL And Filesystem Paths" page.
http://qdig.sourceforge.net/Support/URLAndFilesystemPaths
Hagan
> An array which, given the server address for a skin, provides the
> corresponding URL. The PmWiki program uses the server address (the key)
> to find the skin.tmpl and skin.php files. The program then produces HTML
> code for the page showing the URL (the value) so the browser can find
> the .css and .gif files. Yes, two ways to describe the same directory.
>
> In pseudocode:
> "directory for the skin, in php-speak" => "directory for the skin, in
> browser-speak"
>
> By default $SkinLibDirs is set to:
>
> $SkinLibDirs = array(
> "./pub/skins/\$Skin" => "$PubDirUrl/skins/\$Skin",
> "$FarmD/pub/skins/\$Skin" => "$FarmPubDirUrl/skins/\$Skin");
>
>
>
> Sandy
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
More information about the pmwiki-users
mailing list