* (bug 3175) update filenames in documentation files
This commit is contained in:
parent
a1e3699a72
commit
380f4da600
8 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
DEFERRED.DOC
|
||||
deferred.txt
|
||||
|
||||
A few of the database updates required by various functions here
|
||||
can be deferred until after the result page is displayed to the
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
GLOBALS.DOC
|
||||
globals.txt
|
||||
|
||||
PHP loves globals. I hate them. This is not a great
|
||||
combination, but I manage. I could get rid of most of
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
HOOKS.DOC
|
||||
hooks.txt
|
||||
|
||||
This document describes how event hooks work in MediaWiki; how to add
|
||||
hooks for an event; and how to run hooks for an event.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE.DOC
|
||||
language.txt
|
||||
|
||||
The Language object handles all readable text produced by the
|
||||
software. The most used function is getMessage(), usually
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
LINKCACHE.DOC
|
||||
linkcache.txt
|
||||
|
||||
The LinkCache class maintains a list of article titles and
|
||||
the information about whether or not the article exists in
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
SKIN.DOC
|
||||
skin.txt
|
||||
|
||||
This document describes the overall architecture of MediaWiki's HTML rendering
|
||||
code as well as some history about the skin system. It is placed here rather
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TITLE.DOC
|
||||
title.txt
|
||||
|
||||
The MediaWiki software's "Title" class represents article
|
||||
titles, which are used for many purposes: as the human-readable
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
USER.DOC
|
||||
user.txt
|
||||
|
||||
Documenting the MediaWiki User object.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue