Fix flake8 warnings
Document running tests during Guix development
Switch from lxml_html_clean to bleach for cleaning HTML
MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud. It's also:
MediaGoblin is a self-hosted web application that you install on a server you or your organisation controls. See our Deploying MediaGoblin for instructions. Docker images are also available from [dockerhub].
Please see our join us page us and get involved!
Sending patches to MediaGoblin is done by email, this is simple and built-in to Git.
Set up your system once by following the steps "Installation and Configuration" of git-send-email.io.
Then, run once in this repository:
git config sendemail.to "mediagoblin-devel@gnu.org"
Then, to send a patch, make your commit, then run:
git send-email --base=HEAD~1 --annotate -1 -v1
It should then appear on the [mailing list archive].