X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FTheming.html;h=7cbf7aef1f2d4839338479c56efd2b6d1cabf2ae;hb=3cc8c898307ad53507a128db2b11238be2641c32;hp=e814dadf7b456b443d515a2dfbaa18feb195eaf6;hpb=992af0b9d77cb4fbac2c37ef8d5896042d67a2a3;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Theming.html b/doc/Theming.html index e814dadf..7cbf7aef 100644 --- a/doc/Theming.html +++ b/doc/Theming.html @@ -4,45 +4,69 @@ - Shaarli - Theming + Shaarli – Theming - +
@@ -87,24 +113,26 @@ code > span.er { color: #ff0000; font-weight: bold; }

RainTPL template

WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental.

Community themes & templates

Example installation: AlbinoMouse template

@@ -114,25 +142,25 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • user sites are enabled, e.g. /home/user/public_html/somedir is served as http://localhost/~user/somedir
  • http is the name of the Apache user
  • -
    $ cd ~/public_html
    +
    $ cd ~/public_html
     
     # clone repositories
    -$ git clone https://github.com/shaarli/Shaarli.git shaarli
    -$ pushd shaarli/tpl
    -$ git clone https://github.com/alexisju/albinomouse-template.git
    -$ popd
    +$ git clone https://github.com/shaarli/Shaarli.git shaarli
    +$ pushd shaarli/tpl
    +$ git clone https://github.com/alexisju/albinomouse-template.git
    +$ popd
     
     # set access rights for Apache
    -$ chgrp -R http shaarli
    -$ chmod g+rwx shaarli shaarli/cache shaarli/data shaarli/pagecache shaarli/tmp
    +$ chgrp -R http shaarli +$ chmod g+rwx shaarli shaarli/cache shaarli/data shaarli/pagecache shaarli/tmp

    Get config written:

    -

    Edit Shaarli's configuration|Shaarli configuration:

    -
    # the file should be owned by Apache, thus not writeable => sudo
    -$ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php
    +

    Edit Shaarli's configuration|Shaarli configuration:

    +
    # the file should be owned by Apache, thus not writeable => sudo
    +$ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php