MediaWiki: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) No edit summary |
Nicole Sharp (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 20: | Line 20: | ||
# <u>[[HTACCESS#MediaWiki shortlinks|<cite>NikkiWiki</cite>: "Apache Hypertext Transfer Protocol Server Access (HTACCESS)"]]</u> | # <u>[[HTACCESS#MediaWiki shortlinks|<cite>NikkiWiki</cite>: "Apache Hypertext Transfer Protocol Server Access (HTACCESS)"]]</u> | ||
# [https://help.dreamhost.com/hc/articles/215457827/ <cite>DreamHost Knowledge Base</cite>: "Adding a Subdomain"] | # [https://help.dreamhost.com/hc/articles/215457827/ <cite>DreamHost Knowledge Base</cite>: "Adding a Subdomain"] | ||
<syntaxhighlight lang="php"> | |||
# The Uniform Resource Locator (URL) base path to the directory containing the wiki; defaults for all runtime URL paths are based off of this. | |||
# For more information on customizing the URLs (like "/w/index.php/page_title" to "/wiki/page_title") please see: "https://www.mediawiki.org/wiki/short_URL". | |||
$wgScriptPath = "/w"; | |||
$wgArticlePath = "/wiki/$1"; | |||
# https://www.mediawiki.org/wiki/manual:short_URL/Apache#LocalSettings.php | |||
</syntaxhighlight> | |||
== timezone == | == timezone == | ||
| Line 25: | Line 33: | ||
# <u>[[PHPRC#timezone|<cite>NikkiWiki</cite>: "Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC)"]]</u> | # <u>[[PHPRC#timezone|<cite>NikkiWiki</cite>: "Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC)"]]</u> | ||
# [[mw:$wgLocaltimezone|<cite>MediaWiki</cite>: "Local Timezone"]] | # [[mw:$wgLocaltimezone|<cite>MediaWiki</cite>: "Local Timezone"]] | ||
<syntaxhighlight lang="php"> | |||
# Timezone. | |||
$wgLocaltimezone = "America/New_York"; # https://www.php.net/timezones.america.php | |||
# https://www.mediawiki.org/wiki/$wgLocaltimezone | |||
</syntaxhighlight> | |||
== mainpage == | == mainpage == | ||
Revision as of 2026-04-10T00:58:53
Resources for installing and configuring Wikimedia MediaWiki.
intro
installing
security
- MediaWiki: "Securing Database Passwords"
- MediaWiki: "Preventing Access (Removing the Login Link from All Pages)"
linking
- MediaWiki: "Apache Short URL"
- NikkiWiki: "Apache Hypertext Transfer Protocol Server Access (HTACCESS)"
- DreamHost Knowledge Base: "Adding a Subdomain"
# The Uniform Resource Locator (URL) base path to the directory containing the wiki; defaults for all runtime URL paths are based off of this. # For more information on customizing the URLs (like "/w/index.php/page_title" to "/wiki/page_title") please see: "https://www.mediawiki.org/wiki/short_URL". $wgScriptPath = "/w"; $wgArticlePath = "/wiki/$1"; # https://www.mediawiki.org/wiki/manual:short_URL/Apache#LocalSettings.php
timezone
- NikkiWiki: "Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC)"
- MediaWiki: "Local Timezone"
# Timezone. $wgLocaltimezone = "America/New_York"; # https://www.php.net/timezones.america.php # https://www.mediawiki.org/wiki/$wgLocaltimezone
mainpage
citations
- NikkiWiki: "MediaWiki Site Subtitle"
- MediaWiki: "Cite This Page"
- NikkiWiki: "Cite This Page Content"
- MediaWiki: "Footer (Customizing the Built-In Items)"
- NikkiWiki: "MediaWiki (Privacy)"
- NikkiWiki: "MediaWiki (Privacy Page)"
- NikkiWiki: "MediaWiki (About Site)"
- NikkiWiki: "MediaWiki (Aboutpage)"
- NikkiWiki: "MediaWiki (Disclaimers)"
- NikkiWiki: "MediaWiki (Disclaimer Page)"
contact page
- MediaWiki: "Confirm Edit"
- MediaWiki: "Contact Page"
- NikkiWiki: "MediaWiki (Contact Page Label)"
- NikkiWiki: "MediaWiki (Contact Page Text)"
following
recent changes
sitemap
number of categories
syntax highlighting
- MediaWiki: "Highlight JavaScript (HighlightJS) Integration"
- Microsoft GitHub: "HighlightJS Integration"
- Microsoft GitHub: "HighlightJS Content Delivery Network (CDN) Release"
- MediaWiki: "Syntax Highlight"
- HighlightJS: "Demo"