]> git.mxchange.org Git - friendica.git/blobdiff - mods/README.md
Correct format/style errors
[friendica.git] / mods / README.md
index 917fcccd820e86cb564a2db3339b997e96f03f11..43389eb2c29e70c895c2b5c89e3e109de3690da3 100644 (file)
@@ -4,17 +4,17 @@ Friendica mods files
 ## `bookmarklet-share2friendica`
 
 Browser bookmarklet to share any page with your Friendica account.
-Please see `bookmarklet-share2friendica/README.md` for detailed instruction. 
+Please see `bookmarklet-share2friendica/README.md` for detailed instruction.
 
 ## `fpostit`
 
 Node-agnostic Friendica bookmarklet by Devlon Duthie.
-Unmaintained and unsupported. 
+Unmaintained and unsupported.
 
 ## `home.css` and `home.html`
 
 Example files to customize the landing page of your Friendica node.
-The `home.html file` contains the text of the page, the `home.css` file the style information.
+The `home.html` file contains the text of the page, the `home.css` file the style information.
 The login box will be added according to the other system settings.
 Both files have to be placed in the base directory of your Friendica installation to be used for the landing page.
 
@@ -30,7 +30,11 @@ Please check software documentation to know how modify these examples to make th
 ## `sample-systemd.timer` and `sample-systemd.service`
 
 Sample systemd unit files to start worker.php periodically.
-               
+
 Please place them in the correct location for your system, typically this is `/etc/systemd/system/friendicaworker.timer` and `/etc/systemd/system/friendicaworker.service`.
 Please report problems and improvements to `!helpers@forum.friendi.ca` and `@utzer@social.yl.ms` or open an issue in [the Github Friendica page](https://github.com/friendica/friendica/issues).
 This is for usage of systemd instead of cron to start the worker periodically, the solution is a work-in-progress and can surely be improved.
+
+## `phpstorm-code-style.xml`
+
+PHP Storm Code Style settings, used for this codebase