Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67623


Change subject: Updated documentation files
......................................................................

Updated documentation files

Change-Id: Ia1664fd668be740b7de061be4235fdafed6e46a6
---
M INSTALL
D README
A README.md
M RELEASE-NOTES-1.0
M ROADMAP
5 files changed, 25 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Validator 
refs/changes/23/67623/1

diff --git a/INSTALL b/INSTALL
index ce679e4..d34fcec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,15 +1,15 @@
-These is the install file for the Validator extension.
+These is the install file for the ParamProcessor extension.
        
-Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:Validator
+Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:ParamProcessor
 Latest version of the install file: 
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Validator.git;a=blob;f=INSTALL
 
 
 == Requirements ==
 
-Validator requires:
+ParamProcessor requires:
 
-* MediaWiki 1.16 or above ( MediaWiki 1.19 or above recommended)
-* PHP 5.2 or above (PHP 5.3 or above recommended)
+* MediaWiki 1.18 or above ( MediaWiki 1.19 or above recommended)
+* PHP 5.3 or above (PHP 5.4 or above recommended)
 * DataValues extension
 
 == Download ==
@@ -23,7 +23,7 @@
 Once you have downloaded the code, place the ''Validator'' directory within 
your MediaWiki
 'extensions' directory. Then add the following code to your 
[[Manual:LocalSettings.php|LocalSettings.php]] file:
 
-# Validator
+# ParamProcessor
 require_once( "$IP/extensions/Validator/Validator.php" );
 
-This should be done before any extension using Validator.
+This should be done before any extension using ParamProcessor.
diff --git a/README b/README
deleted file mode 100644
index 4772624..0000000
--- a/README
+++ /dev/null
@@ -1,17 +0,0 @@
-These are the readme of the Validator extension.
-
-Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:Validator
-Latest version of the release notes: 
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Validator.git;a=blob;f=README
-
-== About ==
-
-Validator is an extension that makes parameter validation functionality 
available
-to other extensions. This enables other extensions to validate parameters, set 
them
-to their defaults, and generate error messages, while only defining the 
parameters
-and their criteria.
-
-Notes on installing Validator are found in the file INSTALL.
-
-== Contributors ==
-
-https://www.mediawiki.org/wiki/Extension:Validator#Contributing_to_the_project
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..07c7a56
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+[![Build 
Status](https://secure.travis-ci.org/wikimedia/mediawiki-extensions-Validator.png?branch=master)](http://travis-ci.org/wikimedia/mediawiki-extensions-Validator)
+
+These are the readme of the ParamProcessor extension.
+
+Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:ParamProcessor
+
+== About ==
+
+The ParamProcessor extension, formerly known as Validator, is a parameter 
processing
+framework that provides a way to declaratively define a set of parameters and 
how they
+should be processed. It can take such declarations together with a list of raw
+parameters and provide the processed values.
+
+Notes on installing ParamProcessor are found in the file INSTALL.
+
diff --git a/RELEASE-NOTES-1.0 b/RELEASE-NOTES-1.0
index cb8e3a4..0aa1b3a 100644
--- a/RELEASE-NOTES-1.0
+++ b/RELEASE-NOTES-1.0
@@ -1,6 +1,6 @@
 THIS IS NOT A RELEASE YET
 
-Validator 1.0 is currently in beta-quality and is not recommended for use in
+ParamProcessor 1.0 is currently in beta-quality and is not recommended for use 
in
 production until the actual release.
 
 This release is primarily a redesign of many internal APIs aimed at greater
@@ -13,7 +13,7 @@
 * ValueValidator 0.1 or higher is now required
 * ValueFormatter 0.1 or higher is now required
 * Changed minimum MediaWiki version from 1.16 to 1.18.
-* Full compatibility with MediaWiki 1.20 and 1.21 and forward-compatibility 
with 1.22.
+* Full compatibility with MediaWiki 1.20, 1.21, 1.22 and forward-compatibility 
with 1.23.
 * Added compatibility with PHP 5.4.x and PHP 5.5.x
 * Dropped support for Validator 0.4.x parameter definitions, including 
Criteria and Manipulations
 
diff --git a/ROADMAP b/ROADMAP
index b94daa9..a8c3e35 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,6 +1,6 @@
 This is the roadmap and release schedule for the Validator extension.
 
-Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:Validator
+Extension page on mediawiki.org: 
https://www.mediawiki.org/wiki/Extension:ParamProcessor
 Latest version of the roadmap: 
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Validator.git;a=blob;f=ROADMAP
 
 

-- 
To view, visit https://gerrit.wikimedia.org/r/67623
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1664fd668be740b7de061be4235fdafed6e46a6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Validator
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to