Website: List XML integration via dhall-xml-ruby (#1481)

This commit is contained in:
Simon Jakobi 2019-10-27 02:55:01 +01:00 committed by mergify[bot]
parent 149e80346b
commit 458c873706
3 changed files with 9 additions and 0 deletions

View File

@ -141,6 +141,8 @@
<div class="dropdown-divider"></div>
<a class="nav-link" href="https://github.com/dhall-lang/dhall-haskell/blob/master/dhall-json/README.md"><img src = "./img/json-logo.svg" height="32px" alt="JSON logo"><span>JSON</span></a>
<div class="dropdown-divider"></div>
<a class="nav-link" href="https://git.sr.ht/~singpolyma/dhall-xml-ruby"><img src = "./img/xml-logo.svg" height="32px" alt="XML logo"><span>XML</span></a>
<div class="dropdown-divider"></div>
<a class="nav-link" href="https://github.com/dhall-lang/dhall-kubernetes/blob/master/README.md"><img src = "./img/kubernetes-logo.svg" height="32px" alt="Kubernetes logo"><span>Kubernetes</span></a>
<div class="dropdown-divider"></div>
<a class="nav-link" href="https://github.com/dhall-lang/dhall-haskell/blob/master/dhall-bash/README.md"><img src = "./img/bash-logo.png" height="32px" alt="Bash logo"><span>Bash</span></a>

View File

@ -101,6 +101,12 @@ let
twitter = pkgsNew.callPackage ./twitterLogo.nix { };
xml =
pkgsNew.fetchurl {
url = "https://www.svgrepo.com/download/106090/xml.svg";
sha256 = "0ncjr3sxn40ml5gxwv1iq5vd0zx0qgyy9rzqxi6j80b8wcy45czy";
};
yaml =
pkgsNew.fetchurl {
url = "https://raw.githubusercontent.com/yaml/yaml-spec/a6f764e13de58d5f753877f588a01b35dc9a5168/logo.png";

View File

@ -30,6 +30,7 @@ runCommand "try-dhall" {} ''
${coreutils}/bin/ln --symbolic ${logo.nix} $out/img/nix-logo.png
${coreutils}/bin/ln --symbolic ${logo.stackOverflow} $out/img/stack-overflow-logo.svg
${coreutils}/bin/ln --symbolic '${logo.twitter}/Twitter Logos/Twitter Logos/Twitter_Logo_Blue/Twitter_Logo_Blue.svg' $out/img/twitter-logo.svg
${coreutils}/bin/ln --symbolic ${logo.xml} $out/img/xml-logo.svg
${coreutils}/bin/ln --symbolic ${logo.yaml} $out/img/yaml-logo.png
${coreutils}/bin/mkdir $out/nix-support
${coreutils}/bin/echo "doc none $out/index.html" > $out/nix-support/hydra-build-products