Make a donation
$ 




Extension:P2P.php

From OrganicDesign Wiki

Jump to: navigation, search
<?php
# Extension:Daemoniser
# - Licenced under LGPL (http://www.gnu.org/copyleft/lesser.html)
# - Author: [http://www.organicdesign.co.nz/nad User:Nad]
 
if (!defined('MEDIAWIKI')) die('Not an entry point.');
 
define('P2P_VERSION','0.0.0, 2007-12-31');
 
$wgExtensionCredits['other'][] = array(
	'name'        => 'P2P',
	'author'      => '[http://www.organicdesign.co.nz/nad User:Nad]',
	'description' => 'Used in conjunction with [http://www.organicdesign.co.nz/Extension:SQLite.php SQLite extension] to allow a P2P layer that directly connect clients who are editing the same articles so that they can synchronise data, reduce edit-conflicts and act as redundant caches for the data they share.',
	'url'         => 'http://www.organicdesign.co.nz/Extension:P2P.php',
	'version'     => P2P_VERSION
	);

The GNU Project Debian Linux Ubuntu Linux Wikipedia Affiliate Button MediaWiki

Content under the www.organicdesign.co.nz domain is available under the Creative Commons Attribution-ShareAlike License