[Zope-Checkins] CVS: Zope2  - index.stx:1.1.2.1 Help.stx:NONE
   
    Michel Pelletier
     
    michel@digicool.com
       
    Thu, 17 May 2001 21:29:44 -0400 (EDT)
    
    
  
Update of /cvs-repository/Zope2/lib/python/HelpSys/help
In directory korak.digicool.com:/tmp/cvs-serv17654
Added Files:
      Tag: APIDocs-branch
	index.stx 
Removed Files:
      Tag: APIDocs-branch
	Help.stx 
Log Message:
rename
--- Added File index.stx in package Zope2 ---
Getting Started with the Zope Help System
  Zope provides an online, searchable, context sensitive help system
  through the standard web managment interface.
  The help system has a very simple URL in your Zope.  Just go to URL
  <a href="/HelpSys">/HelpSys</a> in your Zope site and you will be in
  the help system.  You can link to your help system with the
  following HTML code::
    <a href="/HelpSys">The Help System</a>
  The help system's main page shows help for installed products and
  framework components.  Products provide help for Zope's web based
  managment interface.  Frameworks provide documentation for
  low-level Python programming in Zope.
--- Removed file Help.stx from package Zope2 --