Skip to content

intk/collective.jobposting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A behavior that includes extra fields to describe a job opening in a certain organization.

Features

Fields used for the schema

  • datePosted (uses default Plone publication date)
  • validThrough (uses default Plone expiration date)
  • title (uses default title)
  • description (uses default description)
  • employmentType (extra field included via the behavior)
  • hiringOrganization (extra field included via the bihavior)
  • jobLocation (extra field included via the bihavior)

General fields

  • hiringOrganization (can be overriden per job posting if necessary)
  • jobLocation (can be overriden per job posting if necessary)

Installation

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: Add collective.jobposting to the list of eggs to install, e.g.:

[buildout]
        …
        eggs =
                …
                collective.jobposting

Todo's

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages