This are really basic questions I suppose. Any help would be
appreciated.
1. I'm trying to customize the front page (index.adp/tcl). If I want
to add an <include src="test.adp"> to default-master pointing to an
adp file, I get request errors when I try to do this. Am I supposed
to register new adp/tcl files somewhere? I've been searching the docs
and can't find any info.
2. Are there any common/accepted procedures in modifying/customizing
packages. Right now I actually go into the code and make change from
there. Should I be creating copies of the modules and modifying
those? using cvs? any tips?
3. When I do make customizations to existing packages, what do I have
to look out for? I mean in terms of letting the system know of my
changes, additions, etc.
So far I've been making changes by just editing the adp pages or
making some minor changes to tcl code. Unfortunately I've been unable
to avoid having to make additional changes like creating new user
pages. I just wanted to know how most people go about this and if
there are any programming practices I should incorporate.
Thanks.