title_rename_xhtml.dpatch.txt

- Renamed xhtml Title from "Allmydata - Tahoe" to "Tahoe-LAFS"
- Renamed Tahoe to Tahoe-LAFS in page content
- Changed Tahoe-LAFS home page link to http://tahoe-lafs.org (added target="blank")
- Deleted commented css script in info.xhtml
This commit is contained in:
freestorm77 2010-05-29 10:25:42 -07:00
parent 9e2da05837
commit 59a77f82d7
20 changed files with 26 additions and 28 deletions

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Check Results</title> <title>Tahoe-LAFS - Check Results</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Check Results</title> <title>Tahoe-LAFS - Check Results</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Deep Check Results</title> <title>Tahoe-LAFS - Deep Check Results</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Deep Check Results</title> <title>Tahoe-LAFS - Deep Check Results</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - File Download Status</title> <title>Tahoe-LAFS - File Download Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>Helper Status - AllMyData Tahoe</title> <title>Tahoe-LAFS - Helper Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,7 +1,5 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"><head> <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
<title n:render="title"></title> <title n:render="title"></title>
<!-- <link href="http://www.allmydata.com/common/css/styles.css"
rel="stylesheet" type="text/css"/> -->
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,17 +1,17 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>Introducer Status - AllMyData Tahoe</title> <title>Tahoe-LAFS - Introducer Status</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
<body> <body>
<h1>Welcome To The Tahoe Introducer</h1> <h1>Welcome To The Tahoe-LAFS Introducer</h1>
<h2>My Code</h2> <h2>My Code</h2>
<div>My nodeid: <span n:render="string" n:data="my_nodeid" /></div> <div>My nodeid: <span n:render="string" n:data="my_nodeid" /></div>
<div>My versions: <span n:render="string" n:data="version" /></div> <div>My versions: <span n:render="string" n:data="version" /></div>
<div>Tahoe code imported from: <span n:render="string" n:data="import_path" /></div> <div>Tahoe-LAFS code imported from: <span n:render="string" n:data="import_path" /></div>
<br /> <br />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Check Results</title> <title>Tahoe-LAFS - Check Results</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Mutable File Servermap Update Status</title> <title>Tahoe-LAFS - Mutable File Servermap Update Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,16 +1,16 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Provisioning Tool</title> <title>Tahoe-LAFS - Provisioning Tool</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
<body> <body>
<h1>Tahoe Provisioning Tool</h1> <h1>Tahoe-LAFS Provisioning Tool</h1>
<p>This page will help you determine how much disk space and network <p>This page will help you determine how much disk space and network
bandwidth will be required by various sizes and types of Tahoe networks.</p> bandwidth will be required by various sizes and types of Tahoe-LAFS networks.</p>
<div n:render="forms" /> <div n:render="forms" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Mutable File Publish Status</title> <title>Tahoe-LAFS - Mutable File Publish Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,17 +1,17 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Reliability Tool</title> <title>Tahoe-LAFS - Reliability Tool</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
<body> <body>
<h1>Tahoe Reliability Tool</h1> <h1>Tahoe-LAFS Reliability Tool</h1>
<p>Given certain assumptions, this page calculates probability of share loss <p>Given certain assumptions, this page calculates probability of share loss
over time, to help make informed decisions about how much redundancy and over time, to help make informed decisions about how much redundancy and
repair bandwidth to configure on a Tahoe grid.</p> repair bandwidth to configure on a Tahoe-LAFS grid.</p>
<div n:render="forms" /> <div n:render="forms" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Mutable File Retrieve Status</title> <title>Tahoe-LAFS - Mutable File Retrieve Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>Stats - AllMyData Tahoe</title> <title>Tahoe-LAFS - Stats</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Current Uploads/Downloads</title> <title>Tahoe-LAFS - Current Uploads/Downloads</title>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - Storage Server Status</title> <title>Tahoe-LAFS - Storage Server Status</title>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head> </head>
@ -82,7 +82,7 @@
<hr /> <hr />
<p>[1]: Some of this space may be reserved for the superuser.</p> <p>[1]: Some of this space may be reserved for the superuser.</p>
<p>[2]: This reports the space available to non-root users, including the <p>[2]: This reports the space available to non-root users, including the
Tahoe node.</p> Tahoe-LAFS node.</p>
<p>See this page <a href="?t=json">in JSON</a></p> <p>See this page <a href="?t=json">in JSON</a></p>
</div> </div>

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - File Uploaded</title> <title>Tahoe-LAFS - File Uploaded</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -1,6 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head> <head>
<title>AllMyData - Tahoe - File Upload Status</title> <title>Tahoe-LAFS - File Upload Status</title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/> <link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/> <link href="/webform_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View File

@ -88,7 +88,7 @@
<div class="section" id="other-resources"> <div class="section" id="other-resources">
<h2>Other Resources</h2> <h2>Other Resources</h2>
<div>Please visit the <a href="http://allmydata.org">Tahoe-LAFS home page</a> for <div>Please visit the <a target="blank" href="http://tahoe-lafs.org">Tahoe-LAFS home page</a> for
code updates and bug reporting.</div> code updates and bug reporting.</div>
<div>The <a href="provisioning">provisioning tool</a> and <a <div>The <a href="provisioning">provisioning tool</a> and <a