[Git][reproducible-builds/diffoscope-website][master] Make the website look nicer.

Chris Lamb gitlab at salsa.debian.org
Sat Dec 15 19:08:10 CET 2018


Chris Lamb pushed to branch master at Reproducible Builds / diffoscope-website


Commits:
256ce815 by Chris Lamb at 2018-12-15T18:07:57Z
Make the website look nicer.

- - - - -


10 changed files:

- _layouts/default.html
- images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png → examples/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png
- images/igerman98_20131206-5.thumbnail.png → examples/igerman98_20131206-5.thumbnail.png
- − index.html
- + index.md
- + static/css/bootstrap.min.css
- + static/css/diffoscope.css
- images/logo.png → static/images/diffoscope.png
- images/progressbar.gif → static/images/progressbar.gif
- + static/images/reproducible-builds.svg


Changes:

=====================================
_layouts/default.html
=====================================
@@ -1 +1,49 @@
-{{ content }}
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="referrer" content="same-origin" />
+
+  <title>{{ page.title }}</title>
+  <link href="/static/css/bootstrap.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet" />
+  <link href="/static/css/diffoscope.css?{{ site.time | date: '%s%N' }}" rel="stylesheet" media="screen" />
+</head>
+
+<body>
+  <a class="hidden-xs" href="https://salsa.debian.org/reproducible-builds/diffoscope"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://lamby.pages.debian.net/salsa-ribbons/img/black_left.png" alt="Fork me on Salsa"></a>
+
+  <div class="wrapper">
+    <div class="container">
+      <div class="row">
+        <div class="col-xs-12 col-sm-4 logo">
+          <a href="/">
+            <img src="/static/images/diffoscope.png?{{ site.time | date: '%s%N' }}" class="img-responsive center-block">
+          </a>
+        </div>
+
+        <div class="col-xs-12 col-sm-8">
+          {{ content }}
+        </div>
+      </div>
+    </div>
+  </div>
+
+  <footer>
+    <div class="container text-muted text-center">
+      <p>
+        <a href="https://reproducible-builds.org/">
+          <img src="/static/images/reproducible-builds.svg?{{ site.time | date: '%s%N' }}" class="img-responsive center-block">
+        </a>
+      </p>
+
+      <p>
+        <em>diffoscope</em> is developed under the umbrella of the
+        <a href="https://reproducible-builds.org/">reproducible-builds.org</a>
+        effort.
+      </p>
+    </div>
+  </footer>
+</body>
+</html>


=====================================
images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png → examples/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png
=====================================


=====================================
images/igerman98_20131206-5.thumbnail.png → examples/igerman98_20131206-5.thumbnail.png
=====================================


=====================================
index.html deleted
=====================================
@@ -1,156 +0,0 @@
----
-layout: default
----
-<!doctype html>
-<html lang="en">
-<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?{{ site.time | date: '%s%N' }}" />
-  <style>
-    body {
-      background: white no-repeat 20px 20px url(images/logo.png?{{ site.time | date: '%s%N' }});
-      margin-left: 350px;
-    }
-    h1 {
-      font-size: 36pt;
-      color: black;
-    }
-    h2 {
-      clear: left;
-    }
-    #synopsis {
-      text-align: justify;
-      width: 70ex;
-      border-left: solid 5px #666;
-      padding-left: 1ex;
-      font-size: 14pt;
-    }
-    #content {
-      width: 70ex;
-      text-align: justify;
-    }
-    .subtitle {
-      margin-top: -1em;
-      font-size: 20pt;
-      color: #666;
-    }
-    #examples div {
-      float: left;
-      padding-top: 1ex;
-      padding-bottom: 2ex;
-      text-align: center;
-    }
-    #examples img {
-      border: solid black 1px;
-    }
-  </style>
-</head>
-<body>
-  <a href="https://salsa.debian.org/reproducible-builds/diffoscope"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://lamby.pages.debian.net/salsa-ribbons/img/red_right.png" alt="Fork me on Salsa"></a>
-
-  <h1>diffoscope</h1>
-  <div class="subtitle">in-depth comparison of files, archives, and directories</div>
-  <p id="synopsis">
-    <em>diffoscope</em> will try to get to the bottom of what makes files or
-    directories different. It will recursively unpack archives of many kinds and
-    transform various binary formats into more human readable form to compare
-    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 />
-        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?{{ site.time | date: '%s%N' }}" alt="Example of diffoscope text output" /><br />
-        Debian packages compared (text output)
-      </a>
-    </div>
-  </div>
-  <p style="width: 881px; text-align: right;"><a href="https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBR.html">And more examples on tests.reproducible-builds.org…</a></p>
-  <div id="content">
-    <h2>Features</h2>
-    <ul>
-      <li>Command-line interface</li>
-      <li>Text and HTML ouput</li>
-      <li>Supported file formats: Android APK files, Android boot images, Berkeley DB database files, ColorSync colour profiles (.icc), Coreboot CBFS filesystem images, Dalvik .dex files, Debian .buildinfo files, Debian .changes files, Debian source packages (.dsc), Device Tree Compiler blob files, ELF binaries, FreeDesktop Fontconfig cache files, FreePascal files (.ppu), GHC Haskell .hi files, GIF image files, GNU R Rscript files (.rds), GNU R database files (.rdb), Gettext message catalogues, Git repositories, Gnumeric spreadsheets, Gzipped files, ISO 9660 CD images, JPEG images, JSON files, Java .class files, JavaScript files, LLVM IR bitcode files, MacOS binaries, Microsoft Windows icon files, Microsoft Word .docx files, Mono 'Portable Executable' files, Ogg Vorbis audio files, OpenOffice .odt files, OpenSSH public keys, OpenWRT package archives (.ipk), PDF documents, PGP signed/encrypted messages, PNG images, PostScript documents, RPM archives, Rust object files (.deflate), SQLite databases, SquashFS filesystems, TrueType font files, XML binary schemas (.xsb), XML files, XZ compressed files, ar(1) archives, bzip2 archives, character/block devices, cpio archives, directories, ext2/ext3/ext4/btrfs filesystems, statically-linked binaries, symlinks, tape archives (.tar), tcpdump capture files (.pcap) and text files.</li>
-      <li>Fallback on hexdump comparison</li>
-      <li>Fuzzy-matching to handle renamings</li>
-      <li>… and many more!</li>
-    </ul>
-    <h2>Get diffoscope</h2>
-    <ul>
-      <li>
-        <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 />
-        <em>Note:</em> 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 <code>diffoscope --list-tools</code> to get the full list.
-      </li>
-      <li>
-        On <a href="https://www.debian.org/">Debian</a> and derivatives</em>:<br />
-        <code>apt install diffoscope</code>
-      </li>
-      <li>
-        On <a href="https://fedoraproject.org">Fedora</a> based systems:<br/>
-        <code>dnf install diffoscope</code>
-      </li>
-      <li>
-        On <a href="https://archlinux.org">Arch Linux</a>:<br/>
-        <code>pacman -S diffoscope</code>
-      </li>
-      <li>
-        On <a href="http://brew.sh/">Homebrew</a>:<br/>
-        <code>brew install diffoscope</code>
-      </li>
-      <li>
-        <a href="/archive">Source tarballs</a>
-      </li>
-      <li>
-        Through Git:<br />
-        <code>git clone https://salsa.debian.org/reproducible-builds/diffoscope.git</code>
-      </li>
-    </ul>
-    <h2>Contribute</h2>
-    <p>
-      <em>diffoscope</em> is developed within the <a href="https://reproducible-builds.org/">“Reproducible builds” effort</a>.
-    </p>
-    <ul>
-      <li><a href="https://salsa.debian.org/reproducible-builds/diffoscope">Git repository</a></li>
-      <li>
-        <a href="https://salsa.debian.org/reproducible-builds/diffoscope/issues">Issues and feature requests</a>
-        <ul><li><a href="https://salsa.debian.org/reproducible-builds/diffoscope/issues/new">File a new issue!</a> (<a href="https://reproducible-builds.org/contribute/salsa/">registration instructions</a>)</li></ul>
-      </li>
-      <li><a href="https://lists.reproducible-builds.org/listinfo/diffoscope">Users and developers mailing-list</a></li>
-      <li><code>#reproducible-builds</code> and/or <code>#debian-reproducible</code> on <a href="https://oftc.net/">OFTC</a></li>
-    </ul>
-    <p>
-      Extending <em>diffoscope</em> to support new formats is quite straightforward in most cases. It also has a comprehensive test suite. Patches welcome!
-    </p>
-    <h2>License</h2>
-    <p>
-      <em>diffoscope</em> is free software licensed under the <a href="https://www.gnu.org/licenses/gpl.html">GNU General Public License version 3</a> or later.
-    </p>
-    <h2>Contributors</h2>
-    <p>
-     Lunar, Reiner Herrmann, Chris Lamb, Helmut Grohne, Holger Levsen,
-     Mattia Rizzolo, Daniel Kahn Gillmor, Paul Gevers, Peter De Wachter,
-     Yasushi SHOJI, Clemens Lang, Ed Maste, Joachim Breitner, Mike McQuaid.
-     Baptiste Daroussin, Levente Polyak, Ximin Luo, Maria Glukhova, Daniel Shahaf,
-     Juliana Oliveira Rodrigues.
-    </p>
-    <h2>Similar software</h2>
-    <ul>
-      <li><a href="https://github.com/lvc/pkgdiff">pkgdiff</a></li>
-      <li><code>pkg-diff.sh</code> from <a href="https://github.com/openSUSE/build-compare">Open Build Service build-compare</a></li>
-    </ul>
-  </div>
-</body>
-</html>


=====================================
index.md
=====================================
@@ -0,0 +1,95 @@
+---
+layout: default
+title: "diffoscope: in-depth comparison of files, archives, and directories"
+---
+
+# diffoscope
+
+<div class="lead">In-depth comparison of files, archives, and directories.</div>
+
+*diffoscope* will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily.
+
+----
+
+<img src="/static/images/progressbar.gif?{{ site.time | date: '%s%N' }}">
+
+## Examples
+
+[![Example of diffoscope HTML output](/examples/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png?{{ site.time | date: '%s%N' }})](/examples/https-everywhere-5.0.6_vs_5.0.7.html)
+
+[Firefox extensions compared (HTML output)](/examples/https-everywhere-5.0.6_vs_5.0.7.html)
+
+[![Example of diffoscope text output](/examples/igerman98_20131206-5.thumbnail.png?{{ site.time | date: '%s%N' }})](/examples/igerman98_20131206-5.txt)
+
+[Debian packages compared (text output)](/examples/igerman98_20131206-5.txt)
+
+… and more [examples on tests.reproducible-builds.org](https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBR.html).
+
+## Features
+
+* Command-line interface
+
+* Text and HTML ouput
+
+* Supported file formats: Android APK files, Android boot images, Berkeley DB database files, ColorSync colour profiles (.icc), Coreboot CBFS filesystem images, Dalvik .dex files, Debian .buildinfo files, Debian .changes files, Debian source packages (.dsc), Device Tree Compiler blob files, ELF binaries, FreeDesktop Fontconfig cache files, FreePascal files (.ppu), GHC Haskell .hi files, GIF image files, GNU R Rscript files (.rds), GNU R database files (.rdb), Gettext message catalogues, Git repositories, Gnumeric spreadsheets, Gzipped files, ISO 9660 CD images, JPEG images, JSON files, Java .class files, JavaScript files, LLVM IR bitcode files, MacOS binaries, Microsoft Windows icon files, Microsoft Word .docx files, Mono 'Portable Executable' files, Ogg Vorbis audio files, OpenOffice .odt files, OpenSSH public keys, OpenWRT package archives (.ipk), PDF documents, PGP signed/encrypted messages, PNG images, PostScript documents, RPM archives, Rust object files (.deflate), SQLite databases, SquashFS filesystems, TrueType font files, XML binary schemas (.xsb), XML files, XZ compressed files, ar(1) archives, bzip2 archives, character/block devices, cpio archives, directories, ext2/ext3/ext4/btrfs filesystems, statically-linked binaries, symlinks, tape archives (.tar), tcpdump capture files (.pcap) and text files.
+
+* Fallback on hexdump comparison
+
+* Fuzzy-matching to handle renamings
+
+* … and many more!
+
+## 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 />
+`apt install diffoscope`
+
+* On <a href="https://fedoraproject.org">Fedora</a> based systems:<br/>
+`dnf install diffoscope`
+
+* On <a href="https://archlinux.org">Arch Linux</a>:<br/>
+`pacman -S diffoscope`
+
+* On <a href="http://brew.sh/">Homebrew</a>:<br/>`brew install diffoscope`
+
+* <a href="/archive">Source tarballs</a>
+
+* Through Git:<br />
+`git clone https://salsa.debian.org/reproducible-builds/diffoscope.git`
+
+## Contribute
+
+*diffoscope* is developed within the <a href="https://reproducible-builds.org/">“Reproducible builds” effort</a>.
+
+* <a href="https://salsa.debian.org/reproducible-builds/diffoscope">Git repository</a>
+
+* <a href="https://salsa.debian.org/reproducible-builds/diffoscope/issues">Issues and feature requests</a>
+  * <a href="https://salsa.debian.org/reproducible-builds/diffoscope/issues/new">File a new issue!</a> (<a href="https://reproducible-builds.org/contribute/salsa/">registration instructions</a>)</ul>
+
+* <a href="https://lists.reproducible-builds.org/listinfo/diffoscope">Users and developers mailing-list</a>
+
+* `#reproducible-builds` and/or `#debian-reproducible` on <a href="https://oftc.net/">OFTC</a>
+
+Extending *diffoscope* to support new formats is quite straightforward in most cases. It also has a comprehensive test suite. Patches welcome!
+
+## Similar software
+
+* <a href="https://github.com/lvc/pkgdiff">pkgdiff</a>
+
+* `pkg-diff.sh` from <a href="https://github.com/openSUSE/build-compare">Open Build Service build-compare</a>
+
+## License
+
+*diffoscope* is free software licensed under the <a href="https://www.gnu.org/licenses/gpl.html">GNU General Public License version 3</a> or later.
+
+## Contributors
+
+Lunar, Reiner Herrmann, Chris Lamb, Helmut Grohne, Holger Levsen,
+Mattia Rizzolo, Daniel Kahn Gillmor, Paul Gevers, Peter De Wachter,
+Yasushi SHOJI, Clemens Lang, Ed Maste, Joachim Breitner, Mike McQuaid.
+Baptiste Daroussin, Levente Polyak, Ximin Luo, Maria Glukhova, Daniel Shahaf,
+Juliana Oliveira Rodrigues.
+


=====================================
static/css/bootstrap.min.css
=====================================
The diff for this file was not included because it is too large.

=====================================
static/css/diffoscope.css
=====================================
@@ -0,0 +1,52 @@
+html {
+  height: 100%;
+}
+
+footer {
+  padding-bottom: 30px;
+}
+
+footer img {
+  max-height: 70px;
+}
+
+.wrapper {
+  padding-top: 24px;
+  padding-bottom: 80px;
+  margin-bottom: 36px;
+
+  color: #eee;
+  background-color: #110022;
+}
+
+ at media (min-width: 768px) {
+  .wrapper {
+    padding-top: 80px;
+  }
+}
+
+.wrapper .logo img {
+  max-height: 130px;
+}
+
+ at media (min-width: 768px) {
+  .wrapper .logo img {
+    max-height: 200px;
+  }
+}
+
+ at media (min-width: 1140px) {
+  .wrapper .logo img {
+    max-height: none;
+  }
+}
+
+.wrapper .lead {
+  margin-top: 24px;
+  margin-bottom: 14px;
+}
+
+.wrapper h2 {
+  margin-top: 40px;
+  margin-bottom: 10px;
+}


=====================================
images/logo.png → static/images/diffoscope.png
=====================================


=====================================
images/progressbar.gif → static/images/progressbar.gif
=====================================


=====================================
static/images/reproducible-builds.svg
=====================================
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="277.6px" height="224.1px" viewBox="0 0 277.6 224.1" style="enable-background:new 0 0 277.6 224.1;" xml:space="preserve"
+	>
+<style type="text/css">
+	.st0{fill:#1E5B96;}
+	.st1{fill:#2B89D6;}
+</style>
+<g>
+	<g>
+		<g>
+			<path class="st0" d="M0,142.6h15.3c8.3,0,11,4.9,11,10.3c0,3.7-2.1,8-6.4,9.5l6.4,13.1h-7.1L13,163.2H6.3v12.3H0
+				C0,175.5,0,142.6,0,142.6z M15.4,157.2c3.2,0,4.3-2.1,4.3-4.3c0-2.1-0.9-4.3-4.3-4.3h-9v8.6L15.4,157.2L15.4,157.2z"/>
+			<path class="st0" d="M29.1,163.4c0-7.8,4.4-12.5,11.2-12.5c5.9,0,10.6,3.6,10.6,11.3c0,0.9,0,2.3-0.2,3.6H35.1
+				c0.2,3.1,2.6,4.8,5.2,4.8c2.2,0,3.8-0.8,5.2-2.5l3.8,3.8c-2,2.4-4.9,4-8.9,4C33.4,176,29.1,171.3,29.1,163.4z M45,160.7
+				c-0.4-2.8-2.2-4.4-4.7-4.4c-2.9,0-4.8,1.4-5.2,4.4C35.2,160.7,45,160.7,45,160.7z"/>
+			<path class="st0" d="M62,173.7v8.4l-6.1,2.8v-33.4H62v1.7c1.1-1.4,2.8-2.3,5.2-2.3c5.9,0,9.9,4.5,9.9,12.6
+				c0,7.9-4.2,12.5-10,12.5C64.7,176,63.1,175.1,62,173.7z M71,163.5c0-4-1.6-6.7-4.8-6.7c-2,0-3.3,0.8-4.2,1.9v9.5
+				c0.6,1,2.1,2,4.2,2C69.2,170.2,71,167.8,71,163.5z"/>
+			<path class="st0" d="M82.2,151.5h6.1v2.1c0.7-1.5,2.1-2.7,4.5-2.7c2,0,3.5,0.7,4.9,1.8l-0.8,5.6c-1.1-0.8-2.5-1.4-4.4-1.4
+				c-2.1,0-4.1,1-4.1,5.2v13.4h-6.1V151.5z"/>
+			<path class="st0" d="M99.4,163.5c0-7.8,4.3-12.6,11-12.6s11,4.8,11,12.6c0,7.9-4.3,12.5-11,12.5S99.4,171.4,99.4,163.5z
+				 M115.3,163.5c0-4.2-1.8-6.7-4.9-6.7c-3,0-4.9,2.5-4.9,6.7s1.9,6.7,4.9,6.7C113.5,170.2,115.3,167.7,115.3,163.5z"/>
+			<path class="st0" d="M125.4,163.4c0-7.8,4.2-12.5,10-12.5c2.4,0,4,0.9,5.1,2.3v-8.9l6.1-2.8v33.9h-6.1v-1.7
+				c-1,1.5-2.7,2.3-5.2,2.3C129.3,176,125.4,171.6,125.4,163.4z M140.5,168.2v-9.5c-0.7-0.9-2.1-2-4.2-2c-3.1,0-4.8,2.3-4.8,6.7
+				c0,4.1,1.6,6.7,4.8,6.7C138.4,170.2,139.6,169.5,140.5,168.2z"/>
+			<path class="st0" d="M167.6,173.2c-1.5,1.8-3.7,2.8-6.4,2.8c-4.1,0-8.4-2.3-8.4-9.4v-15.1h6.1v13.2c0,3.9,1.3,5.5,4.2,5.5
+				c2.9,0,4.6-1.6,4.6-5.5v-13.3h6.1v24h-6.1L167.6,173.2L167.6,173.2z"/>
+			<path class="st0" d="M178.9,163.5c0-7.8,4.3-12.6,10.9-12.6c4.9,0,8.5,2.2,10,7l-5.8,1.9c-0.7-1.8-2.1-3.1-4-3.1
+				c-3,0-4.9,2.7-4.9,6.7c0,4.1,1.9,6.7,4.7,6.7c2.1,0,3.5-1.2,4.2-3.5l5.8,1.7c-1.5,5.1-4.8,7.6-10.1,7.6
+				C183.2,176,178.9,171.4,178.9,163.5z"/>
+			<path class="st0" d="M204.6,145.1c0-2,1.6-3.5,3.6-3.5c2,0,3.6,1.6,3.6,3.5c0,2-1.6,3.6-3.6,3.6
+				C206.2,148.6,204.6,147,204.6,145.1z M205.1,151.5h6.1v24h-6.1V151.5z"/>
+			<path class="st0" d="M223.7,173.7v1.7h-6.1v-31.2l6.1-2.8v11.7c1.1-1.4,2.7-2.3,5.1-2.3c5.7,0,10,4.8,10,12.5
+				c0,8.1-3.9,12.6-10.2,12.6C226.3,176,224.8,175.2,223.7,173.7z M232.7,163.4c0-4.3-1.7-6.7-4.8-6.7c-2.1,0-3.5,1-4.2,2v9.5
+				c0.9,1.3,2.2,1.9,4.2,1.9C231,170.2,232.7,167.6,232.7,163.4z"/>
+			<path class="st0" d="M244.2,144.4l6.1-2.9v33.9h-6.1V144.4z"/>
+			<path class="st0" d="M255.7,163.4c0-7.8,4.4-12.5,11.2-12.5c5.9,0,10.6,3.6,10.6,11.3c0,0.9,0,2.3-0.2,3.6h-15.6
+				c0.2,3.1,2.6,4.8,5.2,4.8c2.2,0,3.8-0.8,5.2-2.5l3.8,3.8c-2,2.4-4.9,4-8.9,4C260,176,255.7,171.3,255.7,163.4z M271.6,160.7
+				c-0.4-2.8-2.2-4.4-4.7-4.4c-2.9,0-4.8,1.4-5.2,4.4C261.8,160.7,271.6,160.7,271.6,160.7z"/>
+		</g>
+	</g>
+	<g>
+		<g>
+			<g id="g26_1_" transform="rotate(90,40.7,44.8)">
+				<g id="circle2_1_">
+					<circle class="st0" cx="61.7" cy="-106.5" r="12.6"/>
+				</g>
+				<g id="circle4_1_">
+					<circle class="st0" cx="61.7" cy="-0.1" r="12.6"/>
+				</g>
+				<g id="circle6_1_">
+					<circle class="st0" cx="114.9" cy="-53.2" r="12.6"/>
+				</g>
+				<g id="circle8_1_">
+					<circle class="st0" cx="8.5" cy="-53.3" r="12.6"/>
+				</g>
+				<g id="g12_1_">
+					<g id="polygon10_1_">
+						<polygon class="st1" points="66.3,-81.9 80.2,-68 100.5,-68 100.5,-88.4 86.6,-102.2 86.6,-81.9 						"/>
+					</g>
+				</g>
+				<g id="g16_1_">
+					<g id="polygon14_1_">
+						<polygon class="st1" points="12.7,-28.4 26.6,-14.5 47,-14.5 47,-34.8 33.1,-48.7 33.1,-28.4 						"/>
+					</g>
+				</g>
+				<g id="g20_1_">
+					<g id="polygon18_1_">
+						<polygon class="st1" points="86.5,-4.3 100.4,-18.2 100.5,-38.6 80.1,-38.5 66.2,-24.7 86.6,-24.7 						"/>
+					</g>
+				</g>
+				<g id="g24_1_">
+					<g id="polygon22_1_">
+						<polygon class="st1" points="33,-57.9 47,-71.8 47,-92.2 26.6,-92.2 12.7,-78.2 33.1,-78.3 						"/>
+					</g>
+				</g>
+			</g>
+		</g>
+	</g>
+	<g>
+		<path class="st0" d="M78.6,184.3c9.3,0,12.2,5.2,12.2,10.4c0,3.6-2.1,6.6-5.8,8.2c4.5,1.4,7.2,4.9,7.2,9.4
+			c0,5.3-3.1,11.3-12.7,11.3H64.7v-39.2C64.7,184.3,78.6,184.3,78.6,184.3z M86,194.7c0-2.9-1.2-6-7.1-6h-9.3v12.2h8.1
+			C83.2,200.9,86,198.4,86,194.7z M87.4,212.5c0-3.8-1.8-7.2-9.1-7.2h-8.7V219h10.5C85.8,219,87.4,215.7,87.4,212.5z"/>
+		<path class="st0" d="M118.3,220.7c-1.9,2.5-4.2,3.4-7.2,3.4c-6.7,0-10.4-3.6-10.4-12.8v-16.5h4.9v17.2c0,5.4,2.6,7.5,6.2,7.5
+			c3.8,0,6.6-1.8,6.6-7.4v-17.4h4.9v28.6h-4.9L118.3,220.7L118.3,220.7z"/>
+		<path class="st0" d="M132.3,186.6c0-1.7,1.3-3.1,3-3.1c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.3,3-3.1,3
+			C133.6,189.6,132.3,188.3,132.3,186.6z M132.9,194.9h4.9v28.6h-4.9V194.9z"/>
+		<path class="st0" d="M147.7,185.3l4.9-2.3v40.4h-4.9V185.3z"/>
+		<path class="st0" d="M160.7,209.1c0-9.4,4.7-15,11.8-15c3.4,0,5.6,1.2,7.2,2.7v-11.5l4.9-2.3v40.4h-4.9v-2.2
+			c-1.6,1.7-3.8,2.9-7.2,2.9C165.2,224.1,160.7,218.4,160.7,209.1z M179.8,215.7v-13.4c-1.1-1.7-3.2-3.6-6.6-3.6
+			c-4.8,0-7.6,3.8-7.6,10.5c0,5.9,2.9,10.5,7.6,10.5C175.9,219.6,178.3,218.2,179.8,215.7z"/>
+		<path class="st0" d="M192.3,219.3l3.5-3c1.5,1.6,3.9,3.4,7,3.4c3,0,5.3-1.1,5.3-3.6c0-2.9-3.2-4.1-6.6-5.4c-5.3-2-8.8-4.3-8.8-9
+			c0-4.7,4.1-7.6,9.6-7.6c4.4,0,7.6,1.8,9.6,4.3l-3.4,2.8c-1.2-1.3-3.2-2.7-6.3-2.7c-2.9,0-4.8,1.2-4.8,3.2c0,2.4,2.9,3.5,6,4.8
+			c5.2,1.8,9.3,4.1,9.3,9.5c0,5.2-4,8.1-10.2,8.1C198.5,224.1,194.5,222.2,192.3,219.3z"/>
+	</g>
+</g>
+</svg>



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/256ce81567e4253b0679c61dfba5c920de3828f5

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope-website/commit/256ce81567e4253b0679c61dfba5c920de3828f5
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/20181215/6f7aac0d/attachment.html>


More information about the rb-commits mailing list