]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Submirror wizard updates... commenting out Wordpress (not sure what to do with it...
authorBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 00:32:09 +0000 (17:32 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 00:48:12 +0000 (17:48 -0700)
plugins/SubMirror/lib/addmirrorwizard.php

index 7a63f8366b6bebee13315b2e366e8c55df6c8673..920db0bc9c0319d5ce857a12fea7717fd75e49ad 100644 (file)
@@ -60,22 +60,50 @@ class AddMirrorWizard extends Widget
     function providers()
     {
         return array(
+            /*
+            // We could accept hostname & username combos here, or
+            // webfingery combinations as for remote users.
             array(
                 'id' => 'statusnet',
                 'name' => _m('StatusNet'),
             ),
+             */
+            // Accepts a Twitter username and pulls their user timeline as a
+            // public Atom feed. Requires a working alternate hub which, one
+            // hopes, is getting timely updates.
             array(
                 'id' => 'twitter',
                 'name' => _m('Twitter'),
             ),
+            /*
+            // WordPress was on our list some whiles ago, but not sure
+            // what we can actually do here. Search on Wordpress.com hosted
+            // sites, or ?
             array(
                 'id' => 'wordpress',
                 'name' => _m('WordPress'),
             ),
+             */
+            /*
+            // In theory, Facebook lets you pull public updates over RSS,
+            // but the URLs for your own update feed that I can find from
+            // 2009-era websites no longer seem to work and there's no
+            // good current documentation. May not still be available...
+            // Mirroring from an FB account is probably better done with
+            // the dedicated plugin. (As of March 2011)
+            array(
+                'id' => 'facebook',
+                'name' => _m('Facebook'),
+            ),
+             */
+            /*
+            // LinkedIn doesn't currently seem to have public feeds
+            // for users or groups (March 2011)
             array(
                 'id' => 'linkedin',
                 'name' => _m('LinkedIn'),
             ),
+             */
             array(
                 'id' => 'feed',
                 'name' => _m('RSS or Atom feed'),