From b230bf207df576fa2ad165702184edf21f674ce7 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 May 2017 18:44:05 +0200 Subject: Bump version to v0.9.0 Signed-off-by: ArthurHoaro --- doc/Directory-structure.html | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'doc/Directory-structure.html') diff --git a/doc/Directory-structure.html b/doc/Directory-structure.html index 404ff7c8..3f75db8e 100644 --- a/doc/Directory-structure.html +++ b/doc/Directory-structure.html @@ -69,6 +69,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
  • Browsing and Searching
  • Firefox share
  • RSS feeds
  • +
  • REST API
  • How To
      @@ -87,6 +88,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
    • 3rd party libraries
    • Plugin System
    • Release Shaarli
    • +
    • Versioning and Branches
    • Security
    • Static analysis
    • Theming
    • @@ -101,33 +103,33 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

      Directory structure

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

      -
          index.php        # Main program
      -    application/     # Shaarli classes
      +
          index.php        # Main program
      +    application/     # Shaarli classes
               ├── LinkDB.php
               └── Utils.php
      -    tests/       # Shaarli unitary & functional tests
      +    tests/       # Shaarli unitary & functional tests
               ├── LinkDBTest.php
      -        ├── utils  # utilities to ease testing
      +        ├── utils  # utilities to ease testing
               │   └── ReferenceLinkDB.php
               └── UtilsTest.php
      -    COPYING          # Shaarli license
      -    inc/             # static assets and 3rd party libraries
      -        ├── awesomplete.*          # tags autocompletion library
      -        ├── blazy.*                # picture wall lazy image loading library
      +    COPYING          # Shaarli license
      +    inc/             # static assets and 3rd party libraries
      +        ├── awesomplete.*          # tags autocompletion library
      +        ├── blazy.*                # picture wall lazy image loading library
               ├── shaarli.css, reset.css # Shaarli stylesheet.
      -        ├── qr.*                   # qr code generation library
      -        └──rain.tpl.class.php      # RainTPL templating library
      -    tpl/             # RainTPL templates for Shaarli. They are used to build the pages.
      -    images/          # Images and icons used in Shaarli
      -    data/            # data storage: bookmark database, configuration, logs, banlist…
      -        ├── config.php             # Shaarli configuration (login, password, timezone, title…)
      -        ├── datastore.php          # Your link database (compressed).
      -        ├── ipban.php              # IP address ban system data
      -        ├── lastupdatecheck.txt    # Update check timestamp file
      -        └──log.txt                 # login/IPban log.
      -    cache/           # thumbnails cache
      +        ├── qr.*                   # qr code generation library
      +        └──rain.tpl.class.php      # RainTPL templating library
      +    tpl/             # RainTPL templates for Shaarli. They are used to build the pages.
      +    images/          # Images and icons used in Shaarli
      +    data/            # data storage: bookmark database, configuration, logs, banlist…
      +        ├── config.php             # Shaarli configuration (login, password, timezone, title…)
      +        ├── datastore.php          # Your link database (compressed).
      +        ├── ipban.php              # IP address ban system data
      +        ├── lastupdatecheck.txt    # Update check timestamp file
      +        └──log.txt                 # login/IPban log.
      +    cache/           # thumbnails cache
                            # This directory is automatically created. You can erase it anytime you want.
      -    tmp/             # Temporary directory for compiled RainTPL templates.
      +    tmp/             # Temporary directory for compiled RainTPL templates.
                            # This directory is automatically created. You can erase it anytime you want.
      -- cgit v1.2.3