NOTE: This is a
DistributionDocument.
- Please help maintain high quality documentation:
This is a wiki, please
fix the documentation if you find errors or incomplete content.
Put questions and suggestions concerning the documentation of this topic in the comments section below.
Use the Support web for problems you are having using TWiki.
Use the Sandbox web to evaluate & test TWiki.
FAQ:
How do I delete or rename a topic?
Answer:
These two questions are answered together because often when you think you want to delete a page, more often it makes sense to rename the page to contain more context, e.g. rename it to include the date.
You can rename, move and delete topics directly from your browser. Moving lets you transfer a topic from one web to another. The soft delete moves a topic to the special
Trash web, where it's hidden but can be "undeleted" with system administrator access.
Click
[More topic actions] on the control bar at the bottom of the page you want to change, then choose
[Rename/move topic], and make your changes to that screen. There's a link that launches to the
ManagingTopics reference page in a pop-up window.
NOTE: The configuration of your site and your own access permissions determine whether you can access these functions.
Note for site administrators: To remove a topic permanently move it to the Trash web, then with file-level access, delete the
.txt and
.txt,v files manually from
/twiki/data/Trash.
Back to: TWikiFAQ
Related Topics: UserDocumentationCategory
Comments & Questions about this Distribution Document Topic
Beware of removing all files under /twiki/data/Trash, as there are files in there that make the Trash web able to exist. Removing those files will result in an nonexistent Trash Topic. To recover from such condition, run this commands to restore the pages that were lost:
mkdir trashRec
tar zxf TWiki-5.1.4.tgz -C trashRec/ twiki/data/Trash
mv trashRec/twiki/data/Trash twiki/data/
--
Jose Mendez - 2014-11-12