Version bump and added example log file

This commit is contained in:
Chris Oliver 2011-10-22 11:15:10 -05:00
parent b8b847fb88
commit 82fd03724c
2 changed files with 44 additions and 2 deletions

View file

@ -0,0 +1,42 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>#keryx | Logs for 2011-10-22</title>
<style type="text/css">
body {
background-color: #F8F8FF;
font-family: Fixed, monospace;
font-size: 13px;
}
h1 {
font-family: sans-serif;
font-size: 24px;
text-align: center;
}
a, .time {
color: #525552;
text-decoration: none;
}
a:hover, .time:hover { text-decoration: underline; }
.person { color: #DD1144; }
.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; }
.notice { color: #AE768C; }
</style>
</head>
<body>
<h1>#keryx | Logs for 2011-10-22</h1>
<a href="..">Back</a><br />
<a href="#11:13:11" name="11:13:11" class="time">[11:13:11]</a> -!- <span class="join">timber</span> [timber!~timber@24-216-69-5.dhcp.stls.mo.charter.com] has joined #keryx
<br />
<a href="#11:13:13" name="11:13:13" class="time">[11:13:13]</a> <span class="person" style="color:#81ddd8">&lt;excid3|cloud&gt;</span> Sup timber
<br />
<a href="#11:13:24" name="11:13:24" class="time">[11:13:24]</a> <span class="nick">excid3|cloud</span> is now known as <span class="nick">excid3</span>
<br />
<a href="#11:13:28" name="11:13:28" class="time">[11:13:28]</a> -!- mode/<span class="mode">#keryx</span> [+o excid3] by ChanServ
<br />
<a href="#11:13:36" name="11:13:36" class="time">[11:13:36]</a> -!- <span class="kick">timber</span> was kicked from #keryx by excid3!u66@gateway/web/irccloud.com/x-hxstvwnvadvpicfw [timber]
<br />
</body>
</html>

View file

@ -25,7 +25,7 @@
__author__ = "Chris Oliver <excid3@gmail.com>" __author__ = "Chris Oliver <excid3@gmail.com>"
__version__ = "0.4.0" __version__ = "0.4.1"
__date__ = "08/11/2009" __date__ = "08/11/2009"
__copyright__ = "Copyright (c) Chris Oliver" __copyright__ = "Copyright (c) Chris Oliver"
__license__ = "GPL2" __license__ = "GPL2"
@ -110,7 +110,7 @@ html_header = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
</head> </head>
<body> <body>
<h1>%title%</h1> <h1>%title%</h1>
<a href="..">Back</a> <a href="..">Back</a><br />
</body> </body>
</html> </html>
""" """