[Git][reproducible-builds/diffoscope-website][master] Highlight the new demo Docker image.
Chris Lamb
gitlab at salsa.debian.org
Fri May 17 17:10:40 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website
Commits:
cd2c7293 by Chris Lamb at 2019-05-17T17:10:08Z
Highlight the new demo Docker image.
- - - - -
2 changed files:
- index.md
- static/css/diffoscope.css
Changes:
=====================================
index.md
=====================================
@@ -11,7 +11,14 @@ title: "diffoscope: in-depth comparison of files, archives, and directories"
----
-<img src="{{ "static/images/progressbar.gif" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
+Try it now using Docker:
+
+ echo foo > file1
+ echo bar > file2
+ docker run --rm -t -w $(pwd) -v $(pwd):$(pwd):ro \
+ registry.salsa.debian.org/reproducible-builds/diffoscope file1 file2
+
+... or try it on [**try.diffoscope.org**](https://try.diffoscope.org/)!
## Examples
@@ -25,6 +32,10 @@ title: "diffoscope: in-depth comparison of files, archives, and directories"
… and more [examples on tests.reproducible-builds.org](https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBR.html).
+## Demo
+
+<img src="{{ "static/images/progressbar.gif" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
+
## Features
* Command-line interface
@@ -42,6 +53,7 @@ title: "diffoscope: in-depth comparison of files, archives, and directories"
## Get diffoscope
* **<a href="https://try.diffoscope.org/">Try it online!</a>**
+
* Via <a href="https://pypi.python.org/">`pip`</a>:<br /> `pip install diffoscope`<br /> *Note:* You might still want to install Python modules from <a href="https://github.com/trendmicro/tlsh">tlsh</a> and <a href="http://rpm.org/">rpm</a> and other external tools to get more meaningful results. Use `diffoscope --list-tools` to get the full list.
* On <a href="https://www.debian.org/">Debian</a> and derivatives:<br />
=====================================
static/css/diffoscope.css
=====================================
@@ -51,3 +51,9 @@ footer img {
margin-top: 40px;
margin-bottom: 10px;
}
+
+pre {
+ color: inherit;
+ background-color: black;
+ padding: 8px;
+}
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/cd2c7293181dad6655bb1e27978c8e668d728484
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/cd2c7293181dad6655bb1e27978c8e668d728484
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190517/8dd63c63/attachment.html>
More information about the rb-commits
mailing list