Skip to content

Commit

Permalink
Adding the modifications for the SMOB Followee Privacy Preference
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan046 committed Jun 29, 2011
1 parent 2231ad4 commit fbb6c28
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 120 deletions.
6 changes: 3 additions & 3 deletions ajax/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ function setupSMOB() {
define('SMOB_ROOT', '$smob_root');
define('PURGE', '$purge');
//define('HUB_URL', 'http://pubsubhubbub.appspot.com/');
//define('HUB_URL', 'http://localhost:8080/');
//define('HUB_URL_PUBLISH', 'http://smob.superfeedr.com/');
//define('HUB_URL_SUBSCRIBE', 'http://smob.superfeedr.com/');
define('HUB_URL_PUBLISH', 'http://pubsubhubbub.appspot.com/publish');
define('HUB_URL_SUBSCRIBE', 'http://pubsubhubbub.appspot.com/subscribe');
define('HUB_URL_PUBLISH', 'http://localhost:8080/publish');
define('HUB_URL_SUBSCRIBE', 'http://localhost:8080/subscribe');
define('FEED_FILE_PATH', dirname(__FILE__).'/../rss/rss.xml');
define('FEED_URL_PATH', '/rss');
Expand Down
Loading

0 comments on commit fbb6c28

Please sign in to comment.