Re: [Zope] Creating an application using zope and plone

2005-08-12 Thread Dieter Maurer
Saura Ramachandran wrote at 2005-8-12 20:26 +0530:
> ...
>Please tell me where to find good
>documentation to get started. And also some pointers to similar
>example solutions.

You read:

  *  the Zope Book (2.7 edition, online)

  *  the Zope developper guide

  *  one of the Plone books

  *  browse the HowTo section on "plone.org".

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Creating an application using zope and plone

2005-08-12 Thread Dave Kuhlman
On Fri, Aug 12, 2005 at 08:26:35PM +0530, Saura Ramachandran wrote:
> Hi all,
>  I am very new to zope and plone. Now I have to make a blogging kind
> of site with user management based on roles. I want to have different
> classes for different type of users. Please tell me where to find good
> documentation to get started. And also some pointers to similar
> example solutions.
> Regards,
>  Saura.

CPS, which also runs on top of Zope, comes with a Blog product (at
least version CPS-3.3.4-2 does).  See:

http://www.cps-project.org

There is also a Blog-type product for Plone at the Plone collective:

http://sourceforge.net/projects/collective

(you will have to search down the page a ways.)

Dave



-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Creating an application using zope and plone

2005-08-12 Thread Dave Hall
On Fri, Aug 12, 2005 at 08:26:35PM +0530, Saura Ramachandran wrote:
> Hi all,
>  I am very new to zope and plone. Now I have to make a blogging kind
> of site with user management based on roles. I want to have different
> classes for different type of users. Please tell me where to find good
> documentation to get started. And also some pointers to similar
> example solutions.

Well, I'd start by taking a look a the available "products" section on 
zope.org to see if there is something available that already does what 
you need.  Roles are built in to Zope and there are probably a couple of 
blogging "products".

As far as references, I'd start with the Zope Bible then the Zope Book.  
>From there, the Definitive Guide to Plone is really good (it helps to 
understand how Zope works first).  It will also be helpful to know a bit of 
Python, Learning Python from O'Reilly is a good book to get you started.  

If you haven't worked with paradigms like Zope or JSPs or ASP.Net, that's
the hardest part of learning it.  With Zope, everything gets pretty easy 
after that. 

-- 

Dave

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Creating an application using zope and plone

2005-08-12 Thread Saura Ramachandran
Hi all,
 I am very new to zope and plone. Now I have to make a blogging kind
of site with user management based on roles. I want to have different
classes for different type of users. Please tell me where to find good
documentation to get started. And also some pointers to similar
example solutions.
Regards,
 Saura.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )