UBY,BUG: Create responsive wiki templates<br><br>The wiki pages are not readable on mobile because the templates aren't responsive.<br><br>There are docs for the <a href="http://python.org">python.org</a> site and the Jinja2 templates and CSS are on GitHub:<br>- <a href="https://pythondotorg.readthedocs.io/">https://pythondotorg.readthedocs.io/</a><br>- <a href="https://github.com/python/pythondotorg/blob/master/templates/base.html">https://github.com/python/pythondotorg/blob/master/templates/base.html</a><br><br>Where are the MoinMoin Jinja2 (?) templates and CSS sources hosted?<br>Who owns these?<br>The site design team did a great job.<br>For the wiki, responsive breakpoints and minimal headers above the fold would be great.<br><br>Would it be easier to adapt/fork/brand/recognize existing responsive MoinMoin templates?<br><br>...<br><br>ENH: MoinMoin git storage / backend?<br><br>A git backend with a repo in GitHub and evented bidirectional synchronization might get the wiki the attention it needs.<br><br>- <a href="https://moin-20.readthedocs.io/en/latest/devel/development.html#storage">https://moin-20.readthedocs.io/en/latest/devel/development.html#storage</a><br><br>People have moved to gh-pages, awesome lists (and hybrid GH wikis w/ Sphinx renders thereof [x]) for a multitude of reasons, I think. The pull request workflow is very familiar to maintainers now.<br><br>- <a href="https://devguide.python.org/">https://devguide.python.org/</a><br>- <a href="https://docs.python.org/">https://docs.python.org/</a><br>- <a href="https://discuss.python.org/">https://discuss.python.org/</a><br>- <a href="https://duckduckgo.com/?q=awesome+python+site%3Agithub.com">https://duckduckgo.com/?q=awesome+python+site%3Agithub.com</a><br>- <a href="https://github.com/quobit/awesome-python-in-education">https://github.com/quobit/awesome-python-in-education</a><br><br>[x] <a href="https://github.com/westurner/wiki/issues/5">https://github.com/westurner/wiki/issues/5</a><br>[y] <a href="https://github.com/westurner/wiki/blob/master/Makefile#L294">https://github.com/westurner/wiki/blob/master/Makefile#L294</a><br><br>...<br><br>DOC: Guidelines for citations<br><br>I'm sending this to this list per a discussion and request in "[python-dev] Mixed Python/C debugging" regarding the wiki and also whether it's appropriate to reference e.g. third-party libraries and tools that I just found in: the devguide, the wiki, the mailing list(s), <a href="http://discuss.python.org">discuss.python.org</a>, StackOverflow, GitHub?<br><a href="https://mail.python.org/archives/list/python-dev@python.org/thread/L2KBZM64MYPXIITN4UU3X6L4PZS2YRTB/">https://mail.python.org/archives/list/python-dev@python.org/thread/L2KBZM64MYPXIITN4UU3X6L4PZS2YRTB/</a><br><br>...<br><br>ENH: Custom search engine?<br><br>Maybe we don't even need a custom search engine because a 'site:<a href="http://python.org">python.org</a>' search query is sufficient to search the Python community(s) for tools and resources? <br>