SiteMap / AllPages / Out

PrivateLayoutRules

I've changed the default LayoutRules of WikiMode for my HomePage:

    (add-to-list 'wiki-publishing-markup '("&" . "&"))

This will quote all occurences of `&' when the pages are published.

Header:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
    <html>
    <head>
    <title>%s</title>
    <link rel="contents" href="index.html" title="Table of Contents">
    <link rel="index" href="site-index.html" title="Site Index">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <link rel=stylesheet type="text/css" href="wiki.css">
    </head>
    <body>
    <p>
    <a href="SiteMap.html">SiteMap</a> /
    <a href="AllPages.html">AllPages</a> /
    <a href="index.html">Out</a>
    <h1><a name="%s" title="%s">%s</a></h1>

Footer:

    <hr>
    <p>
    <a href="SiteMap.html">SiteMap</a> /
    <a href="All'Pages.html">AllPages</a> /
    <a href="index.html">Out</a> /
    <a href="mailto:kensanata@yahoo.com">kensanata@yahoo.com</a> /
    Last change: %s
    </body>
    </html>

Cascading Style Sheet (CSS):

    a:link { color:rgb(135,206,250); } /* light sky blue */
    a:visited { color:rgb(233,150,122); } /* light salmon */
    a:active { color:rgb(255,99,71); } /* tomato */

    /* light steel blue on something darker than midnight blue */
    body { background:#00005a;color:rgb(176,196,222); }

SiteMap / AllPages / Out / kensanata@gmail.com / Last change: 2001-03-06