Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Use ?{{ site.time | date: '%s%N' }} suffixes to cachebust external media.
· 88e1e74d
Chris Lamb
authored
May 18, 2018
88e1e74d
Don't reference Debian and update url to reproducible-builds.org.
· 8b6966d5
Chris Lamb
authored
May 18, 2018
8b6966d5
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
8b6966d5
...
...
@@ -6,10 +6,10 @@ layout: default
<head>
<meta
charset=
"utf-8"
>
<title>
diffoscope: in-depth comparison of files, archives, and directories
</title>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.ico"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.ico
?{{ site.time | date: '%s%N' }}
"
/>
<style>
body
{
background
:
white
no-repeat
20px
20px
url(images/logo.png)
;
background
:
white
no-repeat
20px
20px
url(images/logo.png
?{{ site.time | date: '%s%N' }}
)
;
margin-left
:
350px
;
}
h1
{
...
...
@@ -58,13 +58,13 @@ layout: default
<div
id=
"examples"
>
<div
style=
"width: 438px;"
>
<a
href=
"examples/https-everywhere-5.0.6_vs_5.0.7.html"
>
<img
src=
"images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png"
alt=
"Example of diffoscope HTML output"
/><br
/>
<img
src=
"images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png
?{{ site.time | date: '%s%N' }}
"
alt=
"Example of diffoscope HTML output"
/><br
/>
Firefox extensions compared (HTML output)
</a>
</div>
<div
style=
"width: 443px;"
>
<a
href=
"examples/igerman98_20131206-5.txt"
>
<img
src=
"images/igerman98_20131206-5.thumbnail.png"
alt=
"Example of diffoscope text output"
/><br
/>
<img
src=
"images/igerman98_20131206-5.thumbnail.png
?{{ site.time | date: '%s%N' }}
"
alt=
"Example of diffoscope text output"
/><br
/>
Debian packages compared (text output)
</a>
</div>
...
...
@@ -113,7 +113,7 @@ layout: default
</ul>
<h2>
Contribute
</h2>
<p>
<em>
diffoscope
</em>
is developed within the
<a
href=
"https://
wiki.debian.org/R
eproducible
B
uilds
"
>
Debian
“Reproducible builds” effort
</a>
.
<em>
diffoscope
</em>
is developed within the
<a
href=
"https://
r
eproducible
-b
uilds
.org/"
>
“Reproducible builds” effort
</a>
.
</p>
<ul>
<li><a
href=
"https://salsa.debian.org/reproducible-builds/diffoscope"
>
Git repository
</a></li>
...
...