From 293d9fcaedf385724c0e8587ff9f8966a198240b Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 5 Feb 2015 17:35:04 +0100 Subject: [PATCH] fix README.html --- README.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index 2573e9d..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.
  • @@ -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

    -- 2.44.0