close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 25, 2018, 9:16:44 AM (6 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | 1 | = Deleting a Wiki Page = |
2 | 2 | |
3 | | Existing wiki pages can be completely deleted using the ''Delete Page'' or the ''Delete this Version'' buttons at the bottom of the wiki page. These buttons are only visible for users with `WIKI_DELETE` permissions. |
| 3 | Wiki pages can be completely deleted using the //Delete page// or the //Delete this version// button at the bottom of the wiki page. These buttons are only visible for users that have the `WIKI_DELETE` permission. |
4 | 4 | |
5 | 5 | '''Note:''' Deleting a wiki page is an irreversible operation. |
6 | 6 | |
7 | | In general, it is recommended to create redirection pages instead of completely deleting an old page, as to not frustrate the visitor with broken links when coming to the site from a search engine. A redirection page is a short page that contains a link such as “See !SomeOtherPage”. However, deleting specific versions or even complete pages can make sense to remove spam or other abusive submissions. |
| 7 | Deleting specific versions or even complete pages can make sense to remove spam or other abusive submissions. |
| 8 | |
| 9 | However, if you want to delete a page because you re-created a new page with the same content but a different name, it is recommended to keep the page and use it as a redirection page instead of completely deleting it. This will avoid frustrating the visitor with broken links, particularly when coming to the site from a search engine. |
| 10 | |
| 11 | In this situation, chances are that you actually wanted to [[WikiNewPage#renaming|rename]] the page instead of doing a copy and delete. |
| 12 | The //Rename// operation offers you the possibility to create a redirection page. |
| 13 | A redirection page is a short page that contains a link such as “See !SomeOtherPage”. |
8 | 14 | |
9 | 15 | ---- |