lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial index.xml,1.2,1.3
Christian Egli <[email protected]> Tue, 20 May 2003 17:20:38 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial
In directory erbium:/tmp/cvs-serv16786/src/webapp/lenya/pubs/default/content/authoring/tutorial
Modified Files:
index.xml
Log Message:
Added a section about rollback.
Index: index.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml 19 May 2003 19:03:55 -0000 1.2
--- index.xml 20 May 2003 15:20:36 -0000 1.3
***************
*** 90,94 ****
<h2>Revision Control</h2>
! <p>FIXME:</p>
</body>
--- 90,101 ----
<h2>Revision Control</h2>
! <p>Every time you edit a document and exit the editor a new
! revision of the document is stored. Old versions of the document
! are kept and you can go back to an older version if you want to
! undo some of the changes you applied to it. To see all available
! versions of the current document press
! <code>Tools->Rollback</code>. This will give you a list of all
! previous versions. You can view a specific old version or rollback
! to a specific old version by clicking on the appropriate links.</p>
</body>