GSOC 2013: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(Adding myself as a possible mentor to all categories)
Line 54: Line 54:
With our new work toward pluginification it would be good to see the structure for user authentication to be interface'ified. It would also be good to have implementation for several types of logins such as BrowserID, LDAP, and central authentication system stuff.
With our new work toward pluginification it would be good to see the structure for user authentication to be interface'ified. It would also be good to have implementation for several types of logins such as BrowserID, LDAP, and central authentication system stuff.


'''Possible mentors:''' Nathan Yergler, Joar Wandborg
'''Possible mentors:''' Nathan Yergler, Joar Wandborg, [[User:Cwebber|Chris Webber]]


== Administrative interface / moderation tools ==
== Administrative interface / moderation tools ==
Line 65: Line 65:
* ???
* ???


'''Possible mentors:''' --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:02, 1 April 2013 (EDT), Joar Wandborg
'''Possible mentors:''' --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:02, 1 April 2013 (EDT), Joar Wandborg, [[User:Cwebber|Chris Webber]]


== Processing panel improvements ==
== Processing panel improvements ==
Line 77: Line 77:
Note: this one might require a lot of graphic design and discussion; anyone interested in it would have to work closely with people on IRC before submitting a real proposal.
Note: this one might require a lot of graphic design and discussion; anyone interested in it would have to work closely with people on IRC before submitting a real proposal.


'''Possible mentors:''' --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:03, 1 April 2013 (EDT), Joar Wandborg
'''Possible mentors:''' --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:03, 1 April 2013 (EDT), Joar Wandborg, [[User:Cwebber|Chris Webber]]


== Pluginifying media types ==
== Pluginifying media types ==
Line 85: Line 85:
Possible mentors: --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:02, 1 April 2013 (EDT), Joar Wandborg
Possible mentors: --[[User:Copiesofcopies|Copiesofcopies]] ([[User talk:Copiesofcopies|talk]]) 15:02, 1 April 2013 (EDT), Joar Wandborg


'''Possible mentors:''' Joar Wandborg
'''Possible mentors:''' Joar Wandborg, [[User:Cwebber|Chris Webber]]


== User upload account limits ==
== User upload account limits ==
Line 93: Line 93:
--[[User:Joar|Joar]] ([[User talk:Joar|talk]]) 07:41, 30 March 2013 (EDT) <code>mediagoblin.storage.StorageInterface</code> should probably implement a <code>get_size</code> method or similar.
--[[User:Joar|Joar]] ([[User talk:Joar|talk]]) 07:41, 30 March 2013 (EDT) <code>mediagoblin.storage.StorageInterface</code> should probably implement a <code>get_size</code> method or similar.


'''Possible mentors:''' Joar Wandborg
'''Possible mentors:''' Joar Wandborg, [[User:Cwebber|Chris Webber]]


== Search interface ==
== Search interface ==
Line 101: Line 101:
There's been some discussion of a search interface that would be federated, but for the scope of this, we don't need to worry about that. It would be enough to investigate a search engine that would allow for searching across the subjects/titles/descriptions of media.
There's been some discussion of a search interface that would be federated, but for the scope of this, we don't need to worry about that. It would be enough to investigate a search engine that would allow for searching across the subjects/titles/descriptions of media.


'''Possible mentors:''' Nathan Yergler, Aeva NTSC
'''Possible mentors:''' Nathan Yergler, Aeva NTSC, [[User:Cwebber|Chris Webber]]


== Media type reprocessing framework ==
== Media type reprocessing framework ==
Line 107: Line 107:
This one is tricky! Basically, allowing media to go back into processing... ie, resizing an image to a new size, re-transcoding video, etc.
This one is tricky! Basically, allowing media to go back into processing... ie, resizing an image to a new size, re-transcoding video, etc.


'''Possible mentors:''' Joar Wandborg
'''Possible mentors:''' Joar Wandborg, [[User:Cwebber|Chris Webber]]

Revision as of 18:58, 8 April 2013

We are participating in GSOC 2013 (if we're accepted, that is!)

We are also participating in Outreach Program for Women 2013... see that page for specific information about that program, but the projects suggested on this page are the same as those for OPW 2013 :)

To both students and mentors, please read up on the GSOC 2013 help page!

How do I apply as a student?

Well, we need to be accepted as a mentoring org first :)

But then:

  • Submit your application (details coming soon)
  • Join us on IRC and on our mailing lists.
  • Set up a development environment via our HackingHowto
  • If you have never done web development in python before, MediaGoblin is a pretty good place to start! However, we highly recommend going through the Django tutorial... this isn't a requirement, but it will help you be better prepared.

It's important that you communicate... most MediaGoblin communication happens on IRC, so you should join us there and discuss (#mediagoblin on irc.freenode.net)! Please, please join our channel and introduce yourself. We'd love to hear from you!

Possible projects

Here are a list of projects that students may wish to apply for for GSOC 2013:

Blogging system

We've had an increasing number of people ask if MediaGoblin would be a useful blogging system. The answer is that at present, it isn't: even though we support an ascii art media type, media types aren't really the right way to handle blogging since they don't really fit with the "gallery" style of editing things in MediaGoblin.

But people are interested in something that's more along the lines of Tumblr: a blogging platform with good media embedding integration. In many ways, MediaGoblin is perfect for this!

Some thoughts:

  • Blogs might go at /u/foo-user/b/ and individual blogposts at /u/foo-user/b/blogpost-slug/
  • Blogging should be a plugin
  • HTML with something like TinyMCE integration would be good. HTML would need to be cleaned on the backend.
  • Maybe other types would be allowed (markdown, restructured text) though I'm not sure how much more complex that makes cleaning HTML output.
  • What about commenting? Would we need a seaparate comments table?

Possible Mentor: spaetz

Document / presentation system

There's some work toward a document type in MediaGoblin, but to get a *really nice* document type, it might take some work.

  • Conversion from various documents to PDF via libreoffice on the backend
  • On-page reading with pdf.js
  • Preservation of original file, with ability to download
  • Other things???

Possible mentors: Spaetz, Nathan Yergler, Aeva NTSC

Pluggable user authentication & implementations

We'd like a pluggable user authentication module. Some people want to use things like LDAP. Some people would also like BrowserID integration.

With our new work toward pluginification it would be good to see the structure for user authentication to be interface'ified. It would also be good to have implementation for several types of logins such as BrowserID, LDAP, and central authentication system stuff.

Possible mentors: Nathan Yergler, Joar Wandborg, Chris Webber

Administrative interface / moderation tools

At present there isn't much as in terms of tooling to deal with things as an administrator. Several things would be greatly of help to admins at present:

  • Views to search for users and take actions upon them
  • Tools to deal with handling problematic content/users
  • More generalized panel for looking at things being processed
  • ???

Possible mentors: --Copiesofcopies (talk) 15:02, 1 April 2013 (EDT), Joar Wandborg, Chris Webber

Processing panel improvements

While media is being uploaded, there's not very good and clear indications of this, though we have some basics.

  • Show the number of entries that are currently in processing in the dropdown user panel at the top of mediagoblin instances
  • In media entries that are currently in progress, give clearer information about amount of work left? (Note, showing percentages might be hard)
  • Nicer looking demonstrations of what failed.

Note: this one might require a lot of graphic design and discussion; anyone interested in it would have to work closely with people on IRC before submitting a real proposal.

Possible mentors: --Copiesofcopies (talk) 15:03, 1 April 2013 (EDT), Joar Wandborg, Chris Webber

Pluginifying media types

Media types currently have their own way of being configured separately. It would be good to be able to make them into bona-fide plugins (if anything with some special case metadata). This will also allow media types to define things like special-case views, etc.

Possible mentors: --Copiesofcopies (talk) 15:02, 1 April 2013 (EDT), Joar Wandborg

Possible mentors: Joar Wandborg, Chris Webber

User upload account limits

It would be great to have the ability to set limits on the amount of stuff people can upload. This would involve both hooks to track the space of media as it's saved (maybe this should be fairly core?) as well as the ability to refuse an upload because a limit has been already hit. Tools to change limits would also be good, especially via an administrative interface and ./bin/gmg

--Joar (talk) 07:41, 30 March 2013 (EDT) mediagoblin.storage.StorageInterface should probably implement a get_size method or similar.

Possible mentors: Joar Wandborg, Chris Webber

Search interface

We don't have any sort of search for media whatsoever at present. Obviously people want this!

There's been some discussion of a search interface that would be federated, but for the scope of this, we don't need to worry about that. It would be enough to investigate a search engine that would allow for searching across the subjects/titles/descriptions of media.

Possible mentors: Nathan Yergler, Aeva NTSC, Chris Webber

Media type reprocessing framework

This one is tricky! Basically, allowing media to go back into processing... ie, resizing an image to a new size, re-transcoding video, etc.

Possible mentors: Joar Wandborg, Chris Webber