In Hotaru 0.8.2, everything revolved around the Submit plugin because it did all the page handling and provided plugin hooks for other plugins to hook into. In the latest version, I've split Submit into SB_Base for page handling and SB_Submit for the 3-step submission process. Since Submit was the core of the social bookmarking suite, it's taking quite a while to rework it into something a little more logical and less frightening for plugin developers. Today, I managed to complete most ...