A directory of people for (government) agencies.
- Use Plone 4.3 or newer
extends = http://dist.plone.org/release/4.3/versions.cfg
- Add the module to your instance eggs
[instance] eggs += seantis.agencies
- Ensure that the i18n files are compiled by adding
[instance] ... environment-vars = ... zope_i18n_compile_mo_files true
- Install seantis.agencies under add-ons in the control panel
Called on a organization or on the site root.
Creates a PDF of the current organization and sub-organizations with portrait and memberships. Redirects to the file if it already exists. If called on the site root, a table of contents is included.
Use force (/pdf?force=1) to force the creation of the PDF.
Called on the site root.
Exports - scheduled at 0:30 am - 1) all organizations and sub-organizations with memberships to a PDF located at the root, 2) a PDF for each organization.
Use force (/pdfexport-agencies?force=1) to bypass the scheduler and to force the creation of the PDFs.
seantis.agencies is released under GPLv2