This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
NewerOlder