2012-03-07 02:25:05 +00:00
|
|
|
<html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
|
|
|
|
<title>Tahoe-LAFS - Introducer Status</title>
|
|
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head><body>
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2012-04-05 23:57:23 +00:00
|
|
|
<h1>Welcome to the Tahoe-LAFS Introducer</h1>
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2012-03-07 02:25:05 +00:00
|
|
|
<div class="section" id="this-client">
|
|
|
|
<h2>This Introducer</h2>
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2012-03-07 02:25:05 +00:00
|
|
|
<table class="node-info table-headings-left">
|
2012-04-05 23:57:23 +00:00
|
|
|
<tr><th>My nodeid:</th> <td class="nodeid mine data-chars" n:render="string" n:data="my_nodeid" /></tr>
|
2012-03-07 02:25:05 +00:00
|
|
|
<tr><th>My versions:</th> <td n:render="string" n:data="version" /></tr>
|
|
|
|
<tr><th>Tahoe-LAFS code imported from:</th> <td n:render="string" n:data="import_path" /></tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2008-03-12 02:21:29 +00:00
|
|
|
<div>Announcement Summary: <span n:render="announcement_summary" /></div>
|
|
|
|
<div>Subscription Summary: <span n:render="client_summary" /></div>
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2012-03-07 02:25:05 +00:00
|
|
|
<br />
|
2008-03-12 00:41:03 +00:00
|
|
|
|
2012-03-07 02:25:05 +00:00
|
|
|
|
|
|
|
<div class="section">
|
|
|
|
<h2>Service Announcements</h2>
|
|
|
|
<table class="services table-headings-top" n:render="sequence" n:data="services">
|
2008-03-12 00:41:03 +00:00
|
|
|
<tr n:pattern="header">
|
2012-03-07 02:25:05 +00:00
|
|
|
<th class="nickname-and-peerid">
|
|
|
|
<div class="service-nickname">Nickname</div>
|
2012-04-24 05:37:28 +00:00
|
|
|
<div class="nodeid data-chars">ServerID</div></th>
|
2012-03-07 02:25:05 +00:00
|
|
|
<th>Advertised IPs</th>
|
|
|
|
<th>Announced</th>
|
|
|
|
<th>Version</th>
|
|
|
|
<th>Service Name</th>
|
2008-03-12 00:41:03 +00:00
|
|
|
</tr>
|
|
|
|
<tr n:pattern="item" n:render="service_row">
|
2012-03-07 02:25:05 +00:00
|
|
|
<td class="nickname-and-peerid">
|
|
|
|
<div class="nickname"><n:slot name="nickname"/></div>
|
2012-04-24 05:37:28 +00:00
|
|
|
<div class="nodeid data-chars"><n:slot name="serverid"/></div></td>
|
2012-03-07 02:25:05 +00:00
|
|
|
<td><n:slot name="advertised"/></td>
|
|
|
|
<td class="service-announced"><n:slot name="announced"/></td>
|
|
|
|
<td class="service-version"><n:slot name="version"/></td>
|
|
|
|
<td class="service-service-name"><n:slot name="service_name"/></td>
|
2008-03-12 00:41:03 +00:00
|
|
|
</tr>
|
|
|
|
<tr n:pattern="empty"><td>no peers!</td></tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
2012-03-07 02:25:05 +00:00
|
|
|
<h2>Subscribed Clients</h2>
|
|
|
|
<table class="services table-headings-top" n:render="sequence" n:data="subscribers">
|
2008-03-12 00:41:03 +00:00
|
|
|
<tr n:pattern="header">
|
2012-03-07 02:25:05 +00:00
|
|
|
<th class="nickname-and-peerid">
|
|
|
|
<div class="service-nickname">Nickname</div>
|
|
|
|
<div class="nodeid data-chars">PeerID</div></th>
|
|
|
|
<th>Advertised IPs</th>
|
|
|
|
<th>Connected From</th>
|
|
|
|
<th>Since</th>
|
|
|
|
<th>Version</th>
|
|
|
|
<th>Subscribed To</th>
|
2008-03-12 00:41:03 +00:00
|
|
|
</tr>
|
|
|
|
<tr n:pattern="item" n:render="subscriber_row">
|
2012-03-07 02:25:05 +00:00
|
|
|
<td class="nickname-and-peerid">
|
|
|
|
<div class="nickname"><n:slot name="nickname"/></div>
|
|
|
|
<div class="nodeid data-chars"><n:slot name="peerid"/></div></td>
|
|
|
|
<td><n:slot name="advertised"/></td>
|
|
|
|
<td><n:slot name="connected"/></td>
|
|
|
|
<td class="service-since"><n:slot name="since"/></td>
|
|
|
|
<td class="service-version"><n:slot name="version"/></td>
|
|
|
|
<td class="service-service-name"><n:slot name="service_name"/></td>
|
2008-03-12 00:41:03 +00:00
|
|
|
</tr>
|
|
|
|
<tr n:pattern="empty"><td>no peers!</td></tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|