CMFContentPanels 1.9 (Jun 07, 2005)

Viewlet is more configurable in this version. A new RSS viewlet can show RSS content quite easily.

For additional information about this project, please visit the overview page .

Available downloads

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1, Plone 2.0.5
State Final release
License GPL

Most viewlets are configurable in this version:

  • RSS viewlet. Given the address of RSS URL and the number to list, you can add show RSS content in contentpanels. RSS result are cached by RSSCache. Note: You should must install feedparser(http://feedparser.org) to use this feature.
  • Simple text viewlet. Add any HTML text to contentpanels easily. You can add simple text without creating another content.
  • new viewlet for MPoll
  • you can set the number to list in folder_rencent and topic_list viewlet

how to make viewlet configuable

  1. viewlet configuration form fields can be define in a macro with name

    (your_viewlet_macroname)_viewletconf
    

    for example, viewlets_folder_recent.pt has 2 macros: base_portlet and base_portlet_viewletconf

  2. the form fields will be showed and saved automatically

  3. your viewlet can use the form variables in a dict named 'viewletOptions', for example viewletOptions['itemCount']

Change log

- Added 'RSS' viewlet. RSS results are cached by RSSCache.
[panjunyong]

- added 'Simple text' viewlet, you can add some text to the contentpanels directly
[panjunyong]

- added noalign option
[fschulze]

- use None for empty attribute values, so the attributes can vanish in the
resulting html code
[fschulze]

- new spanish traslation, thanks to Gaspar Quiles <quiles_gas@gva.es>

- add viewlet for mpoll
[panjunyong]

- you can set the number to list in folder_rencent and topic_list viewlet
[panjunyong]

- make viewlet configurable
[panjunyong]