Difference between revisions of "GSoC Brainstorming"

From GeeklogWiki
Jump to: navigation, search
(idea: make translations easier)
(language tweaks and clarifications)
Line 1: Line 1:
 
== New Ideas ==
 
== New Ideas ==
  
These are new and not fully fleshed-out ideas for the [[Google Summer of Code]]. Please note that these ideas are not directly eligible for GSoC as they are. They can be used as the starting point for a proper proposal, though, or for your inspiration if you'd like to submit a project idea of your own.
+
'''Please note:''' These are new and not fully fleshed-out project ideas for the [[Google Summer of Code]]. We think that these would be useful additions to Geeklog, so we are interested in project proposals based on these ideas. In the state that they are outlined here, though, they would require more work to turn them into a proper proposal. You can use them for inspiration for a project proposal of your own.
 +
 
  
 
=== Multi-Site Setup ===
 
=== Multi-Site Setup ===

Revision as of 09:24, 29 March 2013

New Ideas

Please note: These are new and not fully fleshed-out project ideas for the Google Summer of Code. We think that these would be useful additions to Geeklog, so we are interested in project proposals based on these ideas. In the state that they are outlined here, though, they would require more work to turn them into a proper proposal. You can use them for inspiration for a project proposal of your own.


Multi-Site Setup

Out-of-the-box support to run several websites off of one codebase. There's a hack for that, but it's a pain for upgrades and has unresolved issues with shared resources like files (favicon, XML sitemap, ...) and resources (images in articles, user photos, ...).

Staging Support

When making significant changes to a site, you don't want to do those on your "live" site, possibly disrupting its service. So you would set up a second site with pretty much the same setup as the original and make the changes there first.

How could Geeklog (possibly the install script?) support such a setup? E.g. syncing changes back and forth.

Migration

Migration from/to other systems is always a hot topic. How could we make that easier? We don't want to lock in users into Geeklog, so both import and export should be supported.

Things like the mtimport format and CMIS come to mind.

Make Translations easier

Geeklog has been translated in over 30 languages, but many of those translations haven't been updated in a while. The current way is just too awkward, error prone, and not very intuitive (since you can't see the context in which a text string is used). Surely there must be a better way? One that makes it easier for translators, who may also not be too familiar with PHP syntax.

Alternative WYSIWYG Editor

Integrate Aloha Editor, replacing FCKeditor/CKEditor as the "advanced" (WYSIWYG) editor in Geeklog.

As discussed, this is probably not enough work to keep a student busy for 3 months. For a proper GSoC project, this would need to be expanded upon.

Semantic Web

Go Semantic Web. This is a somewhat vague idea: Use available building blocks such as Apache Stanbol (see Report from the IKS Workshop in Amsterdam) and the Aloha editor (see Semantic Editor) to add semantic information to articles.

Possible uses: SEO, better linking between articles (also see What's Related).

A student working on this project should have a better idea of what "semantic web" is than the author of these sentences ...

Mass-E-Mail Support

Implement an E-Mail Subsystem: Geeklog sometimes has to send out a lot of emails. Instead of sending them all at once (and running into timeouts), we could queue them and send them out in batches. This queue should allow for other job types as well.

Admin Toolbox

A collection of mini-plugins for admin tasks (e.g. reset stats, change a default setting for all users, etc.). Should have super easy install, e.g. just drop (upload?) a file in a predefined directory.

Multi-User Blogs

Geeklog can handle blogs of several users. Actually, if you give one topic to a user then it is almost unlimited. There are a few existing discussions on the forum and also feature requests concerning the improvement of user blogs. E.g. read only topics, using GL for a large site with many users. Basically it is a native function of GL but it need some improvement.

Read-Only Mode

Switching a site to Read-only mode: Sometimes, it's time to close a site. You could take it offline entirely, but that would remove (possibly still useful) content from the web. Instead, it would be nice to have an option that disables all options to log in, sign up, add or edit content, etc.

Undo

Implement an Undo Function: Currently, as soon as you click on "save" for an object (story, block, user, ...) the old value or status of the object is gone and overwritten with whatever you changed last. It would be nice to have the ability to go back to a previous version when needed.

This could possibly be expanded to a full-fledged revision control or something like the history function of MediaWiki.

There are already some hooks in place to help implement this, see PLG_itemSaved, although they are not yet implemented everywhere.

Articles Plugin

Articles (also called stories) are built into Geeklog. There's no good reason for this, other than that it has always been like that. The idea here is to move all article support to a plugin. In addition to it being more consistent, Geeklog would also become more modular and you could disable articles in order to use Geeklog only as a web framework.

A big concern with this idea is backward compatibility due to the necessary change of the URLs of all the articles on a site. This would need to be addressed in a way such that it also works for sites that can not use URL rewriting.

Note that this idea is not new and even somewhat controversial. It may also not as easy to implement as it may sound at first.


Leftover Ideas

This is a list of other ideas for projects for the Google Summer of Code that have been tossed around in previous years but did not seem so important at this point in time.

If you plan to apply for one of these projects you should provide a good use case. Otherwise, these ideas could serve as a starting point for your own project idea.