Webdevelopment: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
Notes on installing and configuring [[mw:Main Page|Wikimedia MediaWiki]].
Resources for <strong>website development</strong>.


== [[Wikipedia:WhoIs|WhoIs]] ==
== [[wikipedia:WHOIS|WHOIS]] ==


* [https://help.dreamhost.com/hc/articles/216458227/ <cite>DreamHost Knowledge Base</cite>: "Domain Registration Contact Information Overview"]
# [https://help.dreamhost.com/hc/articles/216458227/ <cite>DreamHost Knowledge Base</cite>: "Domain Registration Contact Information Overview"]
* [https://help.dreamhost.com/hc/articles/216458407/ <cite>DreamHost Knowledge Base</cite>: "Enabling Domain Privacy Protection"]
* [https://help.dreamhost.com/hc/articles/215842648/ <cite>DreamHost Knowledge Base</cite>: "How to View Domain Registration Information"]
* [https://lookup.icann.org/ <cite>Internet Corporation for Assigned Names and Numbers (ICANN)</cite>: "Registration Data Lookup Tool"]


== [[Wikipedia:Transport Layer Security|Transport Layer Security (TLS)]] ==
=== WHOIS privacy ===


* [https://help.dreamhost.com/hc/articles/216041537/ <cite>DreamHost Knowledge Base</cite>: "Secure Certificates Overview"]
# [https://help.dreamhost.com/hc/articles/216458407/ <cite>DreamHost Knowledge Base</cite>: "Enabling Domain Privacy Protection"]
* [https://help.dreamhost.com/hc/articles/216539558/ <cite>DreamHost Knowledge Base</cite>: "Let's Encrypt Certificate Overview"]
* [https://help.dreamhost.com/hc/articles/216539548/ <cite>DreamHost Knowledge Base</cite>: "Adding a Free Let's Encrypt Certificate"]


== [[Wikipedia:File Transfer Protocol|File Transfer Protocol (FTP)]] ==
=== WHOIS lookup ===


* [https://help.dreamhost.com/hc/articles/115001051531/ <cite>DreamHost Knowledge Base</cite>: "FTP and Secure FTP (SFTP)"]
# [https://help.dreamhost.com/hc/articles/215842648/ <cite>DreamHost Knowledge Base</cite>: "How to View Domain Registration Information"]
* [https://help.dreamhost.com/hc/articles/115000675027/ <cite>DreamHost Knowledge Base</cite>: "FTP Overview and Credentials"]
# [https://lookup.icann.org/ <cite>Internet Corporation for Assigned Names and Numbers (ICANN)</cite>: "Registration Data Lookup Tool"]
* [https://help.dreamhost.com/hc/articles/214920778/ <cite>DreamHost Knowledge Base</cite>: "Where Do I Upload My Files Once Connected via FTP?"]


=== [[Wikipedia:FileZilla|FileZilla]] ===
== [[wikipedia:Transport Layer Security|Transport Layer Security (TLS)]] ==


* [https://www.filezilla-project.org/client_features.php <cite>FileZilla</cite>: "Features"]
# [https://help.dreamhost.com/hc/articles/216041537/ <cite>DreamHost Knowledge Base</cite>: "Secure Certificates Overview"]
* [https://www.filezilla-project.org/download.php?show_all=1 <cite>FileZilla</cite>: "Download"]
# [https://help.dreamhost.com/hc/articles/216539558/ <cite>DreamHost Knowledge Base</cite>: "Let's Encrypt Certificate Overview"]
* [https://wiki.filezilla-project.org/documentation <cite>FileZilla</cite>: "Documentation"]
# [https://help.dreamhost.com/hc/articles/216539548/ <cite>DreamHost Knowledge Base</cite>: "Adding a Free Let's Encrypt Certificate"]


== [[Wikipedia:Apache Hypertext Transfer Protocol Access|Apache Hypertext Transfer Protocol Access (HTACCESS)]] ==
== [[wikipedia:File Transfer Protocol|File Transfer Protocol (FTP)]] ==


* [https://help.dreamhost.com/hc/articles/216456227/ <cite>DreamHost Knowledge Base</cite>: "HTACCESS Overview"]
# [https://help.dreamhost.com/hc/articles/115001051531/ <cite>DreamHost Knowledge Base</cite>: "FTP and Secure FTP (SFTP)"]
* [https://httpd.apache.org/docs/current/howto/htaccess.html <cite>Apache Hypertext Transfer Protocol (HTTP) Server Project Documentation</cite>: "HTACCESS Files"]
# [https://help.dreamhost.com/hc/articles/115000675027/ <cite>DreamHost Knowledge Base</cite>: "FTP Overview and Credentials"]
* [https://help.dreamhost.com/hc/articles/215747758/ <cite>DreamHost Knowledge Base</cite>: "Force Your Site to Load Securely with an HTACCESS File"]
# [https://help.dreamhost.com/hc/articles/214920778/ <cite>DreamHost Knowledge Base</cite>: "Where Do I Upload My Files Once Connected via FTP?"]


=== HTTP redirects ===
=== [[wikipedia:FileZilla|FileZilla]] ===


* [https://help.dreamhost.com/hc/articles/215747748/ <cite>DreamHost Knowledge Base</cite>: "How Can I Redirect and Rewrite my Uniform Resource Locators (URLs) with an HTACCESS File?"]
# [https://www.filezilla-project.org/client_features.php <cite>FileZilla</cite>: "Features"]
* [[wikipedia:HTTP status codes|<cite>Wikipedia</cite>: "HTTP Status Codes"]]
# [https://www.filezilla-project.org/download.php?show_all=1 <cite>FileZilla</cite>: "Download"]
* [https://developer.mozilla.org/docs/Web/HTTP/Reference/Status/ <cite>Mozilla Developer Network</cite>: "HTTP Response Status Codes"]
# [https://wiki.filezilla-project.org/documentation <cite>FileZilla</cite>: "Documentation"]
* [https://httpwg.org/specs/rfc9110.html#overview.of.status.codes <cite>Internet Engineering Task Force (IETF) HTTP Working Group</cite>: "Internet Standard 97 (HTTP Semantics, Overview of Status Codes)"]


== [[Wikipedia:Personal Homepage Hypertext Preprocessor|Personal Homepage Hypertext Preprocessor (PHP)]] ==
== [[wikipedia:HTACCESS|Apache Hypertext Transfer Protocol Server Access (HTACCESS)]] ==


* [https://help.dreamhost.com/hc/articles/214895317/ <cite>DreamHost Knowledge Base</cite>: "Change the PHP Version of a Site"]
# <u>[[HTACCESS|<cite>NikkiWiki</cite>: "HTACCESS"]]</u>
* [https://www.php.net/supported-versions.php <cite>PHP</cite>: "Supported Versions"]
* [[wikibooks:PHP|<cite>Wikibooks</cite>: "PHP Programming"]]
* [https://www.php.net/docs.php <cite>PHP</cite>: "Documentation"]


=== <code>phpinfo</code> ===
== [[wikipedia:PHP|Personal Homepage Hypertext Preprocessor (PHP)]] ==


* [https://help.dreamhost.com/hc/articles/214895287/ <cite>DreamHost Knowledge Base</cite>: "Viewing Your Site’s PHP Version and Settings"]
# [https://help.dreamhost.com/hc/articles/214895317/ <cite>DreamHost Knowledge Base</cite>: "Change the PHP Version of a Site"]
* [https://www.php.net/manual/function.phpinfo.php <cite>PHP</cite>: "<code>phpinfo</code>"]
# [https://www.php.net/supported-versions.php <cite>PHP</cite>: "Supported Versions"]
# [[wikibooks:PHP|<cite>Wikibooks</cite>: "PHP Programming"]]
# [https://www.php.net/docs.php <cite>PHP</cite>: "Documentation"]


=== PHP Runtime Configuration (PHPRC) ===
=== PHPINFO ===


* [https://help.dreamhost.com/hc/articles/214894037/ <cite>DreamHost Knowledge Base</cite>: "Create a PHPRC File via File Transfer Protocol (FTP)"]
# <u>[[PHPINFO|<cite>NikkiWiki</cite>: "PHPINFO"]]</u>
* [https://www.php.net/manual/ini.list.php <cite>PHP</cite>: "List of PHP Initialization (<code>php.ini</code>) Directives"]


==== PHP Timezone ====
=== PHPRC ===


* [https://help.dreamhost.com/hc/articles/217185277/ <cite>DreamHost Knowledge Base</cite>: "Running Web Scripts in Your Timezone"]
# <u>[[PHPRC|<cite>NikkiWiki</cite>: "PHP Runtime Configuration (PHPRC)"]]</u>
* [https://www.php.net/manual/datetime.configuration.php <cite>PHP</cite>: "Datetime Configuration"]
* [https://www.php.net/manual/timezones.php <cite>PHP</cite>: "List of Supported Timezones"]
* [https://www.php.net/manual/timezones.america.php <cite>PHP</cite>: "List of Supported Timezones (America)"]


== [[Wikipedia:Oracle My Structured Query Language|Oracle My Structured Query Language (MySQL)]] ==
== [[wikipedia:Oracle My Structured Query Language|Oracle My Structured Query Language (MySQL)]] ==


* [https://help.dreamhost.com/hc/articles/221691727/ <cite>DreamHost Knowledge Base</cite>: "Creating a MySQL Database"]
# [https://help.dreamhost.com/hc/articles/221691727/ <cite>DreamHost Knowledge Base</cite>: "Creating a MySQL Database"]


== [[Wikipedia:Wikimedia MediaWiki|Wikimedia MediaWiki]] ==
== [[wikipedia:MediaWiki|Wikimedia MediaWiki]] ==


* [[mw:What is MediaWiki?|<cite>MediaWiki</cite>: "What Is MediaWiki?"]]
# <u>[[MediaWiki|<cite>NikkiWiki</cite>: "Wikimedia MediaWiki"]]</u>
* [[mw:Version lifecycle#Versions and their end-of-life|<cite>MediaWiki</cite>: "Version Lifecycle"]]
* [[mw:Manual:Installing MediaWiki|<cite>MediaWiki</cite>: "Installing MediaWiki"]]
* [[mw:Manual:Securing database passwords|<cite>MediaWiki</cite>: "Securing Database Passwords"]]
* [[mw:Manual:Preventing access#Removing the Login link from all pages|<cite>MediaWiki</cite>: "Preventing Access (Removing the Log-In Link from All Pages)"]]
* [[mw:Manual:Short URL/Apache|<cite>MediaWiki</cite>: "Apache Short URL"]]
* [https://help.dreamhost.com/hc/articles/215457827/ <cite>DreamHost Knowledge Base</cite>: "Adding a Subdomain"]


=== MediaWiki Local Timezone ===
== [[wikipedia:PHPMyAdmin|PHP MySQL Admin (PHPMyAdmin)]] ==


* [[mw:Manual:$wgLocaltimezone|<cite>MediaWiki</cite>: "Local Timezone"]]
# [https://help.dreamhost.com/hc/articles/221610868/ <cite>DreamHost Knowledge Base</cite>: "Finding Your Database Login Credentials"]
# [https://help.dreamhost.com/hc/articles/214395738/ <cite>DreamHost Knowledge Base</cite>: "PHPMyAdmin — How to Back Up or Export a Database or Table"]
# [https://help.dreamhost.com/hc/articles/214395768/ <cite>DreamHost Knowledge Base</cite>: "PHPMyAdmin — How to Import a Database or Table"]


=== MediaWiki Mainpage ===
== references ==


* [[mw:mainpage|<cite>MediaWiki</cite>: "Mainpage"]]
# [https://help.dreamhost.com/ <cite>DreamHost Knowledge Base</cite>]
* <u>[[mediawiki:mainpage|<cite>NikkiWiki</cite>: "MediaWiki Mainpage"]]</u>
# [https://www.filezilla-project.org/ <cite>FileZilla: The Free FTP Solution</cite>]
# [https://www.php.net/ <cite>PHP</cite>]
# [[MW:Main Page|<cite>Wikimedia MediaWiki</cite>]]
# [https://www.highlightjs.org/ <cite>HighlightJS</cite>]
# [https://www.phpmyadmin.net/ <cite>PHPMyAdmin: Bringing MySQL Administration to the Web</cite>]


=== MediaWiki Cite This Page ===
[[category:webdevelopment]]
 
* <u>[[mediawiki:sitesubtitle|<cite>NikkiWiki</cite>: "MediaWiki Site Subtitle"]]</u>
* [[mw:Extension:CiteThisPage|<cite>MediaWiki</cite>: "Cite This Page"]]
* <u>[[mediawiki:citethispage-content|<cite>NikkiWiki</cite>: "Cite This Page Content"]]</u>
 
=== MediaWiki Syntax Highlight ===
 
* [[mw:Extension:Highlightjs Integration|<cite>MediaWiki</cite>: "Highlight JavaScript (HighlightJS) Integration"]]
* [https://www.github.com/Nicolas01/Highlightjs_Integration/ <cite>Microsoft GitHub</cite>: "HighlightJS Integration"]
* [https://www.github.com/highlightjs/cdn-release/ <cite>Microsoft GitHub</cite>: "HighlightJS Content Delivery Network (CDN) Release"]
* [[mw:Extension:SyntaxHighlight|<cite>MediaWiki</cite>: "Syntax Highlight"]]
* [https://www.highlightjs.org/demo/ <cite>HighlightJS</cite>: "Demo"]
* [https://highlightjs.readthedocs.io/en/latest/supported-languages.html <cite>HighlightJS Documentation</cite>: "Supported Languages"]
* [https://www.pygments.org/languages/ <cite>Pygments Syntax Highlighter</cite>: "Languages"]

Latest revision as of 2026-04-09T22:55:09

Resources for website development.

WHOIS

  1. DreamHost Knowledge Base: "Domain Registration Contact Information Overview"

WHOIS privacy

  1. DreamHost Knowledge Base: "Enabling Domain Privacy Protection"

WHOIS lookup

  1. DreamHost Knowledge Base: "How to View Domain Registration Information"
  2. Internet Corporation for Assigned Names and Numbers (ICANN): "Registration Data Lookup Tool"

Transport Layer Security (TLS)

  1. DreamHost Knowledge Base: "Secure Certificates Overview"
  2. DreamHost Knowledge Base: "Let's Encrypt Certificate Overview"
  3. DreamHost Knowledge Base: "Adding a Free Let's Encrypt Certificate"

File Transfer Protocol (FTP)

  1. DreamHost Knowledge Base: "FTP and Secure FTP (SFTP)"
  2. DreamHost Knowledge Base: "FTP Overview and Credentials"
  3. DreamHost Knowledge Base: "Where Do I Upload My Files Once Connected via FTP?"

FileZilla

  1. FileZilla: "Features"
  2. FileZilla: "Download"
  3. FileZilla: "Documentation"

Apache Hypertext Transfer Protocol Server Access (HTACCESS)

  1. NikkiWiki: "HTACCESS"

Personal Homepage Hypertext Preprocessor (PHP)

  1. DreamHost Knowledge Base: "Change the PHP Version of a Site"
  2. PHP: "Supported Versions"
  3. Wikibooks: "PHP Programming"
  4. PHP: "Documentation"

PHPINFO

  1. NikkiWiki: "PHPINFO"

PHPRC

  1. NikkiWiki: "PHP Runtime Configuration (PHPRC)"

Oracle My Structured Query Language (MySQL)

  1. DreamHost Knowledge Base: "Creating a MySQL Database"

Wikimedia MediaWiki

  1. NikkiWiki: "Wikimedia MediaWiki"

PHP MySQL Admin (PHPMyAdmin)

  1. DreamHost Knowledge Base: "Finding Your Database Login Credentials"
  2. DreamHost Knowledge Base: "PHPMyAdmin — How to Back Up or Export a Database or Table"
  3. DreamHost Knowledge Base: "PHPMyAdmin — How to Import a Database or Table"

references

  1. DreamHost Knowledge Base
  2. FileZilla: The Free FTP Solution
  3. PHP
  4. Wikimedia MediaWiki
  5. HighlightJS
  6. PHPMyAdmin: Bringing MySQL Administration to the Web