Skip to content

Instantly share code, notes, and snippets.

@jugmac00
Last active May 22, 2019 12:09
Show Gist options
  • Save jugmac00/72477b1f36313359d0c5a14515faf9e6 to your computer and use it in GitHub Desktop.
Save jugmac00/72477b1f36313359d0c5a14515faf9e6 to your computer and use it in GitHub Desktop.
Ideas for the blog post about "how to start contributing to the Zope universe"
new sections
------------
- version pinning
- exceptions (Sphinx = new versions Python 3 only), see https://github.com/zopefoundation/Zope/pull/581
- requires.io
- adding a new key to the Zope configuration, see https://github.com/zopefoundation/Zope/issues/580
- all zope projects in overview https://zope3.pov.lt/py3/travis.html?filter=zope and https://github.com/zopefoundation/meta/issues/4
update sections
---------------
- travis workarounds with pip - cf https://github.com/plone/plone.recipe.zope2instance/pull/102
- various documenation issues
- http://docs.zope.org/developer/ -> https://github.com/zopefoundation/developer_docs
- https://github.com/zopefoundation/docs.zope.org
- old svn backup: https://zope3.pov.lt/trac/browser/docs.zope.org_website
- who manages zope.org? tseaver
michael
-------
link - diff
instance_home vs client_hoem
ideas for the zope sprint
-------------------------
discuss infrastructure of zope
emails
domains
servers
https://realpython.com/pypi-publish-python-package/
@ezvirtual I am sorry that you have to wait so long.
Please re-send your email to contributor-admin@zope.org
Also, I will be at the Zope sprint tomorrow, where also @icemac takes part. I'll talk to him how we could improve the contributor onboarding experience a bit.
revise zope dev docu
--------------------
exceptions, cf https://github.com/zopefoundation/Zope/issues/562
character encodings, de-emphasize meta tag, emphasize default-zpublisher-encoding, cf https://github.com/zopefoundation/Zope/pull/564
modernize python versions and test setup
----------------------------------------
https://github.com/zopefoundation/z3c.breadcrumb/pull/1#event-2300430689
info about zpublisher-encoding + wsgi conf
------------------------------------------
https://github.com/zopefoundation/Zope/issues/571
Make that pypy2.7-6.0.0 and it should work with dist: xenial.
(You can also add pypy3.5-6.0.0 if you want to.)
chapter 5 of zope dev guide
---------------------------
https://github.com/zopefoundation/Zope/issues/75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment