X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.html;h=df1106c4b99be5fcb2d8e8e8e084999cb501b344;hb=293d9fcaedf385724c0e8587ff9f8966a198240b;hp=3b3f0a44b2e794e0a7cac23683b11144b144e7fc;hpb=47e0f70e94b3d7a770c6946c5e4e2e609963c9ac;p=sview.git diff --git a/README.html b/README.html index 3b3f0a4..df1106c 100644 --- a/README.html +++ b/README.html @@ -47,9 +47,9 @@ Get the source code either with git clone command or using a zip ar
  • f/ (for "files") is the folder for any downloadable (or browsable) file you may upload.
  • site/ is the main folder containing all your website pages. Three are already there :
  • .htaccess : its main job consists in routing everything that is not a resource to the index.php file.
  • @@ -71,7 +71,7 @@ Get the source code either with git clone command or using a zip ar
  • A global title to your website; this title can later be mixed with a more specific page-based title, or be replaced.
  • A list of references to CSS style sheets and pre-rendering javascript, like - . + <link rel="stylesheet" href="http://cran.r-project.org/R.css"/>. We will see later how to refer to local style sheets (under a/css).
  • Some javascript code which will be loaded by default after every page loads (e.g. jquery).
  • @@ -93,7 +93,7 @@ Get the source code either with git clone command or using a zip ar

    - You can also change the \ tags if needed. + You can also change the <meta> tags if needed.

    site/home.php

    @@ -125,7 +125,7 @@ Get the source code either with git clone command or using a zip ar Now we will see how to access pages and resources (images, CSS, files, javascript).

    -
    +

    How to view a web page ?

    @@ -163,7 +163,7 @@ Get the source code either with git clone command or using a zip ar Just use a regular link pointing to r('dl/?f=name_of_the_file.xxx'), anywhere you want.

    -
    +

    Usual workflow