docs: faster stats-preserving redirect
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/">
|
@ -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>
|
|
Loading…
Reference in New Issue