(yahtmle)Setting environment variables for WWW pages


Prev: Setting environments for weblint browsers and image viewers Up: Installation

Setting environment variables for WWW pages
===========================================

Variables regarding path names for files that will be your home page.
`yahtml-path-url-alist'
             ... list of matching path name on file system and URLs
`yahtml-directory-index'
             ... index file displayed when none is given in URL.  Usually
             `index.html' on NCSA type httpd and `Welcome.html' on CERN
             types.

Examples for `yahtml-path-url-alist'.  If `/home/yuuji/http/' is
`http://localhost/~yuuji' at home and `/usr/home/yuuji/www/' is
`http://www.keio.ac.jp/~yuuji/' at work, then

     (setq yahtml-path-url-alist
           '(("/home/yuuji/http" . "http://localhost/~yuuji")
             ("/usr/home/yuuji/www" . "http://www.keio.ac.jp/~yuuji")))

Any number of additions can be made to this list.



automatically generated by info2www.cgi version 1.2