143 lines
4.9 KiB
Text
143 lines
4.9 KiB
Text
<!DOCTYPE html>
|
|
<html lang="en" class="js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!--[if IE]>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'/>
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="Diff parser and pretty html generator">
|
|
<meta name="keywords" content="diff2html,git,diff,unified,pretty,html,css,javaccript">
|
|
<meta name="author" content="Rodrigo Fernandes (rtfpessoa)">
|
|
|
|
<title>diff2html</title>
|
|
|
|
<!-- search engine -->
|
|
<link rel="canonical" href="https://diff2html.xyz">
|
|
|
|
<!-- open graph -->
|
|
<meta property="og:title" content="diff2html">
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:description"
|
|
content="Diff parser and pretty html generator.">
|
|
|
|
<meta property="og:url" content="https://diff2html.xyz">
|
|
<meta property="og:site_name" content="diff2html">
|
|
|
|
<!-- Bootstrap -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
|
|
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="main.min.css" rel="stylesheet">
|
|
|
|
{{#assets}}
|
|
{{{assets}}}
|
|
|
|
{{/assets}}
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-78351861-2', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</head>
|
|
<body class="template-index {{extraClass}}">
|
|
<div class="swag-line">
|
|
|
|
<div class="container">
|
|
<nav class="navbar navbar-default navbar-tall navbar-full" role="navigation">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-nav">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">diff2html</a>
|
|
</div>
|
|
|
|
<div class="collapse navbar-collapse" id="global-nav">
|
|
<div class="navbar-right">
|
|
<ul class="nav navbar-nav">
|
|
|
|
<li>
|
|
<a href="index.html#install">Getting Started</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="index.html#cli">CLI</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="demo.html">Demo</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank">Docs</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://github.com/rtfpessoa/diff2html/issues/new" target="_blank">Support</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
{{{content}}}
|
|
|
|
</div>
|
|
|
|
<footer class="footer clearfix">
|
|
<p class="col-xs-10 col-xs-offset-1">
|
|
Website originally designed and built by
|
|
<a href="https://twitter.com/mdo" target="_blank">@mdo</a>,
|
|
<a href="https://twitter.com/fat" target="_blank">@fat</a>, and
|
|
<a href="https://twitter.com/dhg" target="_blank">@dhg</a>,
|
|
adapted with <span class="hero-red">❤</span> by
|
|
<a href="https://twitter.com/rtfpessoa" target="_blank">@rtfpessoa</a>.
|
|
</p>
|
|
<ul class="footer-list col-xs-10 col-xs-offset-1">
|
|
|
|
<li class="footer-list-item">
|
|
<a class="footer-list-link" href="https://github.com/rtfpessoa/diff2html#how-to-use"
|
|
target="_blank">FAQ</a>
|
|
</li>
|
|
|
|
<li class="footer-list-item">
|
|
<a class="footer-list-link" href="https://diff2html.xyz">diff2html</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<!-- General JavaScript -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org/",
|
|
"@type": "SoftwareSourceCode",
|
|
"name": "diff2html",
|
|
"author": "Rodrigo Fernandes",
|
|
"image": "https://diff2html.xyz/img/snapshot-3.png",
|
|
"description": "Diff parser and pretty html generator.",
|
|
"codeRepository": "https://github.com/rtfpessoa/diff2html",
|
|
"programmingLanguage": "JavaScript",
|
|
"runtimePlatform": "Node >= 0.12",
|
|
"mainEntityOfPage": "https://diff2html.xyz/"
|
|
}
|
|
</script>
|
|
|
|
{{#scripts}}
|
|
{{{scripts}}}
|
|
|
|
{{/scripts}}
|
|
</body>
|
|
</html>
|