<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>collective.portlet.explore</name>
<shortdesc>A navigation portlet</shortdesc>
<description>Introduction
============

This package implements the *Explore* portlet for Plone 3: a navigation
menu which supports expand/collapse. 

This portlet uses jQuery live events, which were added in jQuery 1.3. If you
use an older version of jQuery this portlet will not work.

Plone versions up to 3.3rc2 include jQuery 1.2, so if you use those you will
need to manually update the `jquery.js` file shipped with Plone. Plone 3.3rc3
and later already include jQuery 1.3.



Changelog
=========

1.0rc3 - July 3, 2009
---------------------

- Rewrite to use pure jQuery instead of KSS. This reduces page load time
  by multiple seconds for non-trivial navigation trees on older browsers.
  [dannyb, andreh, wichert]


1.0rc2 - March 16, 2009
-----------------------

- Add HTTPCache statement for twistie images.
  [wichert]

- Update navigation tree for PLIP 126 merge.
  [wichert]


1.0rc1 - April 24, 2008
-----------------------

- Explicitly disable event bubbling for twistie clicks. This is not an issue
  for the standard markup, but makes things easier for customizations which
  put the twistie inside an anchor.
  [wichert]

- Correctly set the CSS class for the twistie for already opened folders
  to expandedNode.
  [wichert]

- Rename local kss module to browser to prevent conflicts with top level
  kss.
  [wichert]


1.0b1 - March 6, 2008
---------------------

- First release
  [fschulze, wichert]</description>
<homepage rdf:resource="http://www.jarn.com" />
<maintainer><foaf:Person><foaf:name>Jarn</foaf:name>
<foaf:mbox_sha1sum>7a7fecc394759b12e477801b9a3b3df2747d421c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0rc3</revision></Version></release>
</Project></rdf:RDF>