/[simile]/svn/svn.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 /svn/svn.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Sun Oct 5 18:45:10 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 2640 byte(s)
experimental svn broser

based on http://stud05.technikum-wien.at/~tw05n126/exhibit/log/log.html
1 <html>
2 <head>
3 <title>SVN facet browsing exhibit</title>
4
5 <!--
6 <link rel="exhibit/data"
7 type="application/rdf+xml"
8 href="log.xml" />
9
10 <link rel="exhibit/data" type="application/jsonp"
11 href="http://spreadsheets.google.com/feeds/list/o07573463909577017953.6839049389601542536/od6/public/basic?alt=json-in-script"
12 ex:converter="googleSpreadsheets" />
13
14 <link rel="exhibit/data"
15 type="application/json"
16 href="log.json" />
17 <link rel="exhibit/data"
18 type="application/json"
19 href="svn.js" />
20 -->
21 <link rel="exhibit/data"
22 type="application/json"
23 href="svn2js.cgi" />
24
25 <script
26 src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
27 type="text/javascript"></script>
28
29
30 <script
31 src="http://static.simile.mit.edu/exhibit/extensions-2.0/time/time-extension.js"></script>
32
33
34 </head>
35 <body>
36 <div style="float: right">
37 <a href="http://stud05.technikum-wien.at/~tw05n126/exhibit/log/log.html">based on</a>,
38 <a href="http://simile.mit.edu/exhibit/">exhibit</a></div>
39 <h1 style="font-size: 0.8em">Exhibit SVN History</h1>
40 <table width="100%" style="font-size: 0.8em">
41 <tr valign="top">
42 <td rowspan="2" width="25%">
43 <div ex:role="facet" ex:facetClass="TextSearch" ex:facetLabel="Search"></div>
44
45 <div ex:role="facet" ex:expression=".author" ex:facetLabel="Author"
46 ex:sortMode="count"></div>
47
48 <div ex:role="facet" ex:expression=".action" ex:facetLabel="Action"
49 ex:sortMode="count" ex:scroll="false"></div>
50
51 <div ex:role="facet" ex:expression=".revision" ex:facetClass="NumericRange"
52 ex:interval="10" ex:scroll="true"></div>
53
54 <div ex:role="facet" ex:expression=".path" ex:facetLabel="Path by Count"
55 ex:sortMode="count"></div>
56
57 </td>
58 <td>
59
60 <div ex:role="facet" ex:expression=".path" ex:facetLabel="Path by Name"
61 ex:sortMode="value"></div>
62 </td>
63 </tr>
64 <tr valign="top">
65 <td ex:role="viewPanel">
66
67 <div ex:role="view" ex:viewClass="Timeline" ex:start=".date"
68 ex:colorKey=".author"
69 ex:topBandUnit="week" ex:topBandPixelsPerUnit="200"
70 ex:bottomBandUnit="month" ex:bottomBandPixelsPerUnit="25"
71 ex:timelineHeight="650" />
72
73 <div ex:role="view" ex:viewClass="Tabular"
74 ex:columns=".revision, .author, .date, .path, .action, .copyfrom-path, .copyfrom-rev, .msg"
75 />
76 </td>
77
78 </tr>
79 </table>
80
81 </body>
82 </html>
83
84

  ViewVC Help
Powered by ViewVC 1.1.26