commit 5454ac1273bea6c0abae73635c81fcffeb67b67d Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Jan 6 10:06:09 2017 +0100
Replace index.html links with /. --- website/web/WEB-INF/about.jsp | 2 +- website/web/WEB-INF/bubbles.jsp | 2 +- website/web/WEB-INF/development.jsp | 2 +- website/web/WEB-INF/error.jsp | 4 ++-- website/web/WEB-INF/glossary.jsp | 2 +- website/web/WEB-INF/graph.jsp | 2 +- website/web/WEB-INF/link.jsp | 2 +- website/web/WEB-INF/news.jsp | 2 +- website/web/WEB-INF/operation.jsp | 2 +- website/web/WEB-INF/research.jsp | 2 +- website/web/WEB-INF/sources.jsp | 2 +- website/web/WEB-INF/stats.jsp | 2 +- website/web/WEB-INF/table.jsp | 2 +- website/web/WEB-INF/top.jsp | 10 +++++----- 14 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/website/web/WEB-INF/about.jsp b/website/web/WEB-INF/about.jsp index 208b80f..b71135c 100644 --- a/website/web/WEB-INF/about.jsp +++ b/website/web/WEB-INF/about.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">About</li> </ul> </div> diff --git a/website/web/WEB-INF/bubbles.jsp b/website/web/WEB-INF/bubbles.jsp index 65260ba..55ae41a 100644 --- a/website/web/WEB-INF/bubbles.jsp +++ b/website/web/WEB-INF/bubbles.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">${categoryHeader}</li> </ul> </div> diff --git a/website/web/WEB-INF/development.jsp b/website/web/WEB-INF/development.jsp index 3c56345..b1192ae 100644 --- a/website/web/WEB-INF/development.jsp +++ b/website/web/WEB-INF/development.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">Development</li> </ul> </div> diff --git a/website/web/WEB-INF/error.jsp b/website/web/WEB-INF/error.jsp index 6a55f8d..f4899a3 100644 --- a/website/web/WEB-INF/error.jsp +++ b/website/web/WEB-INF/error.jsp @@ -6,7 +6,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">${pageContext.errorData.statusCode}</li> </ul> </div> @@ -37,7 +37,7 @@ </b> when processing your request!</p>
- <p>Maybe start over from the <a href="index.html">home page</a>.</p> + <p>Maybe start over from the <a href="/">home page</a>.</p>
<p>If this problem persists, please <a href="about.html#contact">let us know</a>!</p>
diff --git a/website/web/WEB-INF/glossary.jsp b/website/web/WEB-INF/glossary.jsp index 9bdba38..1c8b3ce 100644 --- a/website/web/WEB-INF/glossary.jsp +++ b/website/web/WEB-INF/glossary.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li><a href="about.html">About</a></li> <li class="active">Glossary</li> </ul> diff --git a/website/web/WEB-INF/graph.jsp b/website/web/WEB-INF/graph.jsp index d6ec70c..4be02bd 100644 --- a/website/web/WEB-INF/graph.jsp +++ b/website/web/WEB-INF/graph.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">${categoryHeader}</li> </ul> </div> diff --git a/website/web/WEB-INF/link.jsp b/website/web/WEB-INF/link.jsp index 8d307b4..acdf841 100644 --- a/website/web/WEB-INF/link.jsp +++ b/website/web/WEB-INF/link.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">${categoryHeader}</li> </ul> </div> diff --git a/website/web/WEB-INF/news.jsp b/website/web/WEB-INF/news.jsp index c5d86a0..68f1689 100644 --- a/website/web/WEB-INF/news.jsp +++ b/website/web/WEB-INF/news.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">News</li> </ul> </div> diff --git a/website/web/WEB-INF/operation.jsp b/website/web/WEB-INF/operation.jsp index 5ee2b77..d018df1 100644 --- a/website/web/WEB-INF/operation.jsp +++ b/website/web/WEB-INF/operation.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">Operation</li> </ul> </div> diff --git a/website/web/WEB-INF/research.jsp b/website/web/WEB-INF/research.jsp index 57438fc..80108cd 100644 --- a/website/web/WEB-INF/research.jsp +++ b/website/web/WEB-INF/research.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">Research</li> </ul> </div> diff --git a/website/web/WEB-INF/sources.jsp b/website/web/WEB-INF/sources.jsp index ff320bd..64ca85b 100644 --- a/website/web/WEB-INF/sources.jsp +++ b/website/web/WEB-INF/sources.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">Sources</li> </ul> </div> diff --git a/website/web/WEB-INF/stats.jsp b/website/web/WEB-INF/stats.jsp index 9ad99fc..ccd60e0 100644 --- a/website/web/WEB-INF/stats.jsp +++ b/website/web/WEB-INF/stats.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li><a href="sources.html">Sources</a></li> <li class="active">Statistics</li> </ul> diff --git a/website/web/WEB-INF/table.jsp b/website/web/WEB-INF/table.jsp index a8e4dd5..cf26ab2 100644 --- a/website/web/WEB-INF/table.jsp +++ b/website/web/WEB-INF/table.jsp @@ -7,7 +7,7 @@
<div class="container"> <ul class="breadcrumb"> - <li><a href="index.html">Home</a></li> + <li><a href="/">Home</a></li> <li class="active">${categoryHeader}</li> </ul> </div> diff --git a/website/web/WEB-INF/top.jsp b/website/web/WEB-INF/top.jsp index 2d07351..c0428e2 100644 --- a/website/web/WEB-INF/top.jsp +++ b/website/web/WEB-INF/top.jsp @@ -65,7 +65,7 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c <span class="icon-bar"></span> <span class="icon-bar"></span> </label> - <a class="navbar-brand visible-xs" href="index.html"><img src="images/metrics-wordmark-white.png" width="384" height="50" alt="Tor Metrics"></a> + <a class="navbar-brand visible-xs" href="/"><img src="images/metrics-wordmark-white.png" width="384" height="50" alt="Tor Metrics"></a> </div>
<!-- Collect the nav links, forms, and other content for toggling --> @@ -74,7 +74,7 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c
<!-- we have to copy the primary navigation items here for mobile accessibility --> <li class="visible-xs section-header">Metrics</li> - <li class="visible-xs<c:if test="${'Home'.equals(param.navActive)}"> active</c:if>"><a href="index.html"><i class="fa fa-home fa-fw" aria-hidden="true"></i> Home</a></li> + <li class="visible-xs<c:if test="${'Home'.equals(param.navActive)}"> active</c:if>"><a href="/"><i class="fa fa-home fa-fw" aria-hidden="true"></i> Home</a></li> <c:forEach var="category" items="${categories}"> <li class="visible-xs<c:if test="${category[1].equals(param.navActive)}"> active</c:if><c:if test="${fn:length(category[0]) == 0}"> disabled</c:if>"><a<c:if test="${fn:length(category[0]) > 0}"> href="${category[0]}.html"</c:if>><i class="fa ${category[3]} fa-fw" aria-hidden="true"></i> ${category[1]}</a></li> </c:forEach> @@ -98,8 +98,8 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c
<!-- page header for every single page --> <div class="page-header hidden-xs"> - <a href="index.html"><img src="images/metrics-logo.png" width="102" height="133" alt="" id="metrics-logo"></a> - <a href="index.html"><img src="images/metrics-wordmark-white.png" width="384" height="50" alt="Tor Metrics" id="metrics-wordmark"></a> + <a href="/"><img src="images/metrics-logo.png" width="102" height="133" alt="" id="metrics-logo"></a> + <a href="/"><img src="images/metrics-wordmark-white.png" width="384" height="50" alt="Tor Metrics" id="metrics-wordmark"></a> <div> <p> <i>“Tor metrics are the ammunition that lets Tor and other security advocates argue for a more private and secure Internet from a position of data, rather than just dogma or perspective.”<br><small>— Bruce Schneier (June 1, 2016)</small></i> @@ -114,7 +114,7 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c <div class="container-fluid"> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-primary"> <ul class="nav navbar-nav"> - <li <c:if test="${'Home'.equals(param.navActive)}"> class="active"</c:if>><a href="index.html"><i class="fa fa-home fa-fw hidden-sm" aria-hidden="true"></i> Home</a></li> + <li <c:if test="${'Home'.equals(param.navActive)}"> class="active"</c:if>><a href="/"><i class="fa fa-home fa-fw hidden-sm" aria-hidden="true"></i> Home</a></li> <c:forEach var="category" items="${categories}"> <li class="<c:if test="${category[1].equals(param.navActive)}"> active</c:if><c:if test="${fn:length(category[0]) == 0}"> disabled</c:if>"><a<c:if test="${fn:length(category[0]) > 0}"> href="${category[0]}.html"</c:if>><i class="fa ${category[3]} fa-fw hidden-sm" aria-hidden="true"></i> ${category[1]}</a></li> </c:forEach>
tor-commits@lists.torproject.org