Jump to content

Category:Articles needing cleanup: Difference between revisions

From Qt Wiki
Fix syntaxhighlight tag errors and copyedit for clarity and concision
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This Category contains a list of all articles that might still need some work. The Qt Project wiki was migrated from [https://ellislab.com/expressionengine ExpressionEngine] to [https://www.mediawiki.org/ MediaWiki] in February 2015, and some polishing is required to complete the migration. For example, formatting and markup might need to be updated.
This category contains a list of all articles that have been identified as prime targets for content improvement. The Qt Wiki was migrated from the [https://expressionengine.com/ ExpressionEngine] software to [[mediawikiwiki:Main Page|MediaWiki]] in February 2015, and some "polishing" is required to complete the migration. For example, formatting and markup may need to be updated. If you'd like to help, please see [[Wiki Editing Hints]] to get started.


If you'd like to help, please see [[Wiki Editing Hints]] to get started.
== Handling articles that are no longer relevant ==
Some articles are outdated. They might be focused on old versions of Qt (e.g., [[Qt version history#Qt 3|Qt 3]]), platforms that are no longer supported (e.g., [[Symbian FAQ|Symbian]]), have instructions on how to use the old website, ''et cetera''. Nonetheless, their content should still be preserved for historical purposes as they could be helpful to users who support legacy software.


== 구식이 된 문서 다루기 ==
Add the '''<kbd>&lbrace;&lbrace;[[Template:Outdated|Outdated]]&rbrace;&rbrace;</kbd>''' template to any such articles you encounter to inform readers about the outdated nature of the material. For example:
지금은 구식이 된 문서들도 존재합니다. 예를 들면 과거 버전의 Qt (예: Qt 3)나 더 이상 지원하지 않는 플랫폼 (예: Symbian)에 대해서나 과거 웹사이트 사용에 관한 소개 등이 이에 해당합니다. 그럼에도 불구하고 이런 내용들은 역사적인 목적을 위해 아직 보존되어야 하며, 오래된 소프트웨어를 지원해야하는 사람들에게 유용하기도 합니다.
<syntaxhighlight lang="wikitext">{{Outdated|reason=The Symbian platform is no longer supported.}}</syntaxhighlight>


<nowiki>{{Outdated}}</nowiki> 태그를 이런 문서에 추가하여 문서를 읽는 사람이 오래된 문서를 읽고 있다는 것을 알려주세요. :
== Handling duplicate articles ==
<code>{{Outdated|reason=Symbian 플랫폼은 더 이상 지원되지 않습니다.}}</code>
Some articles contain mostly duplicate material already found elsewhere in the wiki. For example:
* [[Mingw]] vs. [[MinGW]] (differences in title case)
* [[Building-Qt-5-from-Git]] vs. [[Building Qt 5 from Git]] (differences in separators)


== 중복 문서 다루기 ==
To help prevent link rot, these types of pages should be ''redirected'' instead of deleted. Please follow this checklist when doing so:
일부 문서들은 중복이 발생하기도 합니다. 예를 들면:
# Check that the content of the two pages is, indeed, identical.
* [[Mingw]] vs. [[MinGW]] (제목의 대소문자가 다른 경우)
# If there are any substantive differences, merge the relevant changes into the main article.
* [[Building-Qt-5-from-Git]] vs. [[Building Qt 5 from Git]] (스펠링은 같지만 구분 기호가 다른 경우)
# Replace the contents of the unwanted article with a <code>#REDIRECT</code> command, as in:
<syntaxhighlight lang="wikitext">#REDIRECT [[Building Qt 5 from Git]]</syntaxhighlight>


링크가 쓸모 없어지는 것을 막으려면 문서를 삭제하기 보다는 다음과 같이 리다이렉션을 사용하세요:
== Articles that don't belong in the Qt Wiki ==
# 두 페이지가 완전히 동일한 내용인지 확인합니다.
An article might, for example, consist of a question instead of educational content, or it might be about a 3<sup>rd</sup>-party tool that is not part of the Qt Project. If you believe that an article doesn't belong in the Qt Wiki, mark it for deletion using the '''<kbd>&lbrace;&lbrace;[[Template:Delete|Delete]]&rbrace;&rbrace;</kbd>''' template as shown below, being sure to provide a reason as well.
# 조그마한 차이라도 보이면 문서를 머지(merge)하고 관련 변경 사항을 중복 문서 중 보여질 문서에 기록합니다.
<syntaxhighlight lang="wikitext">{{Delete|reason=Not related to the Qt Project in any way (past or present).}}</syntaxhighlight>
# 중복 문서 중 위 보여질 문서를 제외한 문서에는 "#REDIRECT" 명령으로 채워둡니다. 예:


<code>#REDIRECT [[Building Qt 5 from Git]]</code>
This will add the article to [[:Category:Delete]], where admins periodically review the pages and delete those that should not be part of the wiki. If you encounter a page displaying the &lbrace;&lbrace;[[Template:Delete|Delete]]&rbrace;&rbrace; template and disagree with its potential deletion, leave your reasons on the article's Discussion page.


== Handling articles that don't belong in the Qt Wiki ==
=== Empty articles ===
An article might, for example, consist of a question instead of educational content. Or, it might be about a 3rd-party tool that is not part of the Qt Project. If you believe that the article doesn't belong in the Qt Wiki, mark it for deletion and provide a reason. Example:
If an article is empty (meaning it has no content other than category links), then:
 
# Check the article's edit log ("View History") to ensure that someone hasn't erased the content deliberately. (If they have, it might be better to [[#Handling duplicate articles|redirect the page]].)
<code>{{Delete|reason=Not related to the Qt Project in any way (past or present).}}</code>
# Check that there are no pages with similar titles. (If there are, it might be better to [[#Handling duplicate articles|redirect the page]].)
 
# Mark the article for deletion with the &lbrace;&lbrace;[[Template:Delete|Delete]]&rbrace;&rbrace; template.
Tagged articles will appear in [[:Category:Delete]]. An admin will review nominations and delete the article if appropriate. If you disagree with a nomination, give your reasons in the article's Discussion Page.
 
=== Handling empty articles ===
If the article is empty ("Empty" means having no content, except for a collection of categories), then:
 
# Check the article history to ensure that someone hasn't erased the content deliberately. (If they have, it might be better to Redirect the page.)
# Check that there are no pages with similar titles. (If there are, it might be better to Redirect the page.)
# Mark the article for deletion.

Latest revision as of 08:41, 2 May 2026

This category contains a list of all articles that have been identified as prime targets for content improvement. The Qt Wiki was migrated from the ExpressionEngine software to MediaWiki in February 2015, and some "polishing" is required to complete the migration. For example, formatting and markup may need to be updated. If you'd like to help, please see Wiki Editing Hints to get started.

Handling articles that are no longer relevant

Some articles are outdated. They might be focused on old versions of Qt (e.g., Qt 3), platforms that are no longer supported (e.g., Symbian), have instructions on how to use the old website, et cetera. Nonetheless, their content should still be preserved for historical purposes as they could be helpful to users who support legacy software.

Add the {{Outdated}} template to any such articles you encounter to inform readers about the outdated nature of the material. For example:

{{Outdated|reason=The Symbian platform is no longer supported.}}

Handling duplicate articles

Some articles contain mostly duplicate material already found elsewhere in the wiki. For example:

To help prevent link rot, these types of pages should be redirected instead of deleted. Please follow this checklist when doing so:

  1. Check that the content of the two pages is, indeed, identical.
  2. If there are any substantive differences, merge the relevant changes into the main article.
  3. Replace the contents of the unwanted article with a
    #REDIRECT
    command, as in:
#REDIRECT [[Building Qt 5 from Git]]

Articles that don't belong in the Qt Wiki

An article might, for example, consist of a question instead of educational content, or it might be about a 3rd-party tool that is not part of the Qt Project. If you believe that an article doesn't belong in the Qt Wiki, mark it for deletion using the {{Delete}} template as shown below, being sure to provide a reason as well.

{{Delete|reason=Not related to the Qt Project in any way (past or present).}}

This will add the article to Category:Delete, where admins periodically review the pages and delete those that should not be part of the wiki. If you encounter a page displaying the {{Delete}} template and disagree with its potential deletion, leave your reasons on the article's Discussion page.

Empty articles

If an article is empty (meaning it has no content other than category links), then:

  1. Check the article's edit log ("View History") to ensure that someone hasn't erased the content deliberately. (If they have, it might be better to redirect the page.)
  2. Check that there are no pages with similar titles. (If there are, it might be better to redirect the page.)
  3. Mark the article for deletion with the {{Delete}} template.

Pages in category "Articles needing cleanup"

The following 200 pages are in this category, out of 810 total.

(previous page) (next page)

G

(previous page) (next page)