Jump to content

Category:Articles needing cleanup: Difference between revisions

From Qt Wiki
Handling articles that are no longer relevant: fix <code> → <syntaxhighlight>
Fix syntaxhighlight tag errors and copyedit for clarity and concision
 
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 ==
== Handling articles that are no longer relevant ==
Some articles are outdated. They could be about old versions of Qt (e.g. Qt 3), platforms that are no longer supported (e.g. Symbian), instructions on how to use the old website, ''et cetera''. Nonetheless, their content should still be preserved for historical purposes, and they could be helpful for users who support legacy software.
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 <nowiki>{{Outdated}}</nowiki> tag to these articles to inform readers about the outdated nature of the material. Example:
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:
<syntaxhighlight lang="wikitext">{{Outdated|reason=The Symbian platform is no longer supported.}}</syntaxhighlight>


<syntaxhighlight>{{Outdated|reason=The Symbian platform is no longer supported.}}</syntaxhighlight>
== Handling duplicate articles ==
 
Some articles contain mostly duplicate material already found elsewhere in the wiki. For example:
== Handling duplicated articles ==
Some articles are duplicated. For example:
* [[Mingw]] vs. [[MinGW]] (differences in title case)
* [[Mingw]] vs. [[MinGW]] (differences in title case)
* [[Building-Qt-5-from-Git]] vs. [[Building Qt 5 from Git]] (differences in separators)
* [[Building-Qt-5-from-Git]] vs. [[Building Qt 5 from Git]] (differences in separators)


To help prevent link rot, these should be redirected instead of deleted. Please do the following:
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 are indeed identical.
# Check that the content of the two pages is, indeed, identical.
# If there are any differences, merge and relevant changes into the main article.
# If there are any substantive differences, merge the relevant changes into the main article.
# Replace the unwanted article with the "#REDIRECT" command. Example:
# 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>
<code>#REDIRECT [[Building Qt 5 from Git]]</code>
 
== Handling 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 the article doesn't belong in the Qt Wiki, mark it for deletion and provide a reason. Example:
 
<code>{{Delete|reason=Not related to the Qt Project in any way (past or present).}}</code>


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.
== 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.
<syntaxhighlight lang="wikitext">{{Delete|reason=Not related to the Qt Project in any way (past or present).}}</syntaxhighlight>


=== Handling empty articles ===
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.
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.)
=== Empty articles ===
# Check that there are no pages with similar titles. (If there are, it might be better to Redirect the page.)
If an article is empty (meaning it has no content other than category links), then:
# Mark the article for deletion.
# 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]].)
# 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.

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)