* (bug 3175) update filenames in documentation files

This commit is contained in:
Brion Vibber 2005-08-17 19:48:24 +00:00
parent a1e3699a72
commit 380f4da600
8 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
USER.DOC
user.txt
Documenting the MediaWiki User object.