X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FDownload-CSS-styles-from-an-OPML-list.html;h=227715027eabb46a41ebeb4b399587b541b6b7b1;hb=d06c28ef64c96c40f627503a27ea224947e288f0;hp=033dd18cc9a1a4fe5c52fbb1b6ceef12d4997594;hpb=6335a0fc0ce0c2f962333f0b4d6baac1671df901;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Download-CSS-styles-from-an-OPML-list.html b/doc/Download-CSS-styles-from-an-OPML-list.html index 033dd18c..22771502 100644 --- a/doc/Download-CSS-styles-from-an-OPML-list.html +++ b/doc/Download-CSS-styles-from-an-OPML-list.html @@ -4,31 +4,49 @@ - Shaarli - Download CSS styles from an OPML list + Shaarli – Download CSS styles from an OPML list - +
@@ -36,20 +54,28 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Home
  • Installation
  • +
  • Docker
  • Usage
  • How To
  • @@ -61,6 +87,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Directory structure
  • 3rd party libraries
  • Plugin System
  • +
  • Release Shaarli
  • Security
  • Static analysis
  • Theming
  • @@ -77,7 +104,7 @@ code > span.er { color: #ff0000; font-weight: bold; }

    Download CSS styles from an OPML list

    Download CSS styles for shaarlis listed in an opml file

    Example php script:

    -
    <!---- ?php -->
    +
    <!---- ?php -->
     <!---- Copyright (c) 2014 Nicolas Delsaux (https://github.com/Riduidel) -->
     <!---- License: zlib (http://www.gzip.org/zlib/zlib_license.html) -->
     
    @@ -225,6 +252,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
     $knownStyles = findKnownStyles();
     copyUserStylesFrom(createShaarliHashFromOPMLL(SHAARLI_RSS_OPML), $knownStyles);
     
    -<!--- ? ---->
    +<!--- ? ---->