Skip to content

Commit c4bcfa4

Browse files
committed
docs: migrate email list
1 parent 7accc09 commit c4bcfa4

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

docs/ansible_detailed.rst

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,24 @@ Installation
7979

8080
.. raw:: html
8181

82-
<form action="https://www.freelists.org/cgi-bin/subscription.cgi" method="post">
82+
<form action="https://networkgenomics.com/save-email/" method="post" id="emailform">
83+
<input type=hidden name="list_name" value="mitogen-announce">
84+
8385
Releases occur frequently and often include important fixes. Subscribe
8486
to the <a
8587
href="https://www.freelists.org/list/mitogen-announce">mitogen-announce
8688
mailing list</a> be notified of new releases.
8789

8890
<p>
8991
<input type="email" placeholder="E-mail Address" name="email" style="font-size: 105%;">
90-
<input type=hidden name="list" value="mitogen-announce">
91-
<!-- <input type=hidden name="url_or_message" value="https://mitogen.readthedocs.io/en/stable/ansible.html#installation">-->
92-
<input type="hidden" name="action" value="subscribe">
9392
<button type="submit" style="font-size: 105%;">
9493
Subscribe
9594
</button>
9695
</p>
96+
97+
<div id="emailthanks" style="display:none">
98+
Thanks!
99+
</div>
97100
</form>
98101

99102

@@ -1375,3 +1378,19 @@ Despite the small margin for optimization, Mitogen still manages **6.2x less
13751378
bandwidth and 1.8x less time**.
13761379

13771380
.. image:: images/ansible/pcaps/costapp-uk-india.svg
1381+
1382+
1383+
.. raw:: html
1384+
1385+
<script src="https://networkgenomics.com/static/js/public_all.js?92d49a3a"></script>
1386+
<script>
1387+
NetGen = {
1388+
public: {
1389+
page_id: "operon",
1390+
urls: {
1391+
save_email: "https://networkgenomics.com/save-email/",
1392+
}
1393+
}
1394+
};
1395+
setupEmailForm();
1396+
</script>

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
copyright = u'2019, Network Genomics'
1010
exclude_patterns = ['_build']
1111
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput']
12+
html_show_copyright = False
1213
html_show_sourcelink = False
1314
html_show_sphinx = False
1415
html_sidebars = {'**': ['globaltoc.html', 'github.html']}

0 commit comments

Comments
 (0)