http://elegantcode.com/2011/06/18/git-on-windows-creating-a-network-shared-central-repository/
pushd \\remoteServer\git\Share\Folder\Path
/* ********************************************************************************** | |
* MediaWiki logo replacer script | |
* Author: Inquisitor Sasha | |
* Contributors: | |
* | |
* Developed for the Orain MediaWiki free wiki hosting service | |
* | |
* Replace the current logo of the wiki with your own logo image from anywhere | |
* Additionally, your can change the page that the logo image will link to, | |
* such as if your wiki uses a different main page title from the standard |
<?php | |
// components/WidgetFactory.php | |
/** | |
* Custom WidgetFactory class | |
* Provides two new events: | |
* - onBeforeCreateWidget | |
* - onAfterCreateWidget | |
* |