Last active
May 22, 2019 12:09
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
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