X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMeteor%2FREADME;h=f21828cdc5e7f9c07b922d031f7ae1a43c2123e7;hb=7dcb27672fa3f234f1fdfab5024752614e805341;hp=22f548462f02ce2db89fc8cbff0f70a50ffaf327;hpb=e047ba52c7c3f5953336d46fd22715d880002720;p=quix0rs-gnu-social.git diff --git a/plugins/Meteor/README b/plugins/Meteor/README index 22f548462f..f21828cdc5 100644 --- a/plugins/Meteor/README +++ b/plugins/Meteor/README @@ -1,27 +1,24 @@ -This is a plugin to automatically load notices in the browser no -matter who creates them -- the kind of thing we see with -search.twitter.com, rejaw.com, or FriendFeed's "real time" news. +This is a plugin to automatically load notices in the browser no matter who +creates them -- the kind of thing we see with search.twitter.com, rejaw.com, or +FriendFeed's "real time" news. It requires a meteor server. http://meteorserver.org/ -Note that the controller interface needs to be accessible by the Web -server, and the subscriber interface needs to be accessible by your -Web users. You MUST firewall the controller interface from users; -otherwise anyone will be able to push any message to your subscribers. -Not good! +Note that the controller interface needs to be accessible by the Web server, and +the subscriber interface needs to be accessible by your Web users. You MUST +firewall the controller interface from users; otherwise anyone will be able to +push any message to your subscribers. Not good! You can enable the plugin with this line in config.php: addPlugin('Meteor', array('webserver' => 'meteor server address')); Available parameters: - * webserver: Web server address. Defaults to site server. * webport: port to connect to for Web access. Defaults to 4670. * controlserver: Control server address. Defaults to webserver. * controlport: port to connect to for control. Defaults to 4671. * channelbase: a base string to use for channels. Good if you have multiple sites using the same meteor server. -