view roundup/templates/README.txt @ 262:ab921dc53ccd

Added nicer command-line item adding: passing no arguments will enter an interactive more which asks for each property in turn. While I was at it, I fixed an implementation problem WRT the spec - I wasn't raising a ValueError if the key property was missing from a create(). Also added a protected=boolean argument to getprops() so we can list only the mutable properties (defaults to yes, which lists the immutables).
author Richard Jones <richard@users.sourceforge.net>
date Thu, 04 Oct 2001 02:12:42 +0000
parents 6ff85bc2dd56
children
line wrap: on
line source

This directory contains "templates" for installations of roundup. 

Choose a template that matches your needs most closely, then run
roundup-admin init <templatename>, then customise the new instance's 
templates.

The currently available templates are:

  classic  -- The schema is as described in the Roundup spec.

  extended -- The classic schema with some extra fields useful for support
              calls: product identification, customer name, source of call,
              log of time spent on call.


Roundup Issue Tracker: http://roundup-tracker.org/