It’s that time of year again when Google invites college and university students to work on open source projects, see Now Accepting Student Applications for Google Summer of Code 2007 for how to apply etc…

WordPress (the CMS used for this site) is participating in Google’s Summer of Code and until the 24th March are open to ideas from users etc… for project ideas.

Will be interesting to see what they come up with.

What I’d like to see is-

1. The image/link bug fixed. When you post an image as a link WordPress forgets to add the closing link tag (/a). At least not fixed in WordPress 2.0.4 (can’t use latest version, need to update the server to run it).

2. The ability to split up large posts into multiple pages without the need for using the nextpage tag and so WordPress splits the post into multiple database entries. To expand on this I was working on a project to use public domain books within WordPress, post an entire book and have it automatically split the book into multiple pages. Got it working except the automated bit (had to create a PHP script that added the nextpage tag every X characters) and then realised though WordPress will break the book into pages (as wanted) it did so by pulling the entire book from the database for every page!! This meant if you had a 1MB book rather than page one being 5KB or something download from the database it was the entire 1MB, same for page 2 (entire 1MB), page 3 (entire 1MB) etc… so had to abandon the project using WordPress because of this. A shame as WordPress is so easy to work with.

If I think of anything else will post here :-)

Popularity: 62%