I like programming in Python. I like learning about it, I like using it, and so I wish to share it.

Tuesday, April 22, 2008

More plone resources

More interesting plone resources at:
http://www.combsnet.com/about-plone/volunteer-database

The page discuss quite a few things including:

  • How do you make the ArgoUML files launch the editor when you double-click them?
  • How do you know all the legal tag values and widget types? How do you make them appear as pop-up values within ArgoUML so you don't have to type them?
  • How do you make your new type work with smart folders?
  • How do you create custom views?
  • How do you CSV import your data, geocode it, and display it in a Google map? (Okay, maybe you didn't have that question, but you'd be surprized at how easy it is in Plone.)
There is also another interesting resource at:
http://www.jazkarta.com/technology/plone-technology/plonebook/ch13.rst

where there is a very comprehensive reference in developing the archetype.

There is also:
http://wiki.zope.org/ZPT/TALSpecification14

where you can look up a bit on the templating of plone content types.

For some tutorials on templating plone 3 you can look at:
http://plone.org/documentation/tutorial/customizing-main-template-viewlets
and also
http://plone.org/documentation/how-to/override-the-portlets-in-plone-3.0

0 comments: