[Revisionmanager-devel] CMFRevisionManager INSTALL.txt,NONE,1.1 README.txt,1.1.1.1,1.2
Brought to you by:
philikon
|
From: panjunyong <pan...@us...> - 2004-09-08 10:35:59
|
Update of /cvsroot/revisionmanager/CMFRevisionManager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25394 Modified Files: README.txt Added Files: INSTALL.txt Log Message: update doc --- NEW FILE: INSTALL.txt --- Installing CMFRevisionManager 1. Requirements - Zope 2.6 or later - Archetypes - CMF 1.4 or later - CMFFormController - RevisionManager cvs version: sf.net/projects/revisionmanager - RevisionObject cvs version: sf.net/projects/revisionmanager - ZopeTree: http://zope.org/Members/philikon/ZopeTree Note: CMFRevisionManager requires the CVS version of RevisionManager and Revision Objects and they are includeded in the tarball. 2. put the related products into the Zope Products directory, and restart zope 3. install RevisionContents via quickinstaller Index: README.txt =================================================================== RCS file: /cvsroot/revisionmanager/CMFRevisionManager/README.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.txt 8 Sep 2004 10:15:21 -0000 1.1.1.1 --- README.txt 8 Sep 2004 10:35:44 -0000 1.2 *************** *** 20,28 **** Install ! - CMFRevisionManager requires the CVS version of RevisionManager and RevisionObjects. All these packages are includeded in the tarball. ! ! - put the related products into the Zope Products directory, and restart zope ! ! - install RevisionContents via quickinstaller Usage --- 20,24 ---- Install ! see INSTALL.txt Usage *************** *** 30,34 **** - add a RevisionManager content throw CMF/Plone. ! - configure the RevisionManager Author --- 26,39 ---- - add a RevisionManager content throw CMF/Plone. ! - configure the RevisionManager ! ! * configure the server and client as what RevisionManager does ! ! * set versioning enabled portal types ! ! - map cvs files to CMF contents, or, ! ! - you will find you versioning enabled content have a new 'versioning' tab. ! You can do all versioning operations there. Author *************** *** 36,37 **** --- 41,45 ---- Pan Junyong, http://www.zopechina.com, panjy AT zopechina.com + Credit + + philikon's powerfull RevisionManager |