>> So, basically my first step is to just set up
a blog.
>> Once that is done, the next things I would need are:
>> 1. Disabling comments, so that only the original posts are allowed.
>> 2. Styling the page.
>>
>> So, any help on how to do this would be really appreciated.
>>
>> --
>> Cheers,
>> Andrés
>>
>>
There is a package Pier-Jetsam-Environment whose purpose is to place
all
of the setup and configuration for an instance of pier under the control
of the root frame component that you choose in /seaside/config, or that
you embed in your seaside application. This configuration includes...
css, javascript libraries (e.g NiftyCorners, Scriptaculous etc), default
environment, initialization of custom environments, the forbidden
request page, the "settings" parameters for pages etc.
It is a bit experimental, but works for me so it is current code.
There is a frame component which provides the traditional admin
interface complete with tree view, and there is a frame component which
supports the Content with style css framework. see:
http://www.contentwithstyle.co.uk/Articles/17/ and there is a standard
frame component which supports blueprint css.
The simplest way to set up a basic pier site is to have two
applications, one for users and an authenticated one for admins.
best regards
Keith