~mediagoblin/mediagoblin

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, etc.
Fix flake8 warnings
Document running tests during Guix development
Switch from lxml_html_clean to bleach for cleaning HTML

refs

master
browse  log 
v0.14.0
release notes 

clone

read-only
https://git.sr.ht/~mediagoblin/mediagoblin
read/write
git@git.sr.ht:~mediagoblin/mediagoblin

You can also use your local clone with git send-email.

#GNU MediaGoblin

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:

  • The perfect tool to show and share your media!
  • Building tools to empower the world through decentralization!
  • Built for extensibility. Multiple media types, including video support!
  • Part of the GNU project and devoted to user freedom.
  • Powered by a community of people like you.

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!

#Contributing

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].