/[simile]/sql/irc-logger.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sql/irc-logger.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (show annotations)
Sat Oct 25 22:10:45 2008 UTC (15 years, 5 months ago) by dpavlin
File MIME type: text/html
File size: 1556 byte(s)
simple visualisation of irc-logger data with nicks, first/last date
and message counts
1 <html>
2 <head>
3 <title>Movable Type Exhibit</title>
4
5 <link rel="exhibit/data" type="application/json" href="irc-logger.js" />
6
7 <script
8 src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
9 type="text/javascript"></script>
10
11 <script
12 src="http://static.simile.mit.edu/exhibit/extensions-2.0/time/time-extension.js"></script>
13
14 <!--
15 <script
16 src="../exhibit/api/exhibit-api.js"
17 type="text/javascript"></script>
18 <script
19 src="..//exhibit/extensions/time/time-extension.js"></script>
20 -->
21
22
23 </head>
24 <body>
25 <div style="float: right">
26 <a href="http://simile.mit.edu/exhibit/">exhibit</a></div>
27 <table width="100%" style="font-size: 0.8em">
28 <tr valign="top">
29 <td rowspan="2" width="25%">
30 <div ex:role="facet" ex:facetClass="TextSearch" ex:facetLabel="Search"></div>
31
32 <div ex:role="facet" ex:expression=".label" ex:facetLabel="Nick"
33 ex:sortMode="value"></div>
34
35 <div ex:role="facet" ex:expression=".messages" ex:facetClass="NumericRange" ex:facetLabel="Messages"
36 ex:interval="100" ex:scroll="true"></div>
37
38 </td>
39 </tr>
40 <tr valign="top">
41 <td ex:role="viewPanel">
42
43 <div ex:role="view" ex:viewClass="Timeline"
44 ex:start=".first" ex:end=".last"
45 ex:colorKey=".label"
46 ex:topBandUnit="week" ex:topBandPixelsPerUnit="100"
47 ex:bottomBandUnit="month" ex:bottomBandPixelsPerUnit="25"
48 ex:timelineHeight="550" />
49
50 </td>
51
52 </tr>
53 </table>
54
55 </body>
56 </html>

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26