NAME

standard.pod - standards for BSE


SYNOPSIS

Standards for use in new BSE code (and for old code to be changed to use.)


DESCRIPTION

The current BSE code has grown over a long period, this means there's little consistency between code in both the structure of the code and in how it behaves.


CGI PARAMETERS

Current code uses a mix of m, message to accept displayed message text, and a mix of r, refreshto to accept refresh to URLs.


LIBRARIES

CGI/URL encoding/generation

Use the functions in BSE::Util::HTML instead of the functions from CGI.

Refreshing

Use either BSE::Template->get_refresh() or Util::refresh_to() (prefer the first.)


AUTHOR

Tony Cook <tony@develop-help.com>