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

Add tazwikiss.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 07:41:33 2011 +0000 (2011-02-24)
parents
children 46bb16b07f1a
line source
1 TOC
2 !Help
4 Here is a summary of all the formatting rules in ''WiKiss''.
5 Click "Edit" on top or bottom of this page to see how it works.
6 (if you see "Page Locked", do a chmod 775 on this file via a ftp client)
8 See also [AideTables] to create tables.
10 ----
12 Tiles use the exclamation mark '''!'''%%
13 ^! Big%%
14 ^!! Less big%%
15 ^!!! Smaller%%
16 gives you :
17 ! Big
18 !! Less big
19 !!! Smaller
21 To automatically add a table of contents in a page, add the '''TOC''' mark in it :
22 * at the last line to be clearer, there is no influence on position ;
23 * at the first line if you need to write TOC in your page. Only the first occurrence will be replaced.
25 ----
27 Styles use the single quote '
28 * ^''^'Bold^''^' --> '''Bold'''
29 * ^''italic^'' --> ''italic''
30 * ^''^''^'Bold and italic^''^''^' --> '''''Bold and italic'''''
32 ----
34 Stroke of a work use quote and two dashes%%
35 ^'--Stroked--' --> '--Stroked--'
37 the same applies for underline, quote followed by by two underscore%%
38 ^'__Underlined__' --> '__Underlined__'
40 ----
42 The ordered lists use sharp '''#'''
43 # First
44 # Second
45 # Third
47 ----
49 Non ordered lists use the star '''*'''
50 * Apple
51 * Pear
52 * Peach
54 ----
56 The code, and all of those things where formatting is important, use the braces %%
57 ^{{import sys%%
58 if len(sys.argv) == 2:%%
59 print "Hello",sys.argv^[1]}}%%
60 give :
61 {{import sys
62 if len(sys.argv) == 2:
63 print "Hello",sys.argv[1]}}
65 ----
67 The separation between paragraphs of text is done through an empty line.
68 To force a line break in the middle of a paragraph, use: ^%%
70 ----
72 Some special characters are recognized:
73 * Arrows : &lt;^-- : &lt;--, ^--> : -->, &lt;^--> : &lt;-->
74 * Copyrights : ^(c) or ^(C) : (c), ^(r) or ^(R) : (r)
76 ----
78 Links to wiki-pages use square brackets :
79 '''^['''Accueil''']''' --> [Accueil]
81 If a page does not exists, it will be created on first click.
82 Click on "SandBox" below and you will be able to create it ...%%
83 [SandBox]
85 To link a wiki-page with a different text use :
86 '''^['''Beginning'''|?page='''Accueil''']''' --> [Beginning|?page=Accueil]
88 The external links and addresses eMail are automagically recognized ...
89 * ^http://wikiss.tuxfamily.org/ --> http://wikiss.tuxfamily.org/
90 * wikiss^@example.org --> wikiss@example.org
92 or through a text between square brackets :
93 * '''^['''Visit WiKiss web site'''|'''^http://wikiss.tuxfamily.org/''']''' --> [Visit WiKiss web site|http://wikiss.tuxfamily.org/]
95 with a ? you get a Wikipedia link in the current language :
96 * '''^[?'''Wiki''']''' --> [?Wiki]
98 ----
100 Images are automagically inserted with the picture URL between square brackets%%
101 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png''']''' -->
102 [http://wikiss.tuxfamily.org/img/logo_100.png]
104 You can also use an image as a link : %%
105 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org/''']''' -->
106 [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org/]
108 But also position the image on a floating left or right:
109 [http://wikiss.tuxfamily.org/img/logo_100.png|left] [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org|right]
110 %%
112 &lt;-- '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|left]'''%%
113 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org'''|right]''' -->
114 %%
116 ----
118 ... to insert lines, simply use four dashes : '''---- '''
120 ----
122 Finally, in order to neutralize the syntax WiKiss, use the caret ^ %%
123 Thus, enter '''^^^['''WiKiss''']''' can display ^[WiKiss] rather than [WiKiss]
125 ----
127 Try it, you'll see, it's very simple.