Installing SimpleBlog Requirements: * Plone 2.0.1 or higher * Archetypes 1.2.5-rc4 Install: * Copy the entire SimpleBlog folder to your zope Products folder and restart Zope * Use QuickInstaller to install SimleBlog into your Plone site. Important: if you use Plone version prior to 2.0.1 you will most definitely get the following zope error: Error Type AttributeError Error Value LazyCat instance has no attribute '_seq' So, when you get this you don't have the proper version. During the installation, SimpleBlog creates a workflow that is attached to the BlogEntry portal type. This workflow is very simple and has two states: 'draft' and 'published'. Of course you can create your own workflow but this one is made for your convenience. Also, a simpleblog_tool is installed in the portal which gives you a few parameters that you can adjust for SimpleBlog. If you run Plone 2.0 then you can control these parameters from inside Plone. Go to plone setup as admin and there you'll see a control panel for SimpleBlog. The readme.txt will tell you more about what you can configure for SimpleBlog. When the installation is finished, you should check the permissions in ZMI for your portal. There will be two permissions added: 'SimpleBlog: Add Blog' and 'SimpleBlog: Add Blogentry'. You most certainly will have to assign roles, otherwise no one will be able to add Blogs but the Manager. That's about all. Don't forget to read the readme!