so:</p>
<ul>
- <li>there is no need to use any <HEAD> or <BODY> tags
- <li>be careful about unmatched </TABLE> tags that may mess up the display.
+ <li>there is no need to use any <HEAD> or <BODY> tags
+ <li>be careful about unmatched </TABLE> tags that may mess up the display.
</ul>
<p>Smilies (emoticons) will be converted into their graphical equivalent, and
<pre>
DirectoryIndex index.php index.html index.htm
-<IfDefine APACHE2>
+<IfDefine APACHE2>
<b>AcceptPathInfo</b> on
-</IfDefine>
+</IfDefine>
php_flag magic_quotes_gpc 1
php_flag magic_quotes_runtime 0
<p>Here are some example Unix command lines for MySQL: </p>
<pre>
# mysql -u root -p
-> CREATE DATABASE moodle;
-> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER ON moodle.*
+> CREATE DATABASE moodle;
+> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER ON moodle.*
TO moodleuser@localhost IDENTIFIED BY 'yourpassword';
-> quit
+> quit
# mysqladmin -p reload</pre>
<p>And some example command lines for PostgreSQL: </p>
<pre>
# su - postgres
-> psql -c "create user moodleuser createdb;" template1
-> psql -c "create database moodle;" -U moodleuser template1
-> psql -c "alter user moodleuser nocreatedb;" template1</pre>
+> psql -c "create user moodleuser createdb;" template1
+> psql -c "create database moodle;" -U moodleuser template1
+> psql -c "alter user moodleuser nocreatedb;" template1</pre>
</div>
<p> </p>
<p>To edit languages on this page the files need to be writable
by the web server process.</p>
-<p>Within some of the strings you will notice <b>$a</b> and <b>$a->something</b>.</p>
+<p>Within some of the strings you will notice <b>$a</b> and <b>$a->something</b>.</p>
<p>These represent variables that will be replaced by names or other words from
within Moodle.</p>
<p>You can add three levels of emphasis with Markdown, <em>italic</em> text, <strong>bold</strong> text, or <strong><em>bold and italic</em></strong> text. This is achieved by surrounding the text you wish to emphasise with asterisks e.g.</p>
-<p><strong><code>*italic*</code></strong> -> <em>italic</em> <br />
-<strong><code>**bold**</code></strong> -> <strong>bold</strong> <br />
-<strong><code>***bold italic***</code></strong> -> <strong><em>bold italic</em></strong></p>
+<p><strong><code>*italic*</code></strong> -> <em>italic</em> <br />
+<strong><code>**bold**</code></strong> -> <strong>bold</strong> <br />
+<strong><code>***bold italic***</code></strong> -> <strong><em>bold italic</em></strong></p>
<p>Emphasis can be added to single words, a sequence of words, or even parts of words:</p>
-<p><strong><code>a *single* word</code></strong> -> a <em>single</em> word <br />
-<strong><code>***a sequence of words***</code></strong> -> <strong><em>a sequence of words</em></strong> <br />
-<strong><code>in**distinguish**able</code></strong> -> in<strong>distinguish</strong>able</p>
+<p><strong><code>a *single* word</code></strong> -> a <em>single</em> word <br />
+<strong><code>***a sequence of words***</code></strong> -> <strong><em>a sequence of words</em></strong> <br />
+<strong><code>in**distinguish**able</code></strong> -> in<strong>distinguish</strong>able</p>
<p>Underscores (_) can be used interchangeably with asterisks for this purpose.</p>
<h2><a id="quotes">quoted paragraphs</a></h2>
-<p>You can indicate a quoted section of text by beginning each line with an angle bracket (>). This character was chosen as many email programs use it to indicate quoted sections. The output will generally indent the quoted section in from both margins.</p>
+<p>You can indicate a quoted section of text by beginning each line with an angle bracket (>). This character was chosen as many email programs use it to indicate quoted sections. The output will generally indent the quoted section in from both margins.</p>
<p><strong><code>> This is a quoted paragraph</code> <br />
<code>> spread over two lines</code></strong> </p>
<p>To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).</p>
<div id="emoticons">##emoticons_html##</div>
</div>
-<div style="clear:both"> <div>
+<div style="clear:both"> </div>