mikeboers / Flask-Images

On-demand resizing of images for Flask applications.
https://mikeboers.github.io/Flask-Images/
BSD 3-Clause "New" or "Revised" License
81 stars 43 forks source link

Add plugin to Flask Extensions page #11

Open iurisilvio opened 10 years ago

iurisilvio commented 10 years ago
mikeboers commented 10 years ago

Do you know how one goes about doing this? =P

iurisilvio commented 10 years ago

You have to pull request your extension is Flask Extensions Registry. Flask has some docs about how to approve the extension.

http://flask.pocoo.org/docs/extensiondev/#approved-extensions

iurisilvio commented 10 years ago

I copied the guidelines to approved extensions in the issue to make it happen.

You can add it to the registry even without it, but it will not have the approved extension flag.

mikeboers commented 10 years ago

Looks like it is down to the docs theme, and a little bit more testing...

iurisilvio commented 10 years ago

So, you just have to publish the docs.

All other requirements are ok.

mikeboers commented 9 years ago

At some point in recent history I translated the existing docs from Markdown to Sphinx. They are still kinda gross, but there they are.

What do you think?