]> git.mxchange.org Git - friendica.git/blobdiff - mods/readme.txt
Merge pull request #4937 from astifter/install_theme_when_set
[friendica.git] / mods / readme.txt
index 83878aefb36119bcded638120bf67236083ad93e..8fc1c48b32d8976799fc7e4797f7a178295fa529 100644 (file)
@@ -2,6 +2,30 @@ sample-Lighttpd.config
 sample-nginx.config
 
                Sample configuration files to use Friendica with Lighttpd
-       or Nginx. Pleas check software documentation to know how modify
-       these examples to make them work on your server.
+               or Nginx. Pleas check software documentation to know how modify
+               these examples to make them work on your server.
 
+
+sample-systemd.timer
+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 Github (https://github.com/friendica/friendica/issues).
+               This is for usage of systemd instead of cron to start the worker.php
+               periodically, the solution is work-in-progress and can surely be improved.
+
+home.css
+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 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.