<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- $Id: head.tmpl,v 1.5 2002/12/15 01:30:47 carstenklapp Exp $ -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="How To Use Wiki, Computersicherheit" />
<meta name="description" content="A WikiWikiWeb is meant to be fast and easy to edit. It has very simple markup that you can read about in TextFormattingRules." />
<meta name="language" content="" />
<meta name="document-type" content="Public" />
<meta name="document-rating" content="General" />
<meta name="generator" content="phpWiki" />
<meta name="PHPWIKI_VERSION" content="1.3.4" />
<base href="http://www.oschad.de/wiki/index.php/" />
<link rel="shortcut icon" href="/wiki/themes/default/images/favicon.ico" />
<link rel="home" title="HomePage" href="HomePage" />
<link rel="help" title="HowToUseWiki" href="HowToUseWiki" />
<link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />
<link rel="author" title="Das PhpWiki Programmierer-Team" href="http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam" />
<link rel="search" title="SeiteFinden" href="SeiteFinden" />
<link rel="alternate" title="Quell Text: HowToUseWiki" href="HowToUseWiki?action=viewsource&amp;version=1" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="RecentChanges?format=rss" />

<link rel="bookmark" title="SandBox" href="SandBox" />
<link rel="bookmark" title="WikiWikiWeb" href="WikiWikiWeb" />



<link rel="stylesheet" title="MacOSX" type="text/css" charset="iso-8859-1" href="/wiki/themes/MacOSX/MacOSX.css" /><link rel="alternate stylesheet" title="Printer" type="text/css" charset="iso-8859-1" href="/wiki/themes/default/phpwiki-printer.css" media="print, screen" /><link rel="alternate stylesheet" title="Modern" type="text/css" charset="iso-8859-1" href="/wiki/themes/default/phpwiki-modern.css" /><style type="text/css">
<!--
body {background-image: url(/wiki/themes/MacOSX/images/bgpaper8.png);}
-->
</style>
<title>Computersicherheit - How To Use Wiki</title>
</head>
<!-- End head -->
<!-- Begin body -->
<!-- $Id: body.tmpl,v 1.30 2002/09/02 14:36:58 rurban Exp $ -->
<body>
<!-- Begin top -->
<!-- $Id: top.tmpl,v 1.20 2002/12/15 01:30:47 carstenklapp Exp $ -->
<div id="navbar" class="toolbar">
<!-- The top navigation/search bar -->
<!-- Begin navbar -->
<!-- $Id: navbar.tmpl,v 1.17 2002/09/18 19:29:44 dairiki Exp $ -->
<!-- The top navigation/search bar -->
<form action="TitelSuche" target="_top"
      method="get" accept-charset="iso-8859-1">
  <div id="navbuttons">
   <a href="/wiki/FrischeSeiten" class="wiki"><img src="/wiki/themes/MacOSX/buttons/de/FrischeSeiten.png" alt="FrischeSeiten" class="wiki-button" border="0" /></a>   <a href="/wiki/SeiteFinden" class="wiki"><img src="/wiki/themes/MacOSX/buttons/de/SeiteFinden.png" alt="SeiteFinden" class="wiki-button" border="0" /></a>   <input type="hidden" name="auto_redirect" value="1" />
            <input type="text"  name="s" size="12" maxlength="256"
             title='Quick Search'
             onmouseover="window.status='Quick Search'; return true;"
             onmouseout="window.status=''; return true;" />
         <a href="/wiki/HowToUseWiki?action=LikePages" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/de/GleicheSeiten.png" alt="GleicheSeiten" class="wiki-button" border="0" /></a>     <a href="/wiki/HowToUseWiki?action=BackLinks" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/en/BackLinks.png" alt="BackLinks" class="wiki-button" border="0" /></a>                      </div>
</form>
<!-- End navbar -->
<!-- The logo -->
<div align="right" id="logo"><a class="wikilink" 
                  href="HomePage" target="_top"
                  ><img src="/wiki/themes/MacOSX/images/logo.png"
                        border="0" alt="Computersicherheit: HomePage"
                        align="right" /></a></div>

<!-- Page title -->
<h1><a href="/wiki/HowToUseWiki?action=BackLinks" class="backlinks" title="BackLinks für HowToUseWiki" onmouseover="window.status=&quot;BackLinks für HowToUseWiki&quot;; return true;" onmouseout="window.status='';return true;">How To Use Wiki</a></h1>
</div>
<!-- End top -->
<!-- Begin browse -->
<!-- $Id: browse.tmpl,v 1.22 2002/02/19 23:00:26 carstenklapp Exp $ -->


<div class="wikitext"><p><em>"Wiki wiki"</em> means "quick" in Hawai'ian.</p>
<p><b>All you really need to know is:</b></p>
<ul>
<li><p>To edit any page click on the Edit link at the bottom of the page.
You should do that right now, and read the source code of this page.
It will make more sense.</p>
</li>
<li><p>You get italics by surrounding words with underscores on either side
<i>like this</i>.</p>
</li>
<li><p>You get <b>bold text</b> by using two asterisks on either side.</p>
</li>
<li><p>And, <b><i>bold italics</i></b> by using both.</p>
</li>
<li><p>You get <tt>monospaced text</tt> by using two equal-signs on either side.</p>
</li>
<li><p>You get bullets by using an asterisk * at the start of the line.</p>
</li>
<li><p>To have a paragraph in plain monospaced font, start it with &lt;pre&gt;
and end it with &lt;/pre&gt;:</p>
<pre>
this is a poem for sure
about monospacing
i wrote in purple velour
but couldn't find a rhyme for monospacing</pre>
</li>
<li><p>You separate paragraphs with an extra blank line. Example:</p>
<p>I am a paragraph.</p>
<p>I am a paragraph too. We're just very small paragraphs.</p>
</li>
<li><p>You can get horizontal rules with four or more dashes like this:</p>
<hr /></li>
<li><p>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: <span class="wikiunknown"><u>SteveWainsteadEatsLiveWorms</u><a href="/wiki/SteveWainsteadEatsLiveWorms?action=edit"><img src="/wiki/themes/MacOSX/buttons/uww.png" alt="?" class="wiki-button" border="0" /></a></span>. If the
page does not exist yet a question mark appears after the link,
inviting you to create the page: <span class="wikiunknown"><u>ThisPageShouldNotExist</u><a href="/wiki/ThisPageShouldNotExist?action=edit"><img src="/wiki/themes/MacOSX/buttons/uww.png" alt="?" class="wiki-button" border="0" /></a></span>. (And please
don't ruin the example by creating one.)</p>
</li>
<li><p>To link to pages outside the Wiki, you can just type in the URL and
Wiki will link it for you: <a href="http://www.nytimes.com/" class="namedurl"><span style="white-space: nowrap"><img src="/wiki/themes/MacOSX/images/http.png" alt="http" class="linkicon" border="0" />http://www.nytimes.com/</span></a></p>
</li>
<li><p>To put images in, just provide the hyperlink in brackets like this:
[http://www.yourhost.yourdomain/images/picture.png]. Image URLs not
in brackets will just appear as hyperlinks to the image.</p>
</li>
<li><p>Now you are ready to begin <a href="/wiki/AddingPages" class="wiki">AddingPages</a>.</p>
</li>
</ul>
<hr /><p>A <a href="/wiki/WikiWikiWeb" class="wiki">WikiWikiWeb</a> is meant to be fast and easy to edit. It has very simple
markup that you can read about in <a href="/wiki/TextFormattingRules" class="wiki">TextFormattingRules</a>.</p>
<hr /><p>If you don't like the size of the text editing window you get, you can
change it.  See <a href="/wiki/UserPreferences" class="wiki">UserPreferences</a>.</p>
<hr /><p><a href="/wiki/PhpWikiDocumentation" class="wiki">PhpWikiDocumentation</a></p>
</div>

<div id="actionbar" class="toolbar">
<hr class="printer" noshade="noshade" />
<p class="editdate">Letzte Änderung am Sonntag, Oktober  5, 2003  6:26:19 .</p>
<hr class="toolbar" noshade="noshade" />
<!-- Begin actionbar -->
<!-- $Id: actionbar.tmpl,v 1.19 2002/09/18 19:29:44 dairiki Exp $ -->

<!-- I would like not to have to use these tables, and managed to
     get this stuff to work more or less correctly using
     CSSs float:left; and float:right;.  However float:right; seems
     to cause MSIE4.01/NT to hang. 
     So, we use tables...  -->

<table summary="Toolbar 1: Page actions and user login."
       width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="baseline">
  <td>
  <div id="actionbuttons">
    <a href="/wiki/HowToUseWiki?action=edit" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/de/Editieren.png" alt="Editieren" class="wiki-button" border="0" /></a> 
        <a href="/wiki/HowToUseWiki?action=PageHistory" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/de/SeitenProtokoll.png" alt="SeitenProtokoll" class="wiki-button" border="0" /></a>    <a href="/wiki/HowToUseWiki?action=diff" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/en/Diff.png" alt="Diff" class="wiki-button" border="0" /></a> 
    <a href="/wiki/HowToUseWiki?action=PageInfo" class="wikiaction">SeitenInfo</a> 
    <a href="/wiki/HowToUseWiki?action=DebugInfo" class="wikiaction"><img src="/wiki/themes/MacOSX/buttons/en/DebugInfo.png" alt="DebugInfo" class="wiki-button" border="0" /></a> <!-- For debugging only, really -->
  </div>
  </td>
  <td align="right">
    <div id="signin"><!-- Begin signin -->
<!-- $Id: signin.tmpl,v 1.19 2002/09/17 19:32:11 dairiki Exp $ -->
  <form method="post" action="HowToUseWiki" accept-charset="iso-8859-1" name="signin">
    <script type="text/javascript"> <!--
    function SignIn(form) {
            form.submit();
    }
    //-->
    </script>
    <input type="image" src="/wiki/themes/MacOSX/buttons/de/Anmelden.png" value="Anmelden" alt="Anmelden" name="auth[login]" class="wikiaction" />  <input type="text" name="auth[userid]" size="12" maxlength="256" onchange="SignIn(this.form);" title="Trage deinen Benutzernamen ein, um dich anzumelden" onmouseover="window.status=&quot;Trage deinen Benutzernamen ein, um dich anzumelden&quot;; return true;" onmouseout="window.status='';return true;" />  <noscript>
    <input type="image" src="/wiki/themes/MacOSX/buttons/de/Anmelden.png" value="Anmelden" alt="Anmelden" name="auth[login]" class="wikiaction" />  </noscript>


  </form>
<!-- End signin -->
</div>
  </td>
</tr>
</table>
<!-- End actionbar -->
<!-- RELATEDPAGES were here. -->
</div>
<!-- End browse -->
<!-- Begin bottom -->
<!-- $Id: bottom.tmpl,v 1.3 2002/09/15 20:21:16 rurban Exp $ -->
<!-- Add your Disclaimer here -->
<!-- Begin debug -->
<!-- $Id: debug.tmpl,v 1.9 2002/09/17 02:10:33 dairiki Exp $ -->
<!--
<table width="%100" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top"><img
        id="xhtml" border="0"
        src="/wiki/themes/default/buttons/vxhtml10.gif"
        alt="Valid XHTML 1.0!" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top"><img
        id="css" border="0"
        src="/wiki/themes/default/buttons/vcss.gif"
        alt="Valid CSS!" height="31" width="88" /></a>
</div>
</td><td>
<span class="debug">Page Execution took 0,123 seconds</span>
</td></tr></table> -->
<!-- This keeps the valid XHTML! icons from "hanging off the bottom of the scree" -->
<br style="clear: both;" />
<!-- End debug -->
<!-- End bottom -->
</body>
<!-- End body -->
<!-- phpwiki source:
$Id: prepend.php,v 1.13 2002/09/18 19:23:25 dairiki Exp $
$Id: ErrorManager.php,v 1.16 2002/09/14 22:23:36 dairiki Exp $
$Id: HtmlElement.php,v 1.27 2002/10/31 03:28:30 carstenklapp Exp $
$Id: XmlElement.php,v 1.17 2002/08/17 15:52:51 rurban Exp $
$Id: WikiCallback.php,v 1.2 2001/11/21 20:01:52 dairiki Exp $
$Id: index.php,v 1.99 2002/12/31 01:13:14 wainstead Exp $
$Id: main.php,v 1.90 2002/11/19 07:07:37 carstenklapp Exp $
$Id: config.php,v 1.68 2002/11/14 22:28:03 carstenklapp Exp $
$Id: FileFinder.php,v 1.11 2002/09/18 18:34:13 dairiki Exp $
$Id: Request.php,v 1.24 2002/12/14 16:21:46 dairiki Exp $
$Id: WikiUser.php,v 1.29 2002/11/19 07:07:38 carstenklapp Exp $
$Id: WikiDB.php,v 1.17 2002/09/15 03:56:22 dairiki Exp $
$Id: SQL.php,v 1.2 2001/09/19 03:24:36 wainstead Exp $
$Id: mysql.php,v 1.3 2001/12/08 16:02:35 dairiki Exp $
$Id: PearDB.php,v 1.28 2002/09/12 11:45:33 rurban Exp $
$Id: backend.php,v 1.3 2002/01/10 23:32:04 carstenklapp Exp $
$Id: DB.php,v 1.2 2002/09/12 11:45:33 rurban Exp $
From Pear CVS: Id: DB.php,v 1.13 2002/07/02 15:19:49 cox Exp
$Id: PEAR.php,v 1.1 2002/01/28 04:01:56 dairiki Exp $
From Pear CVS: Id: PEAR.php,v 1.29 2001/12/15 15:01:35 mj Exp
$Id: mysql.php,v 1.2 2002/09/12 11:45:33 rurban Exp $
From Pear CVS: Id: mysql.php,v 1.5 2002/06/19 00:41:06 cox Exp
$Id: common.php,v 1.2 2002/09/12 11:45:33 rurban Exp $
From Pear CVS: Id: common.php,v 1.8 2002/06/12 15:03:16 fab Exp
$Id: themeinfo.php,v 1.46 2002/03/08 20:31:14 carstenklapp Exp $
$Id: Theme.php,v 1.58 2002/10/12 08:55:03 carstenklapp Exp $
$Id: display.php,v 1.38 2002/09/15 20:17:58 rurban Exp $
$Id: Template.php,v 1.46 2002/09/15 15:05:47 rurban Exp $
$Id: WikiPlugin.php,v 1.27 2002/11/04 03:15:59 carstenklapp Exp $
$Id: BlockParser.php,v 1.29 2002/11/25 22:25:49 dairiki Exp $
$Id: InlineParser.php,v 1.19 2002/11/25 22:51:37 dairiki Exp $
$Id: interwiki.php,v 1.23 2002/10/06 16:45:10 dairiki Exp $
$Id: PageType.php,v 1.13 2002/09/04 20:39:47 dairiki Exp $
-->
</html>
