emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Publishing


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] Publishing
Date: Wed, 14 Sep 2005 05:40:55 +1000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Paul D. Kraus" <address@hidden> writes:

> How do you create html templates so that when you publish the page looks nice.
> For example sach's pages look nothing like the default for emacs-wiki.
>
> Ideas? Examples? Links :) all are welcome.

That's probably CSS.  My pages, e.g. 

        http://twb.ath.cx/~twb/doc/muse/html/LearnSML.html

use the stylesheets

        http://twb.ath.cx/share/core-dark.css
        http://twb.ath.cx/share/core-light.css
        http://twb.ath.cx/share/core.css

They are set by the emacs-wiki-style-sheet variable, e.g.

        (setq emacs-wiki-style-sheet "
        <link rel=\"stylesheet\"
              title=\"Black on White\" 
href=\"http://twb.ath.cx/share/core-light.css\";
              type=\"text/css\" media=\"screen\" />
        <link rel=\"stylesheet alternate\"
              title=\"White on Black\" 
href=\"http://twb.ath.cx/share/core-dark.css\";
              type=\"text/css\" media=\"screen\" />
        <link rel=\"stylesheet\"
              title=\"Black on White\" 
href=\"http://twb.ath.cx/share/core-light.css\";
              type=\"text/css\" media=\"print\" />")

-- 
Trent Buck, Student Errant




reply via email to

[Prev in Thread] Current Thread [Next in Thread]