diff --git a/config.php.example b/config.php.example index 31808ca..1c884e9 100644 --- a/config.php.example +++ b/config.php.example @@ -28,8 +28,13 @@ // define( 'ALLOW_NEW_AUTOBLOGS_BY_XSAF', TRUE ); /** - * More about TwitterBridge : https://github.com/mitsukarenai/twitterbridge and twitter2feed: https://github.com/mitsukarenai/twitter2feed - * replace LOCAL with the twitterbridge request URL (example: 'http://www.suumitsu.eu/twitter/?u=' ) or leave LOCAL to use the included twitter2feed.php. + * TwitterBridge: https://github.com/mitsukarenai/twitterbridge + * twitter2feed : https://github.com/mitsukarenai/twitter2feed + * rss-bridge : https://github.com/sebsauvage/rss-bridge + * replace LOCAL with: + - the twitterbridge request URL (example: 'http://www.some.website/twitterbridge/?u=' ) + - or the rss-bridge request URL (example: 'http://www.some.website/rss-bridge/?action=display&bridge=TwitterBridge&format=AtomFormat&u=' ) + - or leave LOCAL to use the included twitter2feed.php. * set to FALSE if you want to fully disable Twitter support **/ // define( 'API_TWITTER', 'LOCAL' ); diff --git a/index.php b/index.php index 084e81e..484ead8 100755 --- a/index.php +++ b/index.php @@ -830,7 +830,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY if( API_TWITTER === 'LOCAL' ) echo 'Twitter (local)
'; else - echo 'Twitter (via twitterbridge)
'; + echo 'Twitter (via bridge)
'; } else echo 'Twitter
'; ?>