Incola has submitted this change and it was merged. Change subject: Fix some typos in documentation files ......................................................................
Fix some typos in documentation files Change-Id: Ic942a5ef1e05e18cfe008545d83b9e096926fbd4 --- M docs/contributing.md M docs/introduction.md M docs/query.md 3 files changed, 9 insertions(+), 9 deletions(-) Approvals: Incola: Verified; Looks good to me, approved diff --git a/docs/contributing.md b/docs/contributing.md index 31c40cb..5b15ebb 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -7,7 +7,7 @@ <a name="introduction"></a> ## Introduction -Lists is free, open-source software, meaning anyone can contribute to its development and progress. Lists source code is currently hosted on [WikiMedia infrastructure](https://git.wikimedia.org/summary/?r=labs/tools/lists.git). There is also a [github](https://github.com/wikimedia/labs-tools-lists/) copy which provides an easy method for forking the project and merging your contributions. +Lists is free, open-source software, meaning anyone can contribute to its development and progress. Lists source code is currently hosted on [Wikimedia infrastructure](https://git.wikimedia.org/summary/?r=labs/tools/lists.git). There is also a [github](https://github.com/wikimedia/labs-tools-lists/) copy which provides an easy method for forking the project and merging your contributions. <a name="pull-requests"></a> ## Pull Requests diff --git a/docs/introduction.md b/docs/introduction.md index 33ef249..64cfa09 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,8 +5,8 @@ <a name="lists-philosophy"></a> ## Lists Philosophy -Lists is a project hosted on WikiMedia Labs. It's goal is to create a place where is possible to create, edit, analyze and run easily query and scripts to create lists of wiki pages. +Lists is a project hosted on Wikimedia Labs. Its goal is to create a place where it is possible to create, edit, analyze and run easily queries and scripts to create lists of wiki pages. The lists can be both for human-usage and for bot-usage. -At the moment only sql queries are supported and are run automatically by the system with a certain frequency. \ No newline at end of file +At the moment only SQL queries are supported and are run automatically by the system with a certain frequency. diff --git a/docs/query.md b/docs/query.md index 17e7205..6feacbc 100644 --- a/docs/query.md +++ b/docs/query.md @@ -12,18 +12,18 @@ CONNECT [PROJECT_SLUG]_p [PROJECT_SLUG].labsdb; -where **[PROJECT_SLUG]** will be the project codename: (enwiki for wikipedia in English, itwiki for Wikipedia in Italian, etc). Ie for Wikipedia in Italian: +where **[PROJECT_SLUG]** will be the project codename: (enwiki for Wikipedia in English, itwiki for Wikipedia in Italian, etc). Ie for Wikipedia in Italian: CONNECT itwiki_p itwiki.labsdb; <a name="the-config-file"></a> ## The config file -Foreach query, a config file is needed. The config file will have to be: +For each query, a config file is needed. The config file will have to be: - in the same folder of the query - called with the same name -- have the **.cnf** extention +- have the **.cnf** extension The structure of the file is: @@ -34,7 +34,7 @@ link = WP:EGO/E license = CC-BY-SA -The **project** field have to be the same as **[PROJECT_SLUG]** from before. +The **project** field has to be the same as **[PROJECT_SLUG]** from before. The **frequency** field will be used to run the query. Actual valid values are: @@ -48,12 +48,12 @@ The **author** field asks for author name. If the query is taken from the wiki itself and is difficult or impossible to determine the author, set to `unknown`. -The **license** field asks for the query license. If the query is taken from the wiki itself the licene will be `CC-BY-SA`. Actual valid values are: +The **license** field asks for the query license. If the query is taken from the wiki itself the license will be `CC-BY-SA`. Actual valid values are: - CC-BY-SA - CC-0 - GPL-3.0 -- **AGPL-3.0** (prefered) +- **AGPL-3.0** (preferred) - MIT The **link** field asks for the page title of the list on Wikipedia. This field is optional. -- To view, visit https://gerrit.wikimedia.org/r/181876 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic942a5ef1e05e18cfe008545d83b9e096926fbd4 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/lists Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: Alessio <[email protected]> Gerrit-Reviewer: Incola <[email protected]> Gerrit-Reviewer: Ricordisamoa <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
