Update my example stuff
[muse-el.git] / examples / mwolson / templates / header.html
blob128366c8b1937a6f1c911f9937086eaf86bc2c6c
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://blog.mwolson.org/index.rss" />
10 <link rel="author" href="http://mwolson.org/web/AboutMe.html" />
11 <link rel="home" href="http://mwolson.org/web/WelcomePage.html" />
12 <link rel="shortcut icon"
13 href="http://mwolson.org/static/logos/favicon.ico" />
14 <lisp>
15 (muse-style-element :style-sheet muse-publishing-current-style)
16 </lisp>
17 <meta name="description" content="Michael Olson, maintainer of Emacs Muse and ERC" />
18 <meta name="keywords" content="emacs,muse,erc,emms" />
19 <meta name="generator" content="Muse" />
20 <meta http-equiv="<lisp>muse-html-meta-http-equiv</lisp>" content="<lisp>muse-html-meta-content-type</lisp>" />
21 </head>
23 <body>
25 <div class="menu">
26 <div class="menuitem">
27 <a title="About me, contact info." href="/web/AboutMe.html">About me</a>
28 </div>
30 <div class="menuitem">
31 <a title="Photo albums and the like." href="http://mwolson.risnerolson.org/albums/">Albums</a>
32 </div>
34 <div class="menuitem">
35 <a title="My blog." href="http://blog.mwolson.org/">Blog</a>
36 </div>
38 <div class="menuitem">
39 <a title="Bookmarks from my web browser." href="/bookmarks/">Bookmarks</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="Philisophical writings and ideas." href="/web/PhilosophyPage.html">Philosophy</a>
48 </div>
50 <div class="menuitem">
51 <a title="Software that I work on, configuration." href="/projects/">Projects</a>
52 </div>
54 <div class="menuitem">
55 <a title="Miscellaneous things I work on." href="/web/WorksPage.html">Works</a>
56 </div>
58 </div><!-- menu ends here -->
60 <h1 id="top">
61 <a href="<lisp>(muse-wiki-resolve-project-page)</lisp>"
62 style="text-decoration: none;">
63 <img src="/static/logos/site-logo.png"
64 alt="mwolson.org logo" />
65 </a>
66 <a class="top" href="<lisp>(muse-wiki-resolve-project-page
67 (muse-project))</lisp>">
68 <lisp>(concat (car (muse-project)) " - "
69 (muse-wiki-publish-pretty-title))</lisp>
70 </a>
71 </h1>
73 <!-- Page published by Emacs Muse begins here -->