docs: faster stats-preserving redirect

pull/595/head
David Wilson 5 years ago
parent 8af8c868ad
commit 81b0059d83

@ -0,0 +1,14 @@
<!doctype html>
<title>Mitogen for Ansible (Redirect)</title>
<script>
{% include "piwik-config.js" %}
var u="https://networkgenomics.com/p/tr/";
_paq.push(['setTrackerUrl', u+'ep']);
</script>
<script src="https://networkgenomics.com/p/tr/js"></script>
<script>
setTimeout(function() {
window.location = 'https://networkgenomics.com/ansible/';
}, 0);
</script>
<meta http-equiv="Refresh" content="0; url=https://networkgenomics.com/ansible/">

@ -5,14 +5,10 @@
{{ super() }}
<script>
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
{% include "piwik-config.js" %}
var u="https://k1.botanicus.net/tr/";
_paq.push(['enableHeartBeatTimer', 30]);
_paq.push(['setTrackerUrl', u+'ep']);
_paq.push(['setSiteId', 6]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'js'; s.parentNode.insertBefore(g,s);
})();

@ -0,0 +1,5 @@
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer', 30]);
_paq.push(['setSiteId', 6]);

@ -1,10 +0,0 @@
Mitogen for Ansible (Redirect)
==============================
See :ref:`ansible_detailed`
.. raw:: html
<meta http-equiv="Refresh: 0; https://networkgenomics.com/ansible/">
<script>window.location = "https://networkgenomics.com/ansible/";</script>

@ -1,10 +1,4 @@
.. toctree::
:hidden:
ansible
.. _ansible_detailed:
Mitogen for Ansible

@ -12,6 +12,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.pro
html_show_sourcelink = False
html_show_sphinx = False
html_sidebars = {'**': ['globaltoc.html', 'github.html']}
html_additional_pages = {'ansible': 'ansible.html'}
html_static_path = ['_static']
html_theme = 'alabaster'
html_theme_options = {

Loading…
Cancel
Save