Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Correct Source tarballs link.
· a15a6b2f
Chris Lamb
authored
May 27, 2018
a15a6b2f
Make "try it online" bigger.
· 8325b5df
Chris Lamb
authored
May 27, 2018
8325b5df
Add progress bar GIF to diffoscope.org.
· 8c01733b
Chris Lamb
authored
May 27, 2018
8c01733b
Hide whitespace changes
Inline
Side-by-side
images/progressbar.gif
0 → 100644
View file @
8c01733b
220 KiB
index.html
View file @
8c01733b
...
...
@@ -56,6 +56,7 @@ layout: default
them. It can compare two tarballs, ISO images, or PDF just as easily.
</p>
<div
id=
"examples"
>
<img
src=
"images/progressbar.gif?{{ site.time | date: '%s%N' }}"
>
<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?{{ site.time | date: '%s%N' }}"
alt=
"Example of diffoscope HTML output"
/><br
/>
...
...
@@ -83,8 +84,9 @@ layout: default
<h2>
Get diffoscope
</h2>
<ul>
<li>
<a
href=
"https://try.diffoscope.org/"
>
Try it online!
</a>
<strong>
<a
href=
"https://try.diffoscope.org/"
>
Try it online!
</a>
</strong>
</li>
<li>
Via
<a
href=
"https://pypi.python.org/"
><code>
pip
</code></a>
:
<br
/>
<code>
pip install diffoscope
</code><br
/>
...
...
@@ -107,7 +109,7 @@ layout: default
<code>
brew install diffoscope
</code>
</li>
<li>
<a
href=
"/archive"
>
Source tarballs
"
</a>
<a
href=
"/archive"
>
Source tarballs
</a>
</li>
<li>
Through Git:
<br
/>
...
...