]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
wui: s/TahoeLAFS/Tahoe-LAFS/
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Oct 2009 02:50:50 +0000 (18:50 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Oct 2009 02:50:50 +0000 (18:50 -0800)
src/allmydata/test/test_web.py
src/allmydata/web/directory.py
src/allmydata/web/welcome.xhtml

index c25aecd04cd874148eb5c694fcabf9b5dc4db2fe..676cfb62e52cd3c20ac31e66d146526f9de4a3b7 100644 (file)
@@ -368,7 +368,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, unittest.TestCase):
     def test_welcome(self):
         d = self.GET("/")
         def _check(res):
-            self.failUnless('Welcome To TahoeLAFS' in res, res)
+            self.failUnless('Welcome To Tahoe-LAFS' in res, res)
 
             self.s.basedir = 'web/test_welcome'
             fileutil.make_dirs("web/test_welcome")
index 8f81085d0fe161728a0dc971af93328f56985b6f..0e5b5d60428026bb9344e1d9b2b18555bd9b31ce 100644 (file)
@@ -552,7 +552,7 @@ class DirectoryAsHTML(rend.Page):
 
     def render_title(self, ctx, data):
         si_s = abbreviated_dirnode(self.node)
-        header = ["TahoeLAFS - Directory SI=%s" % si_s]
+        header = ["Tahoe-LAFS - Directory SI=%s" % si_s]
         if self.node.is_readonly():
             header.append(" (read-only)")
         else:
@@ -561,7 +561,7 @@ class DirectoryAsHTML(rend.Page):
 
     def render_header(self, ctx, data):
         si_s = abbreviated_dirnode(self.node)
-        header = ["TahoeLAFS Directory SI=", T.span(class_="data-chars")[si_s]]
+        header = ["Tahoe-LAFS Directory SI=", T.span(class_="data-chars")[si_s]]
         if self.node.is_readonly():
             header.append(" (read-only)")
         return ctx.tag[header]
@@ -740,7 +740,7 @@ class DirectoryAsHTML(rend.Page):
             T.fieldset[
             T.input(type="hidden", name="t", value="uri"),
             T.input(type="hidden", name="when_done", value="."),
-            T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in TahoeLAFS."],
+            T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in Tahoe-LAFS."],
             "New child name: ",
             T.input(type="text", name="name"), " ",
             "URI of new child: ",
index 08d2e3de6fe5c841b70600da9d4ac4f660f75209..555588b1d134523ec703176026c6dc35c9a6b7fd 100644 (file)
@@ -1,11 +1,11 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
-  <title>TahoeLAFS - Welcome</title>
+  <title>Tahoe-LAFS - Welcome</title>
   <link href="/webform_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" />
 </head><body>
 
-<h1>Welcome To TahoeLAFS!</h1>
+<h1>Welcome To Tahoe-LAFS!</h1>
 
 <div class="section" id="this-client">
   <h2>This Client</h2>
@@ -19,7 +19,7 @@
     <tr><th>My nickname:</th> <td class="nickname mine" n:render="string" n:data="my_nickname" /></tr>
     <tr><th>My nodeid:</th> <td class="nodeid mine data-chars" n:render="string" n:data="my_nodeid" /></tr>
     <tr><th>My versions:</th> <td n:render="string" n:data="version" /></tr>
-    <tr><th>TahoeLAFS code imported from:</th> <td n:render="string" n:data="import_path" /></tr>
+    <tr><th>Tahoe-LAFS code imported from:</th> <td n:render="string" n:data="import_path" /></tr>
     <tr><th>Services running:</th> <td n:render="services" /></tr>
   </table>
   
@@ -88,7 +88,7 @@
 <div class="section" id="other-resources">
   <h2>Other Resources</h2>
 
-  <div>Please visit the <a href="http://allmydata.org">TahoeLAFS home page</a> for
+  <div>Please visit the <a href="http://allmydata.org">Tahoe-LAFS home page</a> for
   code updates and bug reporting.</div>
 
   <div>The <a href="provisioning">provisioning tool</a> and <a