diff --git a/newmemberwidget/README.md b/newmemberwidget/README.md index 827ee1f7..ca3ace36 100644 --- a/newmemberwidget/README.md +++ b/newmemberwidget/README.md @@ -19,7 +19,7 @@ You want to test it, but you don't want to create a new account? Take your fav text editor (yeah emacs will do as well) and edit the newmemberwidget.php file. In line 21 you will find a if clause, just add a ! infront of the - x(!_SESSION + x(!_SESSION that will negate the requirement of being a new member, so don't forget the remove that ! again after testing ;-) @@ -31,7 +31,7 @@ and copy it to lang/XX/message.po where XX is the language you want to translate for (i.e. de, fr, nb-no). After you translated the content go to the root of your friendica directory and run - php util/po2php.php addon/newmember/lang/XX/message.po + php bin/console po2php addon/newmember/lang/XX/message.po to translate the message.po file into the strings.php file needed by friendica to catch your translations. @@ -55,7 +55,7 @@ This addon is licensed under the [MIT License](http://opensource.org/licenses/MI > Copyright (c) 2014 Tobias Diekershoff > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -> +> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -> +> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.