"Dmitriy Sintsov" <[email protected]> wrote in message news:[email protected]... > * Roan Kattouw <[email protected]> [Tue, 25 May 2010 20:58:54 > +0200] >> > Having a something like FarmRequest or FarmApi classes would be a great > think for wiki farms (I run a small one). > Probably also would help to unificate the remote vs local farm code. > Though, a Farm probably should become an object containing wiki > configurations. Currently farms are a bit "hackish". > Dmitriy >
One way to achieve this would be to develop the MediaWiki class to actually be what it originally promised: an object representing a wiki, of which there can in principle be more than one instantiated at any one time. Configuration options could determine how the MediaWiki object accesses data, and consequently what sub-entities it is able to produce. --HM _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
