From: Brion Vibber Date: Wed, 17 Aug 2005 19:48:24 +0000 (+0000) Subject: * (bug 3175) update filenames in documentation files X-Git-Tag: 1.6.0~1912 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=380f4da60040ccf2fb5df6bb6ad58bad1bca9a9b;hp=a1e3699a720362b2c0bb59d1e874c8aa63d5f67d;p=lhc%2Fweb%2Fwiklou.git * (bug 3175) update filenames in documentation files --- diff --git a/docs/deferred.txt b/docs/deferred.txt index 425395fa63..445eb0e485 100644 --- a/docs/deferred.txt +++ b/docs/deferred.txt @@ -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 diff --git a/docs/globals.txt b/docs/globals.txt index ac1a609163..519b4161aa 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -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 diff --git a/docs/hooks.txt b/docs/hooks.txt index b285ddc11e..b4a2679830 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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. diff --git a/docs/language.txt b/docs/language.txt index 06639f73ba..9d6a0db329 100644 --- a/docs/language.txt +++ b/docs/language.txt @@ -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 diff --git a/docs/linkcache.txt b/docs/linkcache.txt index b0afbeec6e..ab36587d82 100644 --- a/docs/linkcache.txt +++ b/docs/linkcache.txt @@ -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 diff --git a/docs/skin.txt b/docs/skin.txt index 3b7a74ed08..82a5b72ec1 100644 --- a/docs/skin.txt +++ b/docs/skin.txt @@ -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 diff --git a/docs/title.txt b/docs/title.txt index c86baa9efd..b404bd3ced 100644 --- a/docs/title.txt +++ b/docs/title.txt @@ -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 diff --git a/docs/user.txt b/docs/user.txt index 9278892349..3f1c8202ef 100644 --- a/docs/user.txt +++ b/docs/user.txt @@ -1,5 +1,5 @@ -USER.DOC +user.txt Documenting the MediaWiki User object.