X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FDownload-CSS-styles-from-an-OPML-list.html;h=227715027eabb46a41ebeb4b399587b541b6b7b1;hb=5e148f8a529abf72256ef74ed149d56a5b27bd72;hp=b21a54bdbcb067b7595a5a3ee9a14f4593af80f1;hpb=27cf2e671d1f35bd8c9383d008cd3733fc1c6e0d;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 b21a54bd..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,21 +54,30 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Home
  • Installation
  • +
  • Docker
  • Usage
  • How To
  • Troubleshooting
  • Development @@ -60,6 +87,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Directory structure
  • 3rd party libraries
  • Plugin System
  • +
  • Release Shaarli
  • Security
  • Static analysis
  • Theming
  • @@ -76,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) -->
     
    @@ -224,6 +252,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
     $knownStyles = findKnownStyles();
     copyUserStylesFrom(createShaarliHashFromOPMLL(SHAARLI_RSS_OPML), $knownStyles);
     
    -<!--- ? ---->
    +<!--- ? ---->