Configuration 4 GNU (CFG)
|
|
CFG Extending HOWTO
| Recent Revision History Revision 0.3 | 15 Apr 2003 | jal |
Added initial Entities section, which talks about class definition
files.
| Revision 0.2 | 10 Mar 2003 | jmy |
Many updates between 0.1 and this version to cover changes
which were made to the parser backend.
|
| Introduction | |
---|
The purpose of this document is to explain in detail how the CFG
system can be extended to configure new things
without having to modify existing CFG code.
Our modular architecture lets you do practically anything you need
to do while at the same time performing common or complicated
tasks for you by either extending an existing configuration entity
or by using our libraries.
If you want to comment on this document, please do so via the
mailing list. If you have a large change you'd like to suggest we
make (or we've said we liked your comments and asked you to submit
changes to this document), you can send a patch of the
source of this document to the mailing list. The DocBook XML
source is available via CVS as
/website/docs/extending/extending.xml.
| |
|
|