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/Directory-structure.html | 63 +++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 18 deletions(-) (limited to 'doc/Directory-structure.html') diff --git a/doc/Directory-structure.html b/doc/Directory-structure.html index 7015923c..2369950a 100644 --- a/doc/Directory-structure.html +++ b/doc/Directory-structure.html @@ -4,31 +4,49 @@ - Shaarli - Directory structure + Shaarli – Directory structure - +
@@ -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
  • @@ -77,7 +104,7 @@ code > span.er { color: #ff0000; font-weight: bold; }

    Directory structure

    Here is the directory structure of Shaarli and the purpose of the different files:

    -
        index.php        # Main program
    +
        index.php        # Main program
         application/     # Shaarli classes
             ├── LinkDB.php
             └── Utils.php
    @@ -104,6 +131,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
         cache/           # thumbnails cache
                          # This directory is automatically created. You can erase it anytime you want.
         tmp/             # Temporary directory for compiled RainTPL templates.
    -                     # This directory is automatically created. You can erase it anytime you want.
    + # This directory is automatically created. You can erase it anytime you want.
    -- cgit v1.2.3