Configuration for Python planets https://planetpython.org
Find a file
Marc-Andre Lemburg da4f4edc4f
Readd PSF blog (#609)
See #606
2025-11-03 14:46:34 +01:00
.github/workflows build and publish an image for use on planetpython.org (#596) 2025-05-01 06:18:19 -04:00
code Remove 'timeoutsocket' completely 2014-10-03 15:58:30 +02:00
config Readd PSF blog (#609) 2025-11-03 14:46:34 +01:00
static remove references to defunct javascript and images (#492) 2021-10-13 15:07:43 +02:00
.gitignore Ignore some build artefacts 2017-09-21 18:43:28 +01:00
.pre-commit-config.yaml Check config.ini is sorted with GitHub Actions (#592) 2025-03-05 14:41:11 +02:00
docker-compose.yml Add example docker config for running the planet locally, for testing purposes. (#392) 2021-03-12 18:44:22 -03:00
Dockerfile Add example docker config for running the planet locally, for testing purposes. (#392) 2021-03-12 18:44:22 -03:00
Dockerfile.deploy build and publish an image for use on planetpython.org (#596) 2025-05-01 06:18:19 -04:00
ISSUE_TEMPLATE.md Remove the references to planet@python.org in the templates (#461) 2021-04-14 21:54:06 +02:00
PULL_REQUEST_TEMPLATE.md Remove the references to planet@python.org in the templates (#461) 2021-04-14 21:54:06 +02:00
README.rst Updated http:// to https:// in README.rst file (#475) 2021-09-23 11:22:46 +02:00

Maintaining Planet Python (https://planetpython.org):

* Requests come in to the github issues (https://github.com/python/planet/issues)
  
* Check the feed for validity using the services: https://validator.w3.org/feed/ or https://www.rssboard.org/rss-validator/

* Check the feed for: Python-specific contents (often we
  have to ask for a Python specific feed), and English-language
  content (ask for an English-language feed).

* Add the feed URL to a text config file (`config/config.ini <https://github.com/python/planet/blob/master/config/config.ini>`_)::

      [http://example.org/feed/url/]
      name = Author/Group/Project Name

  Sort the config file::

      cd config
      python sort-ini.py

  Commit the config file to the repo.

The Planet code is under the code/ directory. See code/README.pydotorg
for details.