Skip to content

tschanzt/seantis.dir.contacts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

seantis.dir.contacts allows to keep a directory of contacts for display on a Plone site.

seantis.dir.contacts builds on seantis.dir.base, adding contact person types and fields to build a catalog of personell.

Build Status

https://secure.travis-ci.org/seantis/seantis.dir.contacts.png

Latest PyPI Release

Latest PyPI version

Installation

  1. Add dexterity to Plone by adding the following Known Good Set to your buildout.cfg:

    extends =
        ...
        http://dist.plone.org/release/4.2/versions.cfg
    
  2. Add the module to your instance eggs:

    [instance]
    ...
    eggs =
        ...
        seantis.dir.contacts
    
  3. Ensure that the i18n files are compiled by adding:

    [instance]
      ...
      environment-vars =
        ...
        zope_i18n_compile_mo_files true
    
  4. Install dexterity and seantis.dir.contacts using portal_quickinstaller

Links

License

seantis.dir.contacts is released under GPL v2

Maintainer

seantis.dir.contacts is maintained by Seantis GmbH (www.seantis.ch)

About

Contacts directory for seantis.dir.base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Shell 9.8%