From 5409ade28c5f0acf99dbadd4d95e6f8efda5d395 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 14 Apr 2016 14:20:23 +0200 Subject: Update docs from Wiki --- doc/Download-CSS-styles-from-an-OPML-list.html | 63 ++++++++++++++++++-------- 1 file changed, 45 insertions(+), 18 deletions(-) (limited to 'doc/Download-CSS-styles-from-an-OPML-list.html') diff --git a/doc/Download-CSS-styles-from-an-OPML-list.html b/doc/Download-CSS-styles-from-an-OPML-list.html index 7d7fe968..aaafbfeb 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 - +
@@ -39,18 +57,26 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Download
  • Server requirements
  • Server configuration
  • +
  • Server security
  • +
  • Shaarli installation
  • Shaarli configuration
  • +
  • Plugin installation & configuration
  • +
  • Docker
  • +
  • Plugin list
  • Usage
  • How To
  • @@ -62,6 +88,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Directory structure
  • 3rd party libraries
  • Plugin System
  • +
  • Release Shaarli
  • Security
  • Static analysis
  • Theming
  • @@ -78,7 +105,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) -->
     
    @@ -226,6 +253,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
     $knownStyles = findKnownStyles();
     copyUserStylesFrom(createShaarliHashFromOPMLL(SHAARLI_RSS_OPML), $knownStyles);
     
    -<!--- ? ---->
    +<!--- ? ---->
    -- cgit v1.2.3