hola,

On 07/23/2010 07:25 PM, Diego Purpo wrote:
> Buonasera a tutti.
> 
> Qualcuno potrebbe cortesemente indicarmi un tutorial che mi consenta di
> comprendere come implementare le portlet e come inserirle nel mio tema?
> Una cosa tipo Plone Portlets for Dummy!
> 
> Grazie a tutti


in un pacchetto esistente:

path/to/my/package$ /path/to/bin/paster addcontent -l
Available templates:
    atschema:     A handy AT schema builder
    contenttype:  A content type skeleton
    form:         A form skeleton
    formfield:    Schema field for a form
    i18nlocale:   An i18n locale directory structure
    portlet:      A Plone 3 portlet
    view:         A browser view skeleton
    zcmlmeta:     A ZCML meta directive skeleton

paster addcontent portlet


per un pacchetto a sè:

/path/to/bin/paster create --list-templates
Available templates:
  archetype:          A Plone project that uses Archetypes content types
  basic_namespace:    A basic Python project with a namespace package
  basic_package:      A basic setuptools-enabled package
  basic_zope:         A Zope project
  kss_plugin:         A project for a KSS plugin
  nested_namespace:   A basic Python project with a nested namespace (2
dots in name)
  paste_deploy:       A web application deployed through paste.deploy
  plone:              A project for Plone products
  plone2.5_buildout:  A buildout for Plone 2.5 projects
  plone2.5_theme:     A theme for Plone 2.5
  plone2_theme:       A theme for Plone 2.1
  plone3_buildout:    A buildout for Plone 3 installation
  plone3_portlet:     A Plone 3 portlet
  plone3_theme:       A theme for Plone 3
  plone_app:          A project for Plone products with a nested
namespace (2 dots in name)
  plone_hosting:      Plone hosting: buildout with ZEO and Plone
versions below 3.2
  plone_pas:          A project for a Plone PAS plugin
  recipe:             A recipe project for zc.buildout
  silva_buildout:     A buildout for Silva projects

paster create -t plone3_portlet


per how-tos: http://lmgtfy.com/?q=plone+portlet ;)

_______________________________________________
Plone-IT mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/plone-it
http://www.nabble.com/Plone---Italy-f21728.html

Rispondere a