Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-10 Thread Nischay Nahata
t; > I do feel like I am converging on a solution :-D -Rich > > > > > > -Original Message- > > From: MediaWiki-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On > Behalf Of Brian Wolff > > Sent: Sunday, July 08, 2018 3:12 PM > > To: MediaWiki

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-09 Thread Evans, Richard K. (GRC-H000)
] https://www.mediawiki.org/wiki/Extension:GlobalUserPage > > I do feel like I am converging on a solution :-D -Rich > > > -Original Message- > From: MediaWiki-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf > Of Brian Wolff > Sent: Sunday, July 08, 2018 3:12

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-09 Thread Brian Wolff
ps://www.mediawiki.org/wiki/Extension:GlobalUserPage > > I do feel like I am converging on a solution :-D > -Rich > > > -Original Message- > From: MediaWiki-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf > Of Brian Wolff > Sent: Sunday, July 08, 2018 3:12 PM >

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-09 Thread Evans, Richard K. (GRC-H000)
- From: MediaWiki-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of Martin Urbanec Sent: Monday, July 09, 2018 10:53 AM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2 Hello, you can use https://www.mediawik

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-09 Thread Martin Urbanec
-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On > Behalf Of Brian Wolff > Sent: Sunday, July 08, 2018 3:12 PM > To: MediaWiki announcements and site admin list > Subject: Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to > wiki2 > > I posted the extension I was w

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-09 Thread Evans, Richard K. (GRC-H000)
3:12 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2 I posted the extension I was working on at https://www.mediawiki.org/wiki/Extension:SplitPrivateWiki -- Brian On Sat, Jul 7, 2018 at 8:47 PM, Brian Wolff wrot

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-08 Thread Brian Wolff
I posted the extension I was working on at https://www.mediawiki.org/wiki/Extension:SplitPrivateWiki -- Brian On Sat, Jul 7, 2018 at 8:47 PM, Brian Wolff wrote: > The closest thing i know of is extension:Push, but its not really a match > with what you want. > > Theres generally 3 approaches to

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-08 Thread Nischay Nahata
You can get this done using https://github.com/nischayn22/wikiImporter however it might need some work if the namespaces are different on both the wikis. On Fri, Jun 22, 2018, 12:56 AM Evans, Richard K. (GRC-H000) < richard.k.ev...@nasa.gov> wrote: > anyone know how to sync the pages of a

Re: [MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-07-07 Thread Brian Wolff
The closest thing i know of is extension:Push, but its not really a match with what you want. Theres generally 3 approaches to doing something like that: * shell out to edit.php command line script * use job queue (jobs can be inserted to foreign wiki if queue configured right) * post to api.

[MediaWiki-l] server-side sync of a namespace from wiki1 to wiki2

2018-06-21 Thread Evans, Richard K. (GRC-H000)
anyone know how to sync the pages of a namespace in one wiki to another wiki on the same server? I the same server, I'd like to configure a wiki (say wiki 1) such that any page created or edited in namespace X on wiki 1 is automatically saved to namespace Y on wiki 2. I'd like this to be occur