]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/HowToUseWiki
This commit was generated by cvs2svn to compensate for changes in r2,
[SourceForge/phpwiki.git] / pgsrc / HowToUseWiki
1 ''"Wiki wiki"'' means "quick" in Hawai'ian.
2
3 '''All you really need to know is:'''
4
5         * To edit any page click on the Edit Text link at the bottom of
6 the page. You should do that right now, and read the source code of this
7 page. It will make more sense.
8         * You get italics by surrounding words with two single quotes on
9 either side ''like this''.
10         * You get '''bold text''' by using three quotes on either side.
11         * And, '''''bold italics''''' with five.
12         * You get bullets by using a tab and an asterick *
13         * If you use Windows, you can't use your tab key. It's Bill
14 Gates's fault. But you can check the little box that says Convert Spaces
15 To Tabs. You can type a bunch of spaces and the Wiki will recognize them
16 as a tab.
17         * To have plain monospaced font, indent with a space:
18
19  this is a poem 
20  about monospacing
21  nothing rhymes with poem
22  nothing rhymes with monospacing
23
24         * You can seperate paragraphs with an extra blank line. Example:
25
26 I am a paragraph.
27
28 I am a paragraph too. We're just very small paragraphs.
29
30
31         * You can get horizontal rules with four or more dashes like this:
32 ----
33         * To create hyperlinks you just capitalize the words and string them together. Let's say you want to create a page about how Steve Wainstead eats worms. All you have to do is capitalize each word and string them together like this: SteveWainsteadEatsWorms. If the page does not exist yet a question mark appears after the link, inviting you to create the page: ThisPageShouldNotExist. (And please don't ruin the example by creating one.) 
34         * To link to pages outside the Wiki, you can just type in the URL and Wiki will link it for you: http://www.nytimes.com/
35         * Now you are ready to begin AddingPages.
36
37 ----
38 A WikiWikiWeb is meant to be fast and easy to edit. It has very simple markup that you can read about in TextFormattingRules.