Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamauri committed Jun 16, 2020
2 parents f4a3bab + e9dc6a1 commit 1cfe807
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ It was originally conceived and written by [Luca Mauri](https://github.com/lucam

Easiest way to install the extension is using _Composer_: it will automatically resolve all the dependencies and install them as well.

Add the `require` configuration as in the following example to the `composer.local.json` at the root of your mediawiki installation, or create the file if it does not exist yet:
<<<<<<< HEAD
Easiest way to install the extension is using _Composer_: it will automatically resolve all the dependencies and install them as well.

=======

> > > > > > > e9dc6a179d3d3a66278b64110221fd9d87ac2c95
> > > > > > > Add the `require` configuration as in the following example to the `composer.local.json` at the root of your mediawiki installation, or create the file if it does not exist yet:
```JSON
{
Expand Down Expand Up @@ -82,10 +88,19 @@ An optional keyword to check into the page. When present, P2G will _not_ upload

### \$wgP2GAddKeyword

<<<<<<< HEAD

An optional boolean parameter: when set to `true` the word defined in _\$wgP2GKeyword_ is added before the name of the page to form the filename.

### \$wgP2GNameSpace

=======
An optional boolean parameter: when set to `true` the word defined in _\$wgP2GKeyword_ is added before the name of the page to form the filename.

> > > > > > > e9dc6a179d3d3a66278b64110221fd9d87ac2c95
### \$wgP2GNameSpace

P2G will upload pages only belonging to the namespace spedified in this variable

### \$wgP2GOwner
Expand Down

0 comments on commit 1cfe807

Please sign in to comment.