On Fri, 4 Aug 2000 Robert_J_Roberts@rl.gov wrote: > I'll re-ask the question: > > > How do I get the README tab to appear in a product? In the Squishdot Product I discovered this: Readme = Document('', __name__='') Readme.__roles__ = None This one seems to add a README tab. If you have a README.txt file in your Products directory it displays it.