GitXplorerGitXplorer
p

planet

public
132 stars
172 forks
24 issues

Commits

List of commits on branch master.
Verified
2d349c0b6fba324ec2a82d2e78ff56f7fe90f24e

New feed URL for Marcos Dione

SStyXman committed 2 months ago
Verified
5014dbede64c97a0eda63bfb7e4964d2c0d3a150

Add Python feed of bugfactory.io

ccs committed 2 months ago
Verified
1ab69ba04f105a06a4180ed11f754b39aaa59343

Merge pull request #565 from stefmolin/sm-articles

mmalemburg committed 4 months ago
Unverified
c9a2c89dce5f4f2a09a4b2d556da146b79aa53d6

Add Python article feed

sstefmolin committed 5 months ago
Verified
ae943f05cdc5f430da5f11121abaf69150345cfc

Merge pull request #563 from stefmolin/patch-1

mmalemburg committed 5 months ago
Verified
017fcd1f36fd04e80e7eb7d834ae6954e0faafc0

Change } to ] in config.ini

sstefmolin committed 5 months ago

README

The README file for this repository.

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.