Main Page: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
Line 10: Line 10:


== Hacking MediaGoblin ==
== Hacking MediaGoblin ==
* [[HackingHowto|Hacking]] - Get your computer set up to hack on GNU MediaGoblin.
* [[HackingHowto|Hacking]] - Making code contributions to MediaGoblin.
** [[BeginnersCorner|Beginner's Corner]] - Resources for those who are new to Python, MongoDB, or Git.
** [[BeginnersCorner|Beginner's Corner]] - Resources for those who are new to Python, MongoDB, or Git.
** We'll be adding some distribution/OS specific hacking guides as separate pages soon.
** We'll be adding some distribution/OS specific hacking guides as separate pages soon.

Revision as of 01:17, 22 August 2011

GNU MediaGoblin wiki of bizarre and unusual things

In this wiki you will find beasts the likes of which you have never laid eyes on before! Expand your imagination, ladies and gentlemen, and examine the errata in this corpus of knowledge. May it transform you and let you see the world in a new light forevermore.

Want to contribute to GNU MediaGoblin?

This section provides the magical incantations to help you start contributing.

Hacking MediaGoblin

Deploying MediaGoblin

Want to try out GNU MediaGoblin?

  • If you want to run your own server to test the best information is currently in the HackingHowto
  • There's info on a server you can test on our User Experience page

Testing and Release Guidelines

Documentation and Translations

Inner workings of the secret sanctum (Contacting the team)

Technical Considerations

  • DesignDecisions - covers design decisions (FIXME - this needs to be split up)
  • Storage - How MediaGoblin's internal storage system works.
  • Processing - What happens after you submit your image/video/etc? Processing! More about that.
  • Scaling Down - Minimizing MediaGoblin's resource requirements
  • External Library Policy - covers use of external libraries

Project Miscellany