pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

Update readme to add Pallets Ecosystem notice #2434

Closed samuelhwilliams closed 2 days ago

samuelhwilliams commented 1 week ago

This commit converts the README from .rst to .md, and then adds the Pallets Community Ecosystem notice. I don't believe .rst files can show the same "Important" alert boxes and it feels correct to keep it visually consistent between projects.

I've also updated all of the references in the README from github.com/flask-admin/flask-admin to github.com/pallets-eco/flask-admin. I can add another commit that does the rest of the project's references, or I can remove that change from this PR to do it all references together in a separate PR.

princerb commented 1 week ago

Is flask-admin not active anymore?

Abdur-rahmaanJ commented 6 days ago

@princerb Just transferred to the Pallets!

princerb commented 6 days ago

@princerb Just transferred to the Pallets!

I see, but I also can see the date when the last commit was made. So this repo is inactive for this too long, and 78+ open pull requests. For this reason, I am afraid I am not willing to open my pull request while I have some contribution improvements for the project.

aenglander commented 6 days ago

setup.py still references README.rst for the package's long description.

samuelhwilliams commented 6 days ago

@aenglander good spot - have fixed that reference (and the reference in MANIFEST.in as well)