summaryrefslogtreecommitdiffstats
path: root/public/manual/en/wiki_syntax.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/manual/en/wiki_syntax.html')
-rw-r--r--public/manual/en/wiki_syntax.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/public/manual/en/wiki_syntax.html b/public/manual/en/wiki_syntax.html
deleted file mode 100644
index a71a39dbc..000000000
--- a/public/manual/en/wiki_syntax.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Wiki formatting</title>
-<link rel="stylesheet" href="html.css" type="text/css">
-<style>
-table td { vertical-align: top; background-color: #eee; }
-table td code { font-size: 1.2em; }
-</style>
-</head>
-<body>
-
-<table width="100%">
-<tr><th colspan="3"><p><strong>Font Styles</strong></p></th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" /></th><td>*Strong*</td><td><strong>Strong</strong></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" /></th><td>_Italic_</td><td><em>Italic</em></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_quote.png" style="border: 1px solid #bbb;" /></th><td>??Quote??</td><td><cite>Quote</cite></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" /></th><td>@Code@</td><td><code>Code</code></td></tr>
-<tr><th colspan="3"><p><strong>Lists</strong></p></th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr>
-<tr><th colspan="3"><p><strong>Titles</strong></p></th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_heading.png" style="border: 1px solid #bbb;" /></th><td>h2. Title 2</td><td><h2>Title 2</h2></td></tr>
-<tr><th colspan="3"><p><strong>Links</strong></p></th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr>
-<tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr>
-<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr></table>
-
-</body>
-</html> \ No newline at end of file