]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Marcus Wanner's favicon patch. fixes #1592
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 17 Dec 2011 03:32:01 +0000 (03:32 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 17 Dec 2011 03:32:01 +0000 (03:32 +0000)
25 files changed:
src/allmydata/web/check-and-repair-results.xhtml
src/allmydata/web/check-results.xhtml
src/allmydata/web/deep-check-and-repair-results.xhtml
src/allmydata/web/deep-check-results.xhtml
src/allmydata/web/directory.xhtml
src/allmydata/web/download-status-timeline.xhtml
src/allmydata/web/download-status.xhtml
src/allmydata/web/helper.xhtml
src/allmydata/web/info.xhtml
src/allmydata/web/introducer.xhtml
src/allmydata/web/literal-check-results.xhtml
src/allmydata/web/manifest.xhtml
src/allmydata/web/map-update-status.xhtml
src/allmydata/web/provisioning.xhtml
src/allmydata/web/publish-status.xhtml
src/allmydata/web/reliability.xhtml
src/allmydata/web/rename-form.xhtml
src/allmydata/web/retrieve-status.xhtml
src/allmydata/web/static/icon.png [new file with mode: 0644]
src/allmydata/web/statistics.xhtml
src/allmydata/web/status.xhtml
src/allmydata/web/storage_status.xhtml
src/allmydata/web/upload-results.xhtml
src/allmydata/web/upload-status.xhtml
src/allmydata/web/welcome.xhtml

index c8476199e9c6a264262d95ba5123adf5af790003..34eb317876575b39a1834dab516515662cbd62c5 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Check Results</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>
index 9d9c53b076ad87f22d561e5246a0c3eb27bb3eea..5367552fce85566f38fb7cd61555ccad074e9886 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Check Results</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>
index e52a06e4ada42fb876d7a8482876a43efbb39580..a7db34837efe9e57a64e175f98f15d35902c999c 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Deep Check Results</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" />
     <meta n:render="refresh" />
   </head>
index 91f862238e1abaaaeef83a0761227977f550330e..cb2330b7dba28d42291f15132ea8587f5e2bb446 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Deep Check Results</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" />
     <meta n:render="refresh" />
   </head>
index 4bcee9aa37257f17bc37371aa3c80825d27931aa..540da00d9f801e3bd52509e9654871bb3770b2c6 100644 (file)
@@ -1,6 +1,7 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
   <title n:render="title"></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 class="tahoe-directory-page">
 
index 1f36d21966eba367af7f6cf17489553ac7de41ec..c7e923e808dd992adc768a2ea225f5c6babfec1c 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>AllMyData - Tahoe - File Download Status Timeline</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" />
     <script type="text/javascript" src="/jquery-1.6.1.min.js"></script>
     <script type="text/javascript" src="/d3-2.4.6.min.js"></script>
index 5ee3c8bf72eb841be1d3dfb94b251b3e21540462..0c245572416b880e3ece786d2fcf1019f4d8ef54 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - File Download 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>
index b3c6c26f51bd8b0c74298495f0958eb5f099ee33..98223fe90bd700a88f8bb35a59ecd4235d9b5289 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Helper 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>
index dcc8b39db195e82ff300eb9640cf22d3f3868276..376360e2feacec1016a829a4ab28667117f925e2 100644 (file)
@@ -1,6 +1,7 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
   <title n:render="title"></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>
index ce1fc5c908cce9e89effcc86259fc323273759a7..e1a9d1819ca1e4b81e2d6b5409fbbf0aa9621665 100644 (file)
@@ -1,6 +1,7 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1">
   <head>
     <title>Tahoe-LAFS - Introducer Status</title>
+    <link href="/icon.png" rel="shortcut icon" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   </head>
   <body>
index ee990dfb42dc64e699f2ae58f586360bdff62d1c..95b4b0cf72ef0f08624e95feee13b954c7855fc3 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Check Results</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>
index 5c53360ac66a1086d0fbecd509f130b2a40887d6..6bf2b55360944e2598b37bd5a69e4c8525afab82 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title n:render="title"></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" />
     <meta n:render="refresh" />
   </head>
index 29661f620b72b8f0cccfe81c75452c51fef92c8c..e428ca23a7881e82c9d217d374d159d675963622 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Mutable File Servermap Update 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>
index d28c4e292191757677dd24af782baf28439931a0..bfa4edb71aa14be80c599c24f1c48e33fa382fd6 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Provisioning Tool</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>
index f8b2b1c11fd9dbb0b33b85d82ab6c45e740c5665..87a0eb23d6ce66d935630ec35de357f3ec3b0b2e 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Mutable File Publish 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>
index bc06805fbfccd4b62fa72e3a4560b20ce0c2bbf8..f8d93d15419283376e007c01c4a143786ceddb2a 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Reliability Tool</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>
index b29b06c91902d878624c106c51dda68fe3cf9b8f..97a413902af0fff7e679567b911219cb13750f28 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title n:render="title"></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>
 
index 48e9d751b3416fc291820eb1f84f71fd8da46116..f586429f56a2a14d130506eda304d414810c9dd4 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Mutable File Retrieve 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>
diff --git a/src/allmydata/web/static/icon.png b/src/allmydata/web/static/icon.png
new file mode 100644 (file)
index 0000000..7f616f0
Binary files /dev/null and b/src/allmydata/web/static/icon.png differ
index f038ee1724a4406a50fe37362db181251c08d8a7..fb5603b7f7932ee605f7e7550955f6f1adfe3187 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Stats</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 n:data="get_stats">
index fef0e804fff1c5dd6d0dc18cae7e879689b7f0e6..b325c704940cc11f50618f7257e844b4940659c5 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - Current Uploads/Downloads</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>
index 3ab0ee667a481dc766521c8466c916619a534110..64029c55352d8803f5fca7dd5cc9e19ebe27021f 100644 (file)
@@ -1,6 +1,7 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1">
   <head>
     <title>Tahoe-LAFS - Storage Server Status</title>
+    <link href="/icon.png" rel="shortcut icon" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   </head>
 <body>
index f9ff3f77dae11f65215d96b37d116c19ba576818..6c46118d87b86c2d1cb772277952326ebb731a47 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - File Uploaded</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>
index 0ea9d087604d595976fdfe79fea559421269de99..2b4b7fa2bc19ff78a0d2dc3c335be291c79fa7c8 100644 (file)
@@ -2,6 +2,7 @@
   <head>
     <title>Tahoe-LAFS - File Upload 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>
index 8abb312348a9b04ca975b897848bfda20a5acf7d..b5a191e4b7e98f50ea2ec19f46b2efe060678524 100644 (file)
@@ -1,6 +1,7 @@
 <html xmlns:n="http://nevow.com/ns/nevow/0.1"><head>
   <title>Tahoe-LAFS - Welcome</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>