Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 624 Bytes

README.rdoc

File metadata and controls

26 lines (15 loc) · 624 Bytes

DESCRIPTION:

Installs PrinceXML.

Prince is software for converting XML and HTML documents into PDF files by applying Cascading Style Sheets. ( www.princexml.com/ )

REQUIREMENTS:

ATTRIBUTES:

USAGE:

Pay license fee, avoiding watermark.

Retrieves the package from the PrinceXML web site and installs.

# Install files/default/license.dat from cookbook foo as the license.
node[:prince][:license_cookbook] = "foo"

include_recipe "prince"

CREDITS:

Forked from the Chef community wiki ( community.opscode.com/cookbooks/prince ) by Marcel Cary ( community.opscode.com/users/marcel )