NAME

Meta::Lang::Docb::Params - supply parameters about DocBook usage.

COPYRIGHT

Copyright (C) 2001 Mark Veltzer; All rights reserved.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

DETAILS

MANIFEST: Params.pm PROJECT: meta

SYNOPSIS

package foo; use Meta::Lang::Docb::Params qw(); my($object)=Meta::Lang::Docb::Params-new();> my($result)=$object-method();>

DESCRIPTION

This module will supply you with parameters regarding DocBook issues. currently supported are: 0. encoding. 1. public id. 2. filename.

EXPORTS

get_encoding() get_public() get_system() get_comment() get_extra()

FUNCTION DOCUMENTATION

get_encoding()

This will supply you with the default encoding that we use.

get_public()

This method will give you the public id of the document dtd we are using.

get_system()

This method will give you the file name of the document dtd we are using.

get_comment()

This method will give you a standard comment to put on all docbook files.

get_extra()

This method will give you the extra path where to look for SGML data.

BUGS

None.

AUTHOR

Mark Veltzer <mark2776@yahoo.com>

HISTORY

start of revision info 1 Sun Feb 4 10:05:44 2001 MV get graph stuff going 2 Mon Feb 5 03:21:02 2001 MV more perl quality 3 Tue Feb 6 07:02:13 2001 MV more perl code quality 4 Tue Feb 6 22:19:51 2001 MV revision change 5 Thu Feb 8 07:46:51 2001 MV cook updates 6 Sun Feb 11 04:08:15 2001 MV languages.pl test online end of revision info

SEE ALSO

Nothing.

TODO

-read all the stuff here from some xml configuration file.