2019-11-24 22:44:26 +00:00
|
|
|
<!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]-->
|
|
|
|
|
|
2020-01-12 01:16:44 +00:00
|
|
|
<meta http-equiv="Cache-Control" content="public, must-revalidate, proxy-revalidate, max-age=0" />
|
|
|
|
|
<meta name="theme-color" content="#FFFFFF"/>
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-11-24 22:44:26 +00:00
|
|
|
<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">
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
2020-01-05 02:40:04 +00:00
|
|
|
<body>
|
|
|
|
|
<nav class="navbar is-transparent is-spaced">
|
2019-11-24 22:44:26 +00:00
|
|
|
<div class="container">
|
2020-01-05 02:40:04 +00:00
|
|
|
<div class="navbar-brand">
|
|
|
|
|
<a class="navbar-item" href="index.html">
|
|
|
|
|
diff2html
|
|
|
|
|
</a>
|
|
|
|
|
<span class="navbar-burger burger" data-target="navbarMenu">
|
|
|
|
|
<span></span>
|
|
|
|
|
<span></span>
|
|
|
|
|
<span></span>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="navbarMenu" class="navbar-menu">
|
|
|
|
|
<div class="navbar-end">
|
|
|
|
|
<a class="navbar-item" href="index.html#install">Getting Started</a>
|
|
|
|
|
<a class="navbar-item" href="index.html#cli">CLI</a>
|
|
|
|
|
<a class="navbar-item" href="demo.html">Demo</a>
|
2020-01-12 01:16:44 +00:00
|
|
|
<a class="navbar-item" href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank"
|
|
|
|
|
rel="noopener" rel="noreferrer">Docs</a>
|
|
|
|
|
<a class="navbar-item" href="https://github.com/rtfpessoa/diff2html/issues/new" target="_blank"
|
|
|
|
|
rel="noopener" rel="noreferrer">Support</a>
|
2019-11-24 22:44:26 +00:00
|
|
|
</div>
|
2020-01-05 02:40:04 +00:00
|
|
|
</div>
|
2019-11-24 22:44:26 +00:00
|
|
|
</div>
|
2020-01-05 02:40:04 +00:00
|
|
|
</nav>
|
2019-11-24 22:44:26 +00:00
|
|
|
|
2020-01-05 02:40:04 +00:00
|
|
|
{{#block "content"}}{{/block}}
|
|
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="content has-text-centered">
|
|
|
|
|
<p>
|
|
|
|
|
Designed and built with <span class="hero-red">❤</span> by
|
2020-01-12 01:16:44 +00:00
|
|
|
<a href="https://twitter.com/rtfpessoa" target="_blank" rel="noopener" rel="noreferrer">@rtfpessoa</a>.
|
2019-11-24 22:44:26 +00:00
|
|
|
</p>
|
2020-01-05 02:40:04 +00:00
|
|
|
<p>
|
2020-01-12 01:16:44 +00:00
|
|
|
<a class="footer-list-link" href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank"
|
|
|
|
|
rel="noopener" rel="noreferrer">FAQ</a>
|
2020-01-05 02:40:04 +00:00
|
|
|
-
|
|
|
|
|
<a class="footer-list-link" href="https://diff2html.xyz">diff2html</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2019-11-24 22:44:26 +00:00
|
|
|
|
|
|
|
|
<script type="application/ld+json">
|
|
|
|
|
{
|
|
|
|
|
"@context": "http://schema.org/",
|
|
|
|
|
"@type": "SoftwareSourceCode",
|
|
|
|
|
"name": "diff2html",
|
|
|
|
|
"author": "Rodrigo Fernandes",
|
2020-01-12 01:16:44 +00:00
|
|
|
"image": "https://diff2html.xyz/images/snapshot-3.png",
|
2019-11-24 22:44:26 +00:00
|
|
|
"description": "Diff parser and pretty html generator.",
|
|
|
|
|
"codeRepository": "https://github.com/rtfpessoa/diff2html",
|
|
|
|
|
"programmingLanguage": "JavaScript",
|
|
|
|
|
"runtimePlatform": "Node >= 0.12",
|
|
|
|
|
"mainEntityOfPage": "https://diff2html.xyz/"
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|