1.0.1 adds a port of Michael Heilemann's Kubrick template, together with a new plugin (AdminOptions) and a few improvements by Jerome. This release also adds a new 'category_separator' config option, but if you are upgrading you do not need to worry about adding it to your config.php, as the new code merges your options with a set of defaults to save potential errors.
You can download 1.0.1 from the project filelist, or read its ChangeLog. In the next few days we are going to merge our development branches to the trunk, and release the first 1.1.0 unstable release with lots of new features. We will also post a daily summary from our Basecamp project site to keep you informed of what's going on behind the scenes.
Couldn’t you consider this as getting a jump on the next release? :D
Hi, great improvement on wordpress. I’m playing around with the upgrade process right now. I was just wondering, is there an easy way to also display the “pages” created in wordpress? I was able to bring up all my posts, archives and categories, but one of my custom pages (www.getintothis.com/blog/mywork/) did not convert over. Thanks.
Ramin, “pages” use the “static” prefix: eg with a default configuration they have a url like http://your.blog.url/static/page-name
There’s no way to list them dynamically but it’s pretty easy to do. If you need it just give us a shout and we will write a plugin for 1.0.2 which will be out very soon.
Ramin,
You can add it to the .htaccess file if you’re comfortable with mod_rewrite rules. Try adding this line to the end of the rewrite rules:
RewriteRule ^(mywork)/?$ index.php?s=$1 [QSA,L]Otherwise I’ve got some code that lets LightPress use the .htaccess generated by WordPress. I’m going to check it in for 1.0.2 in the next few hours. If you need it urgently, just let me know.
No rush and thank you for getting back to me. The rewrite rule worked beautifully:
http://www.getintothis.com/lightpress/mywork
Now, I feel more comfertable switching over to LP. I just gotta figure out how to display some of my sidebar items (links, del.icio.us, and my jack handy quotes!)
I must say, your templates are a lot cleaner and easier to work with than the regular wp ones. I hope the WP authors take notice of this and you guys can work on wp 2.0 together. great job!
Ramin, I have just added to CVS a del.icio.us plugin. I will send it to you by email too. What else do you need to port your blog? :)