[Zope] REStructuredText and Title

2005-08-07 Thread Justin Fletcher




I am adding ReStructuredText documents through the ZMI and I noticed that I am unable to set the 'Title' attribute. Am I missing something? When adding a document the 'ID' also shows up in the 'Title' section, and I can't find a way through the interface to change the 'Title'.

Perhaps there is a way to hack it in?

Any help, tips, or pointers would be appreciated.

Platform: (Zope 2.7.5-final, python 2.3.5, freebsd5)

Thanks,
-Justin


___
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] Adding a folder

2005-04-21 Thread Justin Fletcher
I am rather new to Zope, and am having a little trouble hunting through 
the documentation to find what I need.  Currently I am looking to write 
a script that when called will create a folder with a specified name.  
Eventually, of course, I will want to programatically add content to 
these folders, but for now just seeing the documentation on how to add 
the folders will be enough.

Thanks,
-Justin
___
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] Adding a folder

2005-04-21 Thread Justin Fletcher
Paul Winkler wrote:
On Thu, Apr 21, 2005 at 09:58:52AM -0500, Justin Fletcher wrote:
 

I am rather new to Zope, and am having a little trouble hunting through 
the documentation to find what I need. ?Currently I am looking to write 
a script that when called will create a folder with a specified name. ?
Eventually, of course, I will want to programatically add content to 
these folders, but for now just seeing the documentation on how to add 
the folders will be enough.
   

There are examples of this (and tons of other cool stuff)
on www.zopelabs.com
It's also in the online Zope Book 2.7:
http://www.plope.com/Books/2_7Edition/BasicScripting.stx#2-45
 

Thank you.  This is exactly what I was looking for.
Thanks again,
-Justin
___
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 )