“If you want to make money in the open-source world then you need to think of the code you give away for free, and the community interaction you make as an on-going job interview.”
Author: westi
Documentation links
During a discussion on #wordpress-dev this evening I came up with the following oneliner for generating links to phpdocumenter output based on function name to support a php.net like lookup solutions:
curl "http://phpdoc.wordpress.org/trunk/li_WordPress.html" | grep "wp_list_pages" | sed "s/^.*'\(.*\)'.*'.*'.*$/http:\/\/phpdoc.wordpress.org\/trunk\/\1/"
It needs some optimisation though. It’s too long to tweet!
WordPress Milestones
Today WordPress reached a couple of milestones. Firstly Ryan committed the 10000th changeset and secondly we published WordPress 2.7 RC1. Now is an excellent time to download WordPress 2.7 and take if for a spin.
WordPress 2.6.5
WordPress 2.6.5 has been released – get it while it’s hot!