Command /
Action Archive
Difference (previous author)
(Change, Edit, normal page display)
Changed: 1c1,25
Describe the new page here.
|
ActionArchive interfaces to the ProWiki page revision system which is implemented using RCS. There should be only rare situation where there is a need to access this command interface directly.
General syntax:
* ...wiki.cgi?[[green]action=archive]&[[yellow]id=pagename]&[[blue]cmd=commandname]
* ...wiki.cgi?[[green]action=archive]&[[yellow]id=pagename]&[[blue]cmd=commandname]&[[orange]version=singlerevisionorrange]
Valid commands are:
* [[blue]list] ... display the list of all stored revisions (the usual entry point of the UserInterface )
* [[blue]page] ... display a page (needs version parameter, single revision)
* [[blue]diff] ... display a page and its diff (needs version parameter, single revision)
* [[blue]delete] ... delete a single revision or range (needs version parameter, single revision or range)
* [[blue]deletefile] ... delete whole revision file for the page
* [[blue]full] ... displays the complete revision log (raw data)
The "single revision or range" part may be:
* e. g. [[orange]version=1.27] (a single revision)
* e. g. [[orange]version=1.27:1.30] (a range of revisions)
See also:
* PageArchive -- general description of the page archive
* Option/ArchiveMode -- tuning the archive system
* HowToAdmin/DeletePageRevision -- how to remove parts of the PageHistory
FolderCommands
|
ActionArchive interfaces to the ProWiki page revision system which is implemented using RCS. There should be only rare situation where there is a need to access this command interface directly.
General syntax:
- ...wiki.cgi?action=archive&id=pagename&cmd=commandname
- ...wiki.cgi?action=archive&id=pagename&cmd=commandname&version=singlerevisionorrange
Valid commands are:
- list ... display the list of all stored revisions (the usual entry point of the UserInterface
)
- page ... display a page (needs version parameter, single revision)
- diff ... display a page and its diff (needs version parameter, single revision)
- delete ... delete a single revision or range (needs version parameter, single revision or range)
- deletefile ... delete whole revision file for the page
- full ... displays the complete revision log (raw data)
The "single revision or range" part may be:
- e. g. version=1.27 (a single revision)
- e. g. version=1.27:1.30 (a range of revisions)
See also:
FolderCommands
|
|