Merged from mwolson@gnu.org--2005 (patch 20-22)
[muse-el.git] / examples / mwolson / templates / header.html
blobd5adbf90dc577fa04f6f093d7ababe6c481d68a6
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>muse-html-style-sheet</lisp>
13 <meta name="description" content="Michael Olson, maintainer of emacs-wiki and Muse" />
14 <meta name="keywords" content="emacs-wiki,muse" />
15 <meta name="generator" content="Muse" />
16 <meta http-equiv="<lisp>muse-html-meta-http-equiv</lisp>" content="<lisp>muse-html-meta-content-type</lisp>" />
17 </head>
19 <body>
21 <div class="menu">
22 <div class="menuitem">
23 <a title="About me, contact info." href="/web/AboutMe.html">About me</a>
24 </div>
26 <div class="menuitem">
27 <a title="Photo albums and the like." href="http://mwolson.risnerolson.org/albums/">Albums</a>
28 </div>
30 <div class="menuitem">
31 <a title="My blog." href="/blog/">Blog</a>
32 </div>
34 <div class="menuitem">
35 <a title="Bookmarks from my web browser." href="/bookmarks/">Bookmarks</a>
36 </div>
38 <div class="menuitem">
39 <a title="Leave comments about me or my site here." href="/blog/guestbook.html">Guestbook</a>
40 </div>
42 <div class="menuitem">
43 <a title="Stuff from some of my classes." href="/notes/WikiIndex.html">Notes</a>
44 </div>
46 <div class="menuitem">
47 <a title="Software that I work on, configuration." href="/projects/">Projects</a>
48 </div>
50 <div class="menuitem">
51 <a title="Miscellaneous things I work on." href="/web/WorksPage.html">Works</a>
52 </div>
54 </div><!-- menu ends here -->
56 <h1 id="top">
57 <a href="<lisp>(muse-wiki-resolve-project-page)</lisp>"
58 style="text-decoration: none;">
59 <img src="/static/logos/site-logo.png"
60 alt="mwolson.org logo" />
61 </a>
62 <a class="top" href="<lisp>(muse-wiki-resolve-project-page
63 (muse-project))</lisp>">
64 <lisp>(concat
65 (car (muse-project))
66 " - "
67 (muse-wiki-publish-pretty-title))</lisp>
68 </a>
69 </h1>
71 <!-- Page published by Muse begins here -->