Parent Directory
|
Revision Log
Ohloh2Twitter gateway (for people using Ohloh journals and wanting automatic replication to Twitter).
<?php // $Id: config.php,v 1.1 2008/12/01 19:05:35 stronk7 Exp $
///////////////////////////////////////////////////////////////////////////
// //
// NOTICE OF COPYRIGHT //
// //
// Ohloh2Twitter simple gateway //
// http://http://cvs.moodle.org/contrib/tools/ohloh2twitter //
// //
// Copyright (C) 2008-3008 Eloy Lafuente (stronk7) //
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details: //
// //
// http://www.gnu.org/copyleft/gpl.html //
// //
///////////////////////////////////////////////////////////////////////////
$o2t->ohloh_api_key = 'your_ohloh_api_key_goes_here_in_theory_because_really_you_dont_need_it';
$o2t->ohloh_account = 'your_ohloh_account';
$o2t->twitter_account = 'your_twitter_account';
$o2t->twitter_password = 'yout_twitter_password';
/** Proxy support
$o2t->proxy_array = array (
'proxy_host' => 'your.proxy.host',
'proxy_protocol' => 'http',
'proxy_user' => 'user',
'proxy_pass' => 'pass',
'proxy_port' => 8080,
);
**/
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |