Skip to main content

Displays all specified Plone content in one printable page.

Project description

Introduction

Every now and then users ask if they could somehow get a view which displays all the documents from certain folder structure at one page Collective.printview is an answer to this request.

Collective.printview brings you @@printview view that you can call from every folderish object in Plone. This view is drop dead simple having only one task - dig deep through folder structure and search for content based on settings specified on collective.printview controlpanel. In controlpanel you can define which folderish content types collective.printview can use while it tries to dig deeper in folder structure. You can also define content types which are used for getting the actual content. Finally you can chooce workflow states which will be made available for this search for content.

For each object we’re going to pull content from, collective.printview expects to find these three mehtods:

  1. Title()

  2. Description()

  3. getText() OR text.raw

After @@printview has crawled through all the specified folders it returns plain page containing title, description and body text from all the objects it encountered. The resulting page contains some javascript magic which creates footnotes after each links and moves the actual links to page footer.

Usage

@@printview view can be used from folderish contents actions menu (where you can find cut,copy,paste,rename and delete actions as well). You can also manually type @@printview after the url.

Warning!

Usually we can get objects title and description from the catalog. This addon would be pointless if we couldn’t also get the actual bodytext. This is why collective.printview doesn’t play with portal_catalog and instead of that goes bravely with full objects. This is something that can have serious impact on your sites performance - especially if there are lot’s of folders and content objects under the context you’re using the @@printview. @@printview uses memoize to cache results based on a key created from printview settings and timestamp of a latest modification in the search context. This won’t save you on a first run though - you can’t say I didn’t warn you :)

Changelog

1.0 (2011-08-21)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.printview-1.0.zip (21.6 kB view details)

Uploaded Source

File details

Details for the file collective.printview-1.0.zip.

File metadata

File hashes

Hashes for collective.printview-1.0.zip
Algorithm Hash digest
SHA256 c9e756e1826c26b5693cd29ea274f139be8151399da41a4682bd3d1183d1d2c7
MD5 4191d85737ba36cff81672faa9cac1ab
BLAKE2b-256 5a47b33cc4402d164d738518532a4bdfe4ae34b0e8d57b8bfeeeb6c4ababa304

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page