]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
updated
authorMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 20:55:58 +0000 (15:55 -0500)
committerMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 20:55:58 +0000 (15:55 -0500)
plugins/OStatus/actions/ostatusinit.php

index 22aea9f7097831faf5aafee5944b800d1ef56cac..bf7b2231993bca3839548ba4ab6111854b9bb17e 100644 (file)
@@ -91,6 +91,11 @@ class OStatusInitAction extends Action
 
     function showContent()
     {
+
+      $this->elementStart('p','morehelp');
+      $this->morehelp,_m("With GNU social, users do not use one server to communicate in the way that Facebook and Twitter users do. Instead, users are spread out over a network of servers and different sites. You can run your own server, or you can sign up for one of the public servers &mdash; it doesn't even need to be a GNU social server &mdash; any server that speaks the OStatus protocol is suitable. A good place to get an account for yourself is www.status.net");
+      $this->elementEnd('p');
+    
         if ($this->group) {
             $header = sprintf(_m('Join group %s'), $this->group);
             $submit = _m('Join');
@@ -201,5 +206,7 @@ class OStatusInitAction extends Action
     {
       return _m('OStatus Connect');  
     }
+
+  
   
 }