Update my example configuration
[muse-el.git] / examples / mwolson / templates / header.html
blob33aed5f94bcdfcbd58113421ff9f4e9277f6f530
1 <?xml version="1.0" encoding="<lisp>
2 (muse-html-encoding)</lisp>"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title><lisp>(concat (car (muse-project))
7 " - "
8 (muse-wiki-publish-pretty-title))</lisp></title>
9 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.mwolson.org/blog/index.rss" />
10 <link rel="author" href="http://www.mwolson.org/web/AboutMe.html" />
11 <link rel="home" href="http://www.mwolson.org/web/WelcomePage.html" />
12 <lisp>
13 (muse-style-element :style-sheet muse-publishing-current-style)
14 </lisp>
15 <meta name="description" content="Michael Olson, maintainer of emacs-wiki and Muse" />
16 <meta name="keywords" content="emacs-wiki,muse" />
17 <meta name="generator" content="Muse" />
18 <meta http-equiv="<lisp>muse-html-meta-http-equiv</lisp>" content="<lisp>muse-html-meta-content-type</lisp>" />
19 </head>
21 <body>
23 <div class="menu">
24 <div class="menuitem">
25 <a title="About me, contact info." href="/web/AboutMe.html">About me</a>
26 </div>
28 <div class="menuitem">
29 <a title="Photo albums and the like." href="http://mwolson.risnerolson.org/albums/">Albums</a>
30 </div>
32 <div class="menuitem">
33 <a title="My blog." href="/blog/">Blog</a>
34 </div>
36 <div class="menuitem">
37 <a title="Bookmarks from my web browser." href="/bookmarks/">Bookmarks</a>
38 </div>
40 <div class="menuitem">
41 <a title="Stuff from some of my classes." href="/notes/WikiIndex.html">Notes</a>
42 </div>
44 <div class="menuitem">
45 <a title="Philisophical writings and ideas." href="/web/PhilosophyPage.html">Philosophy</a>
46 </div>
48 <div class="menuitem">
49 <a title="Software that I work on, configuration." href="/projects/">Projects</a>
50 </div>
52 <div class="menuitem">
53 <a title="Miscellaneous things I work on." href="/web/WorksPage.html">Works</a>
54 </div>
56 </div><!-- menu ends here -->
58 <h1 id="top">
59 <a href="<lisp>(muse-wiki-resolve-project-page)</lisp>"
60 style="text-decoration: none;">
61 <img src="/static/logos/site-logo.png"
62 alt="mwolson.org logo" />
63 </a>
64 <a class="top" href="<lisp>(muse-wiki-resolve-project-page
65 (muse-project))</lisp>">
66 <lisp>(concat (car (muse-project)) " - "
67 (muse-wiki-publish-pretty-title))</lisp>
68 </a>
69 </h1>
71 <!-- Page published by Emacs Muse begins here -->