]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FHowToUseWiki
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FHowToUseWiki
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Help%2FHowToUseWiki,v 1.4 2008-06-18 01:12:39 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FHowToUseWiki;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 ''"Wiki wiki"'' means "quick" in Hawai'ian.
12
13 *All you really need to know is:*
14
15 * To edit any page click on the Edit link at the bottom of the page.
16   You should do that right now, and read the source code of this page.
17   It will make more sense.
18
19 * You get italics by surrounding words with underscores on either side
20   _like this_.
21
22 * You get *bold text* by using two asterisks on either side.
23
24 * And, *_bold italics_* by using both.
25
26 * You get =monospaced text= by using two equal-signs on either side.
27
28 * You get bullets by using an asterisk * at the start of the line.
29
30 * To have a paragraph in plain monospaced font, start it with <pre>
31   and end it with </pre>:
32
33   <pre>
34   this is a poem for sure
35   about monospacing
36   i wrote in purple velour
37   but couldn't find a rhyme for monospacing
38   </pre>
39
40 * You separate paragraphs with an extra blank line. Example:
41
42   I am a paragraph.
43
44   I am a paragraph too. We're just very small paragraphs.
45
46 * You can get horizontal rules with four or more dashes like this:
47
48   ---------
49
50 * To create hyperlinks you just capitalize the words and string them
51   together. Let's say you want to create a page about how Steve
52   Wainstead eats worms. All you have to do is capitalize each word and
53   string them together like this: SteveWainsteadEatsLiveWorms. If the
54   page does not exist yet a question mark appears after the link,
55   inviting you to create the page: ThisPageShouldNotExist. (And please
56   don't ruin the example by creating one.)
57
58 * To link to pages outside the Wiki, you can just type in the URL and
59   Wiki will link it for you: http://www.nytimes.com/
60
61 * To put images in, just provide the hyperlink in brackets like this:
62   ~[~http://www.yourhost.yourdomain/images/picture.png]. Image URLs not
63   in brackets will just appear as hyperlinks to the image.
64
65 * Now you are ready to begin [AddingPages|Help:AddingPages].
66
67 ----
68
69 A [WikiWikiWeb] is meant to be fast and easy to edit. It has very simple
70 markup that you can read about in Help:TextFormattingRules.
71
72 ----
73
74 If you don't like the size of the text editing window you get, you can
75 change it.  See [UserPreferences].
76
77 ----
78
79 [PhpWikiDocumentation]