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