forked from pifty/tutes-dump
Replace escape <,> with <, >
for i in *.html.docuwiki; do perl -pi -e "s/>/>/g" $i; done for i in *.html.docuwiki; do perl -pi -e "s/</</g" $i; done
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
\\
|
||||
|
||||
<head>
|
||||
<style type="text/css">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.title{
|
||||
background-color:#ffffff;
|
||||
font-size:30px;
|
||||
@@ -92,65 +92,65 @@
|
||||
-moz-border-radius: ;
|
||||
padding: 5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<h1 class="title">Here is a test for the title format.</h1>
|
||||
<h1 class="title">Here is a test for the title format.</h1>
|
||||
|
||||
<h3 class="header">Here is a test for the header format.</h3>
|
||||
<h3 class="header">Here is a test for the header format.</h3>
|
||||
|
||||
<p class="body">Here is a test for the tutorial body format.</p>
|
||||
<p class="body">Here is a test for the tutorial body format.</p>
|
||||
|
||||
<p class="note"><br>Here is a test for a note/warning/tip.</p>
|
||||
<p class="note"><br>Here is a test for a note/warning/tip.</p>
|
||||
|
||||
<p class="code"><br>Here is a test for the code format.</p>
|
||||
<p class="code"><br>Here is a test for the code format.</p>
|
||||
|
||||
<p class="reference"><br>Here is a test for the reference format.</p>
|
||||
<p class="reference"><br>Here is a test for the reference format.</p>
|
||||
|
||||
<table class="table">
|
||||
<tr><th> </th>
|
||||
<th>Table Header 1</th>
|
||||
<th>Table Header 2</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 3</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 4</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 5</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table">
|
||||
<tr><th> </th>
|
||||
<th>Table Header 1</th>
|
||||
<th>Table Header 2</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 3</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 4</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Table Header 5</th>
|
||||
<td>TABLE DATA</td>
|
||||
<td>TABLE DATA</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<dl>
|
||||
<dt>Section 1</dt>
|
||||
<dd>Section 1.1</dd>
|
||||
<dd>Section 1.2</dd>
|
||||
<dd>Section 1.3</dd>
|
||||
<dt>Section 2</dt>
|
||||
<dd>Section 2.1</dd>
|
||||
<dt>Section 3</dt>
|
||||
<dd>Section 3.1</dd>
|
||||
<dd>Section 3.2</dd>
|
||||
<dt>Section 4</dt>
|
||||
<dd>Section 4.1</dd>
|
||||
<dd>Section 4.2</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Section 1</dt>
|
||||
<dd>Section 1.1</dd>
|
||||
<dd>Section 1.2</dd>
|
||||
<dd>Section 1.3</dd>
|
||||
<dt>Section 2</dt>
|
||||
<dd>Section 2.1</dd>
|
||||
<dt>Section 3</dt>
|
||||
<dd>Section 3.1</dd>
|
||||
<dd>Section 3.2</dd>
|
||||
<dt>Section 4</dt>
|
||||
<dd>Section 4.1</dd>
|
||||
<dd>Section 4.2</dd>
|
||||
</dl>
|
||||
|
||||
<a class="link" href="http://www.example.com">Example link</a>
|
||||
<a class="link" href="http://www.example.com">Example link</a>
|
||||
|
||||
<br>
|
||||
<img src="http://sdf.org/tutorials/images/example.png" alt="Example" height="128" width="128"/><br>
|
||||
<br>
|
||||
<img src="http://sdf.org/tutorials/images/example.png" alt="Example" height="128" width="128"/><br>
|
||||
|
||||
<br>
|
||||
<pre class="reference">
|
||||
<br>
|
||||
<pre class="reference">
|
||||
Book:
|
||||
Author's last name, first initial. (Publication date). Book title. Additional information. City of publication: Publishing company.
|
||||
|
||||
@@ -165,6 +165,6 @@
|
||||
|
||||
Online document:
|
||||
Author's name. (Date of publication). Title of work. Retrieved month day, year, from full URL
|
||||
</pre>
|
||||
</pre>
|
||||
|
||||
$Id$
|
||||
Reference in New Issue
Block a user