slitaz-dev-tools diff tazwikiss/rootfs/var/www/wiki/pages/Help.txt @ rev 245

tazwikiss: use sedesc()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 02 10:14:11 2015 +0200 (2015-09-02)
parents add86f2168cd
children b59cc28d47e2
line diff
     1.1 --- a/tazwikiss/rootfs/var/www/wiki/pages/Help.txt	Thu Feb 24 07:41:33 2011 +0000
     1.2 +++ b/tazwikiss/rootfs/var/www/wiki/pages/Help.txt	Wed Sep 02 10:14:11 2015 +0200
     1.3 @@ -9,10 +9,10 @@
     1.4  
     1.5  ----
     1.6  
     1.7 -Tiles use the exclamation mark '''!'''%%
     1.8 -^! Big%%
     1.9 -^!! Less big%%
    1.10 -^!!! Smaller%%
    1.11 +Tiles use the exclamation mark '''!'''
    1.12 +^! Big
    1.13 +^!! Less big
    1.14 +^!!! Smaller
    1.15  gives you :
    1.16  ! Big
    1.17  !! Less big
    1.18 @@ -31,10 +31,10 @@
    1.19  
    1.20  ----
    1.21  
    1.22 -Stroke of a work use quote and two dashes%%
    1.23 +Stroke of a work use quote and two dashes
    1.24  ^'--Stroked--' --> '--Stroked--'
    1.25  
    1.26 -the same applies for underline, quote followed by by two underscore%%
    1.27 +the same applies for underline, quote followed by by two underscore
    1.28  ^'__Underlined__' --> '__Underlined__'
    1.29  
    1.30  ----
    1.31 @@ -53,10 +53,10 @@
    1.32  
    1.33  ----
    1.34  
    1.35 -The code, and all of those things where formatting is important, use the braces %%
    1.36 -^{{import sys%%
    1.37 -if len(sys.argv) == 2:%%
    1.38 -   print "Hello",sys.argv^[1]}}%%
    1.39 +The code, and all of those things where formatting is important, use the braces
    1.40 +^{{import sys
    1.41 +if len(sys.argv) == 2:
    1.42 +   print "Hello",sys.argv^[1]}}
    1.43  give :
    1.44  {{import sys
    1.45  if len(sys.argv) == 2:
    1.46 @@ -65,13 +65,16 @@
    1.47  ----
    1.48  
    1.49  The separation between paragraphs of text is done through an empty line.
    1.50 -To force a line break in the middle of a paragraph, use: ^%%
    1.51 +To force a line break in the middle of a paragraph, use: ^
    1.52  
    1.53  ----
    1.54  
    1.55  Some special characters are recognized:
    1.56 -* Arrows : &lt;^-- : &lt;--, ^--> : -->, &lt;^--> : &lt;-->
    1.57 -* Copyrights : ^(c) or ^(C) : (c), ^(r) or ^(R) : (r)
    1.58 +* Arrows: &lt;^-- : &lt;--, ^--> : -->, &lt;^--> : &lt;-->
    1.59 +* Copyrights: ^(c) or ^(C) : (c), ^(r) or ^(R) : (r)
    1.60 +* Fractions: ^(1/2) : (1/2), ^(1/4) : (1/4), ^(3/4) : (3/4)
    1.61 +* Miscellaneous: ^(+-) : (+-), ^(!=) : (!=)
    1.62 +* Some icons: ^(phone) : (phone), ^(wphone) : (wphone), ^(bflag) : (bflag), ^(wflag) : (wflag) ^(radioactive) : (radioactive), ^(sad) : (sad), ^(smile) : (smile), ^(recycle) : (recycle), ^(wheelchair) : (wheelchair), ^(anchor) : (anchor), ^(flower) : (flower), ^(gear) : (gear), ^(volt) : (volt), ^(warn) : (warn), ^(skull) : (skull), ^(star) : (star)
    1.63  
    1.64  ----
    1.65  
    1.66 @@ -79,7 +82,7 @@
    1.67  '''^['''Accueil''']''' --> [Accueil]
    1.68  
    1.69  If a page does not exists, it will be created on first click.
    1.70 -Click on "SandBox" below and you will be able to create it ...%%
    1.71 +Click on "SandBox" below and you will be able to create it ...
    1.72  [SandBox]
    1.73  
    1.74  To link a wiki-page with a different text use :
    1.75 @@ -97,21 +100,21 @@
    1.76  
    1.77  ----
    1.78  
    1.79 -Images are automagically inserted with the picture URL between square brackets%%
    1.80 +Images are automagically inserted with the picture URL between square brackets
    1.81  '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png''']''' -->
    1.82  [http://wikiss.tuxfamily.org/img/logo_100.png]
    1.83  
    1.84 -You can also use an image as a link : %%
    1.85 +You can also use an image as a link : 
    1.86  '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org/''']''' --> 
    1.87  [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org/]
    1.88  
    1.89  But also position the image on a floating left or right: 
    1.90  [http://wikiss.tuxfamily.org/img/logo_100.png|left] [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org|right]
    1.91 -%%
    1.92  
    1.93 -&lt;-- '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|left]'''%%
    1.94 +
    1.95 +&lt;-- '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|left]'''
    1.96  '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org'''|right]''' -->
    1.97 -%%
    1.98 +
    1.99  
   1.100  ----
   1.101  
   1.102 @@ -119,7 +122,7 @@
   1.103  
   1.104  ----
   1.105  
   1.106 -Finally, in order to neutralize the syntax WiKiss, use the caret ^ %%
   1.107 +Finally, in order to neutralize the syntax WiKiss, use the caret ^ 
   1.108  Thus, enter '''^^^['''WiKiss''']''' can display ^[WiKiss] rather than [WiKiss]
   1.109  
   1.110  ----