<?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>slc.linkcollection</name>
<shortdesc>A viewlet displaying links to subdocuments and quickly loading their content via jquery</shortdesc>
<description>.. contents::

.. Note!
   -----
   
   - code repository
   - bug tracker
   - questions/comments feedback mail


- Code repository: http://svn.plone.org/svn/collective/slc.linkcollection
- Questions and comments to info (at) syslab (dot) com
- Report bugs at http://plone.org/products/slc.linkcollection




Change history
**************

osha.linkcollection Changelog
=============================

osha.linkcollection 1.2.1 (2009-07-03)
--------------------------------------

- Fixed problem where LC references a non existing doc but still appends it to the list (pilz)

osha.linkcollection 1.2 (2009-06-19)
------------------------------------

- test fixes (gerken)

osha.linkcollection 1.1 (2009-05-12)
------------------------------------

- Packaged egg (pilz)

osha.linkcollection 1.0 (2008-03-31)
------------------------------------

- Initial port

Detailed Documentation
**********************

Link Collection Viewlet
=======================

This package provides a little viewlet which displays links to other documents. 
If you click the links, the body of the referenced document is loaded into the 
current page using kss. By default the viewlet is placed between description 
and body text of a document. It shows only if the current context does 
reference some other documents. 

    &gt;&gt;&gt; self.loginAsPortalOwner()
    &gt;&gt;&gt; doc = self.portal.invokeFactory('Document', 'maindoc')
    &gt;&gt;&gt; maindoc = self.portal.maindoc
    

While logged in with Modify portal contents permissions, you will see a small 
edit icon where you can manage the references. They will be stored using 
annotations on the current context.

    &gt;&gt;&gt; from slc.linkcollection.interfaces import ILinkList
    &gt;&gt;&gt; ILinkList(maindoc).urls
    []
Contributors
************

- Patrick Gerken (Syslab.com GmbH)
- Jan Carel Brand (Syslab.com GmbH)
- Alexander Pilz (Syslab.com GmbH)</description>
<homepage rdf:resource="http://svn.plone.org/svn/plone/plone.example" />
<maintainer><foaf:Person><foaf:name>Syslab.com GmbH</foaf:name>
<foaf:mbox_sha1sum>4a839d1bb8df4e7cd60713f00b3a56c654d6a6e2</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.2.1</revision></Version></release>
</Project></rdf:RDF>