mediagoblin-0.3.3-pixel-party.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <html>
  2. <head>
  3. <title>MediaGoblin 0.3.3: Pixel Party</title>
  4. <meta name="date" content="2013-03-12 10:20" />
  5. <meta name="author" content="Deb Nicholson" />
  6. </head>
  7. <body>
  8. <p class="centered">
  9. <img src="/blog_images/mediagoblin_0.3.3_banner.png"
  10. alt="MediaGoblin 0.3.3: Pixel Party banner" />
  11. <br />
  12. <i>
  13. 16-bit pixelized Gavroche rockin' out with some
  14. <a href="http://lpc.opengameart.org">Liberated Pixel Cup</a>
  15. friends. Dual licensed under
  16. <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA
  17. 3.0</a>
  18. and <a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU GPL
  19. version 3</a> or later.
  20. <a href="/blog_images/gavroche_lpc_sprite.xcf">Pixel art Gavroche</a>
  21. by Christopher Allan Webber,
  22. <a href="http://lpc.opengameart.org/static/lpc-style-guide/assets.html">everything else</a>
  23. by
  24. <a href="http://lpc.opengameart.org/static/lpc-style-guide/authors.html"
  25. >LPC base artwork team</a>.
  26. </i>
  27. </p>
  28. <p>Welcome to MediaGoblin 0.3.3! Our tech lead Chris Webber recently
  29. finished <a href="http://lpc.opengameart.org/content/liberated-pixel-cup-art-winners-announced">awarding</a> <a href="http://lpc.opengameart.org/content/code-judging-is-in">prizes</a>
  30. to the <a href="http://lpc.opengameart.org/">Liberated Pixel Cup</a>
  31. contest participants. MediaGoblin is shaping up to be a perfect place
  32. to build video game artwork where there is usually a unified theme or
  33. look to characters, items and backgrounds. When we first started
  34. building MediaGoblin, we envisioned a freedom-respecting collaboration
  35. space for artists -- a place where they could share images, videos and
  36. sound. It would be easy to control who to share with and simple to
  37. figure out how work was licensed. We've made some great progress
  38. towards these goals in this release.</p>
  39. <p>First of all, let's take a look at what got easier for users. We built
  40. a fancy new dropdown menu so you can see all the upload tools up at
  41. the top of your home page -- or not -- you can easily toggle back and
  42. forth.</p>
  43. <p class="blog_image">
  44. <a href="/blog_images/mediagoblin_0.3.3_dropdown_menu.png">
  45. <img src="/blog_images/mediagoblin_0.3.3_dropdown_menu-scaled.png"
  46. alt="Dropdown menu" />
  47. </a>
  48. </p>
  49. <p>When you upload stuff, you'll get a nice mnemonic URL. Maybe you
  50. hadn't noticed the funny code URL's? Or maybe you have noticed because
  51. we inadvertently helped you send the wrong link to the right person..
  52. or the right link to the wrong person? Anyway, they are fixed up all
  53. nice now. You get a URL with your title with a couple numbers at the
  54. end to make it unique.</p>
  55. <p>We also made the collection creation a bit more verbose and hopefully
  56. more intuitive. Mmmm, verbiage...</p>
  57. <p class="blog_image">
  58. <a href="/blog_images/mediagoblin_0.3.3_new_collections_button.png">
  59. <img src="/blog_images/mediagoblin_0.3.3_new_collections_button.png"
  60. alt="New collections button" />
  61. </a>
  62. </p>
  63. <p>We made a number of improvements to the back-end handling of video.
  64. We fixed the video thumbnails. We also made big improvements to the
  65. way files get copied around which makes much better use of memory, a
  66. critical boon for video storage. Also, MediaGoblin no longer
  67. automatically transcodes videos that don't need it. If you're
  68. uploading the right size .webm or an .ogg Theora file, you can host
  69. them directly without conversion. Plus we tweaked the video player so
  70. it resizes with your browser, which is much nicer for mobile devices!<p>
  71. <p>Our last improvement to the user experience is the ability to set a
  72. default <a href="http://creativecommons.org/">Creative Commons</a>
  73. license for all your uploads. You can still set individual items
  74. separately, but if you have a favorite license you use for most of
  75. your stuff, you won't have to specify it each time you upload new
  76. files.</p>
  77. <p class="blog_image">
  78. <a href="/blog_images/mediagoblin_0.3.3_license_preference.png">
  79. <img src="/blog_images/mediagoblin_0.3.3_license_preference-scaled.png"
  80. alt="New license selection dropdown." />
  81. </a>
  82. </p>
  83. <p>Oh, and you might notice above that you can now also delete your
  84. account from your user settings!</p>
  85. <p>Pluginifying proceeds at a pleasing pace! We moved the OpenStreetMap
  86. and Geolocation function out to a plugin. It's still included by
  87. default, but it helped us to test the plugin interface and allows
  88. users to put something else in there if they want to. We also refined
  89. the template hooks to make it easier for plugin authors to hook their
  90. features in exactly where they want them, top, side, bottom whatever
  91. part of the page makes sense for their specific plugin.</p>
  92. <p>As part of our goal to make MediaGoblin a leaner and easier
  93. install, we eliminated a library from the installation process. We've
  94. also started working towards getting MediaGoblin packaged with popular
  95. GNU/Linux distributions. (Afraid we'll skip your
  96. favorite? <a href="/pages/join.html">Help us get it in there</a> and
  97. we won't!) Expect more news on this exciting front in the next few
  98. months.</p>
  99. <p>All of the fundraising gifts are out! (Well, a few international
  100. rewards left, but we'll get to them this week!) Hooray!! As much fun
  101. as it was to watch the money/progress bar and mail things out to all
  102. our lovely supporters, in the future we are looking for less labor
  103. intensive funding models. Feel free
  104. to <a href="mailto:press@mediagoblin.org">send us</a> your ideas for
  105. grants, potential collaborators with access to funding and
  106. customization contracts that will help us fund the future of
  107. MediaGoblin!</p>
  108. <p>The last word goes to thanking of all our contributors;
  109. translators, designers, documenters, coders, bug-senders, nitpickers
  110. and promoters. As our codebase gets larger, lots of things get a bit
  111. more... well, complicated. We really appreciate the folks who have
  112. been around for a while and know how things works around here and we
  113. are super-grateful to the new folks who have been willing to jump in
  114. and learn how things work around here. Thanks to: Aleksej Serdjukov,
  115. András Veres-Szentkirályi, Christopher Allan Webber, Deb Nicholson,
  116. Elrond (from Samba TNG), Jef van Schendel, Joar Wandborg, Mark
  117. Holmquist, Odin Hørthe Omdal, Runar Petursson, Sebastian Spaeth, Simon
  118. Fondrie-Teitler, Stefano Zacchiroli, Tiberiu C. Turbureanu, and Tran
  119. Thanh Bao (pythonsnake)! MediaGoblin wouldn't exist without all of
  120. you!</p>
  121. <p>As always, if you're interested in more details, check
  122. the <a href="http://docs.mediagoblin.org/siteadmin/relnotes.html">release
  123. notes</a>!</p>
  124. <p>Got ideas for plugins or feedback for
  125. us? <a href="/pages/join.html">Talk to us!</a> Visit our IRC, it's
  126. <a href="http://webchat.freenode.net/?channels=mediagoblin">#mediagoblin
  127. on freenode.net</a>! If you want regular
  128. updates, <a href="http://lists.mediagoblin.org/listinfo/devel">join
  129. the mailing list</a> or email us
  130. at <a href="mailto:press@mediagoblin.org">press@mediagoblin.org</a></p>
  131. </body>
  132. </html>