* Changed Wikipedia to MediaWiki.
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 12 Apr 2005 02:18:57 +0000 (02:18 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 12 Apr 2005 02:18:57 +0000 (02:18 +0000)
docs/design.txt
docs/schema.txt
docs/title.txt
docs/user.txt
includes/Article.php

index 8adff44..2b0bf4c 100644 (file)
@@ -43,8 +43,8 @@ Primary source files/objects:
 
   Article
     Encapsulates access to the "cur" table of the database. The
 
   Article
     Encapsulates access to the "cur" table of the database. The
-    object represents a Wikipedia article, and maintains state
-    such as text (in Wikitext format), flags, etc.
+    object represents a an article, and maintains state such as
+    text (in Wikitext format), flags, etc.
 
   Skin
     Encapsulates a "look and feel" for the wiki. All of the
 
   Skin
     Encapsulates a "look and feel" for the wiki. All of the
@@ -125,4 +125,4 @@ Naming/coding conventions:
     https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_5.html#SEC64).
     
 
     https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_5.html#SEC64).
     
 
-    
\ No newline at end of file
+    
index e915dc2..cec9caa 100644 (file)
@@ -5,7 +5,7 @@ should always be "tables.sql" in the maintenance directory,
 which is called from the installation script. Here are a
 few highlights that may be out of date:
 
 which is called from the installation script. Here are a
 few highlights that may be out of date:
 
-user    (Wikipedia users)
+user    (MediaWiki users)
 
   user_id
     integer, primary key, autoincrement
 
   user_id
     integer, primary key, autoincrement
@@ -31,7 +31,7 @@ user    (Wikipedia users)
 
 
 
 
 
 
-cur     (Wikipedia "current" articles)
+cur     (MediaWiki "current" articles)
 
   cur_id
     integer, primary key, autoincrement
 
   cur_id
     integer, primary key, autoincrement
index 1ae4456..c86baa9 100644 (file)
@@ -1,6 +1,6 @@
 TITLE.DOC
 
 TITLE.DOC
 
-The Wikipedia software's "Title" class represents article
+The MediaWiki software's "Title" class represents article
 titles, which are used for many purposes: as the human-readable
 text title of the article, in the URL used to access the article,
 the wikitext link to the article, the key into the article
 titles, which are used for many purposes: as the human-readable
 text title of the article, in the URL used to access the article,
 the wikitext link to the article, the key into the article
index ec3949f..9278892 100644 (file)
@@ -1,7 +1,7 @@
 
 USER.DOC
 
 
 USER.DOC
 
-Documenting the Wikipedia User object.
+Documenting the MediaWiki User object.
 
 (DISCLAIMER: The documentation is not guaranteed to be in sync with
 the code at all times. If in doubt, check the table definitions
 
 (DISCLAIMER: The documentation is not guaranteed to be in sync with
 the code at all times. If in doubt, check the table definitions
index bc421b8..3b98ca6 100644 (file)
@@ -14,7 +14,7 @@ $wgArticleCurContentFields = false;
 $wgArticleOldContentFields = false;
 
 /**
 $wgArticleOldContentFields = false;
 
 /**
- * Class representing a Wikipedia article and history.
+ * Class representing a MediaWiki article and history.
  *
  * See design.txt for an overview.
  * Note: edit user interface and cache support functions have been
  *
  * See design.txt for an overview.
  * Note: edit user interface and cache support functions have been