Upgraded To Pebble 2.0.0-M1
It's pretty painless.
I have upgraded my weblog software to Pebble version 2.0.0-M1.
I followed Simon Brown's blog entry to the letter. And the upgrade took less than two minutes. (This includes the time to open pebble.jar in Emacs to figure out the new package names for the various listeners.)
Great job Simon.
The biggest change, aside from the new theme, is that article titles are no longer hyperlinks. To view a single article, you have to click on the "#" sign near the end of the post.
Let me know of any problems you may encounter with reading this blog.
My tasks for the next few days:
- Bring back Google AdSense
- Re-integrate Glen Smith’s Maths Captcha patch for Pebble 1.9
- Bring back my blogroll (Are blogrolls still hip?)
Re: Upgraded To Pebble 2.0.0-M1
I tried to add the Captcha on to M1 but since the jsp seems to be scriptless pages now (I'm not a JSP expert), the patch is not that easy to add. I tried to use the random taglib from jakarta, but ran into other problems. The code part is easier, however, but, since the code structure changed also, the patch has to be added now into net.sourceforge.pebble.web.action.SaveCommentAction
Let me know if you have more success.