Skip to content

Instantly share code, notes, and snippets.

View jnv's full-sized avatar

Jan Vlnas jnv

View GitHub Profile
@jnv
jnv / GoogleAnalytics.php
Created August 30, 2011 14:16
Google Analytics for MediaWiki
<?php
/*
* Google Analytics integration for MediaWiki
* Based on extension by Tim Laqua: http://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration
*
* Usage:
* - Drop GoogleAnalytics.php to your extensions/ dir
* - In SystemConfig.php add:
*
* require_once( "$IP/extensions/GoogleAnalytics.php" );
@jnv
jnv / Gemfile
Created August 8, 2011 10:06
Gemfile for Composite Primary Keys testing
source 'http://rubygems.org'
gem 'test-unit'
gem 'rake'
git "git://github.com/rails/rails.git",:branch => "3-1-stable" do
gem "activerecord"
end
#gem 'pg'
gem 'sqlite3'