From: david-sarah <david-sarah@jacaranda.org> Date: Sat, 17 Dec 2011 03:32:01 +0000 (+0000) Subject: Marcus Wanner's favicon patch. fixes #1592 X-Git-Url: https://git.rkrishnan.org/pf/content/pb.xhtml?a=commitdiff_plain;h=054374400e28cb0027285b031dda24ffe494c3e8;p=tahoe-lafs%2Ftahoe-lafs.git Marcus Wanner's favicon patch. fixes #1592 --- diff --git a/src/allmydata/web/check-and-repair-results.xhtml b/src/allmydata/web/check-and-repair-results.xhtml index c8476199..34eb3178 100644 --- a/src/allmydata/web/check-and-repair-results.xhtml +++ b/src/allmydata/web/check-and-repair-results.xhtml @@ -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> diff --git a/src/allmydata/web/check-results.xhtml b/src/allmydata/web/check-results.xhtml index 9d9c53b0..5367552f 100644 --- a/src/allmydata/web/check-results.xhtml +++ b/src/allmydata/web/check-results.xhtml @@ -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> diff --git a/src/allmydata/web/deep-check-and-repair-results.xhtml b/src/allmydata/web/deep-check-and-repair-results.xhtml index e52a06e4..a7db3483 100644 --- a/src/allmydata/web/deep-check-and-repair-results.xhtml +++ b/src/allmydata/web/deep-check-and-repair-results.xhtml @@ -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> diff --git a/src/allmydata/web/deep-check-results.xhtml b/src/allmydata/web/deep-check-results.xhtml index 91f86223..cb2330b7 100644 --- a/src/allmydata/web/deep-check-results.xhtml +++ b/src/allmydata/web/deep-check-results.xhtml @@ -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> diff --git a/src/allmydata/web/directory.xhtml b/src/allmydata/web/directory.xhtml index 4bcee9aa..540da00d 100644 --- a/src/allmydata/web/directory.xhtml +++ b/src/allmydata/web/directory.xhtml @@ -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"> diff --git a/src/allmydata/web/download-status-timeline.xhtml b/src/allmydata/web/download-status-timeline.xhtml index 1f36d219..c7e923e8 100644 --- a/src/allmydata/web/download-status-timeline.xhtml +++ b/src/allmydata/web/download-status-timeline.xhtml @@ -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> diff --git a/src/allmydata/web/download-status.xhtml b/src/allmydata/web/download-status.xhtml index 5ee3c8bf..0c245572 100644 --- a/src/allmydata/web/download-status.xhtml +++ b/src/allmydata/web/download-status.xhtml @@ -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> diff --git a/src/allmydata/web/helper.xhtml b/src/allmydata/web/helper.xhtml index b3c6c26f..98223fe9 100644 --- a/src/allmydata/web/helper.xhtml +++ b/src/allmydata/web/helper.xhtml @@ -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> diff --git a/src/allmydata/web/info.xhtml b/src/allmydata/web/info.xhtml index dcc8b39d..376360e2 100644 --- a/src/allmydata/web/info.xhtml +++ b/src/allmydata/web/info.xhtml @@ -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> diff --git a/src/allmydata/web/introducer.xhtml b/src/allmydata/web/introducer.xhtml index ce1fc5c9..e1a9d181 100644 --- a/src/allmydata/web/introducer.xhtml +++ b/src/allmydata/web/introducer.xhtml @@ -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> diff --git a/src/allmydata/web/literal-check-results.xhtml b/src/allmydata/web/literal-check-results.xhtml index ee990dfb..95b4b0cf 100644 --- a/src/allmydata/web/literal-check-results.xhtml +++ b/src/allmydata/web/literal-check-results.xhtml @@ -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> diff --git a/src/allmydata/web/manifest.xhtml b/src/allmydata/web/manifest.xhtml index 5c53360a..6bf2b553 100644 --- a/src/allmydata/web/manifest.xhtml +++ b/src/allmydata/web/manifest.xhtml @@ -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> diff --git a/src/allmydata/web/map-update-status.xhtml b/src/allmydata/web/map-update-status.xhtml index 29661f62..e428ca23 100644 --- a/src/allmydata/web/map-update-status.xhtml +++ b/src/allmydata/web/map-update-status.xhtml @@ -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> diff --git a/src/allmydata/web/provisioning.xhtml b/src/allmydata/web/provisioning.xhtml index d28c4e29..bfa4edb7 100644 --- a/src/allmydata/web/provisioning.xhtml +++ b/src/allmydata/web/provisioning.xhtml @@ -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> diff --git a/src/allmydata/web/publish-status.xhtml b/src/allmydata/web/publish-status.xhtml index f8b2b1c1..87a0eb23 100644 --- a/src/allmydata/web/publish-status.xhtml +++ b/src/allmydata/web/publish-status.xhtml @@ -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> diff --git a/src/allmydata/web/reliability.xhtml b/src/allmydata/web/reliability.xhtml index bc06805f..f8d93d15 100644 --- a/src/allmydata/web/reliability.xhtml +++ b/src/allmydata/web/reliability.xhtml @@ -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> diff --git a/src/allmydata/web/rename-form.xhtml b/src/allmydata/web/rename-form.xhtml index b29b06c9..97a41390 100644 --- a/src/allmydata/web/rename-form.xhtml +++ b/src/allmydata/web/rename-form.xhtml @@ -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> diff --git a/src/allmydata/web/retrieve-status.xhtml b/src/allmydata/web/retrieve-status.xhtml index 48e9d751..f586429f 100644 --- a/src/allmydata/web/retrieve-status.xhtml +++ b/src/allmydata/web/retrieve-status.xhtml @@ -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 index 00000000..7f616f05 Binary files /dev/null and b/src/allmydata/web/static/icon.png differ diff --git a/src/allmydata/web/statistics.xhtml b/src/allmydata/web/statistics.xhtml index f038ee17..fb5603b7 100644 --- a/src/allmydata/web/statistics.xhtml +++ b/src/allmydata/web/statistics.xhtml @@ -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"> diff --git a/src/allmydata/web/status.xhtml b/src/allmydata/web/status.xhtml index fef0e804..b325c704 100644 --- a/src/allmydata/web/status.xhtml +++ b/src/allmydata/web/status.xhtml @@ -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> diff --git a/src/allmydata/web/storage_status.xhtml b/src/allmydata/web/storage_status.xhtml index 3ab0ee66..64029c55 100644 --- a/src/allmydata/web/storage_status.xhtml +++ b/src/allmydata/web/storage_status.xhtml @@ -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> diff --git a/src/allmydata/web/upload-results.xhtml b/src/allmydata/web/upload-results.xhtml index f9ff3f77..6c46118d 100644 --- a/src/allmydata/web/upload-results.xhtml +++ b/src/allmydata/web/upload-results.xhtml @@ -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> diff --git a/src/allmydata/web/upload-status.xhtml b/src/allmydata/web/upload-status.xhtml index 0ea9d087..2b4b7fa2 100644 --- a/src/allmydata/web/upload-status.xhtml +++ b/src/allmydata/web/upload-status.xhtml @@ -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> diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index 8abb3123..b5a191e4 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -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>