XPressME Integration Kit

Trac

Version 1 から Version 2 における更新: WikiDeletePage

差分発生行の前後
Ignore:
Timestamp:
Nov 29, 2010, 3:25:29 PM (13 years 前)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiDeletePage

    v1 v2  
    1 = Wiki ページを削除する = #DeletingaWikiPage 
     1= Deleting a Wiki Page = 
    22 
    3 既に存在する Wiki ページを完全に削除するためには、 Wiki ページの下にある ''このページを削除'' や ''このバージョンを削除'' ボタンを使用します。これらのボタンは `WIKI_DELETE` 権限を付与されたユーザだけに表示されます。 
     3Existing 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. 
    44 
    5 '''Note:''' Wiki ページの削除は元に戻すことができない操作です。 
     5'''Note:''' Deleting a wiki page is an irreversible operation. 
    66 
    7 一般に、古いページを完全に削除するよりもリダイレクションページを作成することを推奨します。サーチエンジンからサイトに来るとき、壊れているリンクは来訪者をがっかりさせるからです。リダイレクションページは "See !SomeOtherPage" などのリンクを含む短いページです。しかしながら、 spam やその他の不正な更新を削除するという意味で、特定のバージョンやページそのものを完全に削除するのも納得がいく話です。 
     7If you want to delete a page because you actually 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, as to not frustrate the visitor with broken links when coming to the site from a search engine.  
     8 
     9In this situation, chances are that you actually wanted to [[WikiNewPage#renaming|rename]] the page instead of doing a copy + delete.  
     10The ''Rename'' operation also offers you the possibility to create a redirection page. 
     11A redirection page is a short page that  contains a link such as  “See !SomeOtherPage”.  
     12 
     13However, deleting specific versions or even complete pages can make sense to remove spam or other abusive submissions. 
    814 
    915----