Skip to content

Commit

Permalink
Redirect to webview project on GitHub
Browse files Browse the repository at this point in the history
The reason is that the content hasn't been maintained, some of it
is out of date, and many pages return HTTP 404.
  • Loading branch information
SteffenL committed Sep 1, 2023
1 parent 17c3871 commit fa03af5
Show file tree
Hide file tree
Showing 37 changed files with 14 additions and 7,965 deletions.
146 changes: 7 additions & 139 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,146 +1,14 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<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.0" /><meta name="author" content="WebView Maintainers" />
<link rel="shortcut icon" href="/img/favicon.ico" />
<title>Webview</title>
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />

<script src="/js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/languages/yaml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/languages/django.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<meta http-equiv="refresh" content="0; url=https://github.com/webview/webview" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Tiny cross-platform webview library for C/C++." />
<title>webview</title>
</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="/." class="icon icon-home"> Webview
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption"><span class="caption-text">Bindings</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/bindings/cpp/">C++</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="/bindings/c/">C</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/go.md">Go</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/rust.md">Rust</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/nim.md">Nim</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/deno.md">Deno</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/java.md">Java</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/csharp.md">C Sharp</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/python.md">Python</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/crystal.md">Crystal</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/haskell.md">Haskell</a>
</li>
<li class="toctree-l1"><a class="" href="/bindings/janet.md">Janet</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/alternatives/">Alternatives</a>
</li>
</ul>
<p class="caption"><span class="caption-text">About</span></p>
<ul>
<li class="toctree-l1"><a class="" href="/about/contributing.md">Contributing</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="/about/license/">License</a>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="/.">Webview</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="/." class="icon icon-home" alt="Docs"></a> &raquo;</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>

<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">


<h1 id="404-page-not-found">404</h1>

<p><strong>Page not found</strong></p>


</div>
</div><footer>

<hr/>

<div role="contentinfo">
<!-- Copyright etc -->
</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/webview/docs" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



</span>
</div>
<script>var base_url = '/';</script>
<script src="/js/theme_extra.js" defer></script>
<script src="/js/theme.js" defer></script>
<script src="/search/main.js" defer></script>
<script defer>
window.onload = function () {
SphinxRtdTheme.Navigation.enable(true);
};
</script>

<body>
<p>Please go to the <a href="https://github.com/webview/webview">project's GitHub page</a>...</p>
</body>
</html>
156 changes: 0 additions & 156 deletions about/license/index.html

This file was deleted.

Loading

0 comments on commit fa03af5

Please sign in to comment.