wiki2xhtml.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3. - This file is part of DotClear.
  4. - Copyright (c) 2004 Olivier Meunier and contributors. All rights
  5. - reserved.
  6. -
  7. - DotClear is free software; you can redistribute it and/or modify
  8. - it under the terms of the GNU General Public License as published by
  9. - the Free Software Foundation; either version 2 of the License, or
  10. - (at your option) any later version.
  11. -
  12. - DotClear is distributed in the hope that it will be useful,
  13. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. - GNU General Public License for more details.
  16. -
  17. - You should have received a copy of the GNU General Public License
  18. - along with DotClear; if not, write to the Free Software
  19. - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. -
  21. - ***** END LICENSE BLOCK ***** -->
  22. <html>
  23. <head>
  24. <title>Wiki Syntax</title>
  25. </head>
  26. <body>
  27. <h1>Wiki Syntax</h1>
  28. <p>Wiki Formatzeichen k&ouml;nnen mit Hilfe eines Backslash "\"
  29. als Text im Eintrag verwendet werden..</p>
  30. <h2>Absatz</h2>
  31. <ul>
  32. <li>Eine Leerzeile zwischen den Abs&auml;tzen lassen. ;</li>
  33. <li><strong>Paragraph</strong> : Text und eine Leerzeile ;</li>
  34. <li><strong>Titel</strong> : <code>!!!</code>, <code>!!</code>, <code>!</code>
  35. je nach Ausf&uuml;hrungsart (Wichtigkeit) ;</li>
  36. <li><strong>Horizontale Linie</strong>: <code>----</code>&nbsp;;</li>
  37. <li><strong>Liste</strong> : Zeile mit einem <code>*</code> der <code>#</code>
  38. beginnen.
  39. Es ist m&ouml;glich, die Listenelemente zu kombinieren. ;</li>
  40. <li><strong>Formatierter Text</strong>: Leerschlag vor jeder
  41. Textzeile ;</li>
  42. <li><strong>Blockquote/Absatz f&uuml;r Zitate</strong> : <code>&gt;</code>
  43. oder <code>;:</code> vor jeder Zeile mit Text. ;<br>
  44. </li>
  45. </ul>
  46. <h2>Zeichen/Formatierungen</h2>
  47. <ul>
  48. <li>Die Satzzeichenkorrektur ist aktiviert. Alle Zeichen, welche
  49. keinen "zeilenumbrechenden" Charakter haben, werden durch Leerschlage
  50. ersetzt, sofern die Sprache = fr (Franz&ouml;sisch) ist. Jedoch nur,
  51. falls diese Zeichen vorausgegangen sind:&nbsp; ";","?",":"
  52. und
  53. "!".&nbsp;;</li>
  54. <li><strong>Kursiv</strong>: zwei einfache Anf&uuml;hrungszeichen <code>''Text''</code>&nbsp;;</li>
  55. <li><strong>Fett und Kursiv</strong>: zwei Underscores&nbsp; <code>__Text__</code>&nbsp;;</li>
  56. <li><strong>Neue Zeile</strong>: <code>%%%</code>&nbsp;;</li>
  57. <li><strong>Einf&uuml;gen</strong>: zwei Plus <code>++Text++ </code>;</li>
  58. <li><strong>Unterdr&uuml;ckung</strong>: zwei Minus <code>--Text--</code>
  59. ;</li>
  60. <li><strong>Link</strong>: <code>[URL]</code>, <code>[Name|URL]</code>,
  61. <code>[Name|URL|Sprache]</code> oder <code>[Name|URL|Sprache|Titel]</code>.
  62. <br>
  63. <em>Wenn man einen Link hinzuf&uuml;gen m&ouml;chte, welcher auf
  64. einen Anker auf der gleichen Seite verweist, so muss dei URL mit dem
  65. #Ankername ersetzt werden. </em>;</li>
  66. <li><strong>Bild</strong>: <code>((URL|ALT Text))</code>, <code>((URL|ALT
  67. Text|Position))</code> oder <code>((URL|ALT
  68. Text|Position|Beschreibung))</code>. <br>
  69. Der Parameter Position kann folgende Werte annehmen: L oder G
  70. (Links), R oder D (Rechts) oder C
  71. (Zentriert). ;</li>
  72. <li><strong>Anker</strong>: <code>~Anker~</code> ;</li>
  73. <li><strong>Akronym</strong>: <code>??Akronym??</code> oder <code>??Akronym|Titel??</code>&nbsp;;</li>
  74. <li><strong>Zitate</strong>: <code>{{Zitat}}</code>, <code>{{Zitat|Sprache}}</code>
  75. oder <code>{{Zitat|Sprache|URL}}</code>&nbsp;;</li>
  76. <li><strong>Code</strong>: <code>@@Code@@</code>&nbsp;;</li>
  77. <li><strong>Fussnote</strong>: <code>$$Fussnote$$</code>.</li>
  78. </ul>
  79. </body>
  80. </html>