<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.andunix.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.andunix.net/feed.php">
        <title>andunix.net</title>
        <description></description>
        <link>https://www.andunix.net/</link>
        <image rdf:resource="https://www.andunix.net/_media/favicon.ico" />
       <dc:date>2022-01-09T21:15:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.andunix.net/info/java/firefox_java-plugin"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/cryptography/plaintext"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/link/sidebar"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/link/index"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/link/dokuwiki_plugins"/>
                <rdf:li rdf:resource="https://www.andunix.net/playground/playground"/>
                <rdf:li rdf:resource="https://www.andunix.net/wiki/syntax"/>
                <rdf:li rdf:resource="https://www.andunix.net/wiki/dokuwiki"/>
                <rdf:li rdf:resource="https://www.andunix.net/wiki/welcome"/>
                <rdf:li rdf:resource="https://www.andunix.net/owncloud"/>
                <rdf:li rdf:resource="https://www.andunix.net/online"/>
                <rdf:li rdf:resource="https://www.andunix.net/index"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/cryptography/openssl/convert_key"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/code/git"/>
                <rdf:li rdf:resource="https://www.andunix.net/info/script/compare_directories"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.andunix.net/_media/favicon.ico">
        <title>andunix.net</title>
        <link>https://www.andunix.net/</link>
        <url>https://www.andunix.net/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://www.andunix.net/info/java/firefox_java-plugin">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-10T23:05:15+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>info:java:firefox_java-plugin</title>
        <link>https://www.andunix.net/info/java/firefox_java-plugin</link>
        <description>
&lt;h1 id=&quot;install_the_java-plugin_for_firefox&quot;&gt;Install the Java-Plugin for Firefox&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
To install the Java plugin for Firefox, you have to create a symlink from Firefox&amp;#039;s plugin directory &lt;code&gt;/usr/lib/firefox-addons/plugins/&lt;/code&gt; to the file &lt;code&gt;libnpjp2.so&lt;/code&gt; in the JRE&amp;#039;s “lib” dir.
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;kw2&quot;&gt;ln&lt;/span&gt; &lt;span class=&quot;re5&quot;&gt;-s&lt;/span&gt; \
  &lt;span class=&quot;co1&quot;&gt;${JAVA_HOME}&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;jre&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;lib&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;amd64&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;libnpjp2.so \
  &lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;usr&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;lib&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;firefox-addons&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;plugins&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;libnpjp2.so&lt;/pre&gt;

&lt;p&gt;
Please note, that I tested this with Ubuntu 14.04, the “plugin” directory may be somewhere else on your system.
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/java&quot; class=&quot;wikilink1&quot; title=&quot;tag:java&quot; rel=&quot;tag&quot;&gt;java&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/plugin&quot; class=&quot;wikilink1&quot; title=&quot;tag:plugin&quot; rel=&quot;tag&quot;&gt;plugin&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/linux&quot; class=&quot;wikilink1&quot; title=&quot;tag:linux&quot; rel=&quot;tag&quot;&gt;linux&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/ubunutu&quot; class=&quot;wikilink1&quot; title=&quot;tag:ubunutu&quot; rel=&quot;tag&quot;&gt;ubunutu&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/sysadmin&quot; class=&quot;wikilink1&quot; title=&quot;tag:sysadmin&quot; rel=&quot;tag&quot;&gt;sysadmin&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/cryptography/plaintext">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-10T23:04:30+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>info:cryptography:plaintext</title>
        <link>https://www.andunix.net/info/cryptography/plaintext</link>
        <description>
&lt;h1 id=&quot;plaintext&quot;&gt;Plaintext&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
The plaintext is unencrypted and unsigned text.
It&amp;#039;s the payload which then get&amp;#039;s signed and/or encrypted.
&lt;/p&gt;

&lt;p&gt;
Wikipedia defines &lt;a href=&quot;http://en.wikipedia.org/wiki/Plaintext&quot; class=&quot;urlextern&quot; title=&quot;http://en.wikipedia.org/wiki/Plaintext&quot; rel=&quot;ugc nofollow&quot;&gt;plaintext&lt;/a&gt; as:
&lt;/p&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 In cryptography, plaintext is information a sender wishes to transmit to a receiver. Cleartext is often used as a synonym. Before the computer era, plaintext most commonly meant message text in the language of the communicating parties. Plaintext has reference to the operation of cryptographic algorithms, usually encryption algorithms, and is the input upon which they operate. Cleartext, by contrast, refers to data that is transmitted or stored unencrypted (that is, &amp;#039;in the clear&amp;#039;).&lt;/div&gt;&lt;/blockquote&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/link/sidebar">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-10T22:04:56+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>info:link:sidebar</title>
        <link>https://www.andunix.net/info/link/sidebar</link>
        <description>
&lt;h2 id=&quot;andunix_infos&quot;&gt;andunix Infos&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;div&gt;&lt;div id=&quot;nojs_indexmenu_28403631761db424e824b6&quot; data-jsajax=&quot;&quot; class=&quot;indexmenu_nojs&quot;&gt;

&lt;ul class=&quot;idx&quot;&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/android/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Android&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/code/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Coding&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/cryptography/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Cryptography&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/db/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Database&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/java/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Java&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/javascript/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;JavaScript&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/linux/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Linux&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/mac/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Mac&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/mysql/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/oracle/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Oracle&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/prog/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Programs&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/script/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Scripting&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/solaris/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Solaris&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/sysadmin/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;System Administration&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/virtualbox/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;VirtualBox&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;closed&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/webdesign/index&quot; class=&quot;indexmenu_idx_head&quot;&gt;Web Design&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/firefox&quot; class=&quot;wikilink1&quot; title=&quot;info:firefox&quot; data-wiki-id=&quot;info:firefox&quot;&gt;firefox&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/hg&quot; class=&quot;wikilink1&quot; title=&quot;info:hg&quot; data-wiki-id=&quot;info:hg&quot;&gt;Mercurial&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/ssh&quot; class=&quot;wikilink1&quot; title=&quot;info:ssh&quot; data-wiki-id=&quot;info:ssh&quot;&gt;SSH&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/thunderbird_extensions&quot; class=&quot;wikilink1&quot; title=&quot;info:thunderbird_extensions&quot; data-wiki-id=&quot;info:thunderbird_extensions&quot;&gt;Thunderbird Extendsions&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/wifi_config_qrcode&quot; class=&quot;wikilink1&quot; title=&quot;info:wifi_config_qrcode&quot; data-wiki-id=&quot;info:wifi_config_qrcode&quot;&gt;WiFi Config QR-Code&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;

&lt;h2 id=&quot;tags&quot;&gt;Tags&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;cloud&quot;&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/admin&quot; class=&quot;cloud5_tag1&quot; title=&quot;admin&quot;&gt;admin&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/android&quot; class=&quot;cloud1_tag1&quot; title=&quot;android&quot;&gt;android&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/backup&quot; class=&quot;cloud1_tag1&quot; title=&quot;backup&quot;&gt;backup&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/certificate&quot; class=&quot;cloud1_tag1&quot; title=&quot;certificate&quot;&gt;certificate&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cli&quot; class=&quot;cloud5_tag1&quot; title=&quot;cli&quot;&gt;cli&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/coding&quot; class=&quot;cloud1_tag1&quot; title=&quot;coding&quot;&gt;coding&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/config&quot; class=&quot;cloud1_tag1&quot; title=&quot;config&quot;&gt;config&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/country&quot; class=&quot;cloud1_tag1&quot; title=&quot;country&quot;&gt;country&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cryptography&quot; class=&quot;cloud4_tag1&quot; title=&quot;cryptography&quot;&gt;cryptography&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/css&quot; class=&quot;cloud1_tag1&quot; title=&quot;css&quot;&gt;css&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/database&quot; class=&quot;cloud4_tag1&quot; title=&quot;database&quot;&gt;database&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/debian&quot; class=&quot;cloud2_tag1&quot; title=&quot;debian&quot;&gt;debian&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/design&quot; class=&quot;cloud1_tag1&quot; title=&quot;design&quot;&gt;design&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/device&quot; class=&quot;cloud1_tag1&quot; title=&quot;device&quot;&gt;device&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/documentation&quot; class=&quot;cloud1_tag1&quot; title=&quot;documentation&quot;&gt;documentation&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/drupal&quot; class=&quot;cloud1_tag1&quot; title=&quot;drupal&quot;&gt;drupal&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/howto&quot; class=&quot;cloud4_tag1&quot; title=&quot;howto&quot;&gt;howto&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/iso&quot; class=&quot;cloud1_tag1&quot; title=&quot;iso&quot;&gt;iso&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/java&quot; class=&quot;cloud3_tag1&quot; title=&quot;java&quot;&gt;java&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/javascript&quot; class=&quot;cloud2_tag1&quot; title=&quot;javascript&quot;&gt;javascript&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/linux&quot; class=&quot;cloud4_tag1&quot; title=&quot;linux&quot;&gt;linux&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mac&quot; class=&quot;cloud4_tag1&quot; title=&quot;mac&quot;&gt;mac&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mozilla&quot; class=&quot;cloud1_tag1&quot; title=&quot;mozilla&quot;&gt;mozilla&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mysql&quot; class=&quot;cloud3_tag1&quot; title=&quot;mysql&quot;&gt;mysql&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/network&quot; class=&quot;cloud1_tag1&quot; title=&quot;network&quot;&gt;network&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/opensolaris&quot; class=&quot;cloud4_tag1&quot; title=&quot;opensolaris&quot;&gt;opensolaris&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/openssl&quot; class=&quot;cloud4_tag1&quot; title=&quot;openssl&quot;&gt;openssl&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/oracle&quot; class=&quot;cloud3_tag1&quot; title=&quot;oracle&quot;&gt;oracle&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/osx&quot; class=&quot;cloud3_tag1&quot; title=&quot;osx&quot;&gt;osx&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/php&quot; class=&quot;cloud1_tag1&quot; title=&quot;php&quot;&gt;php&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/programming&quot; class=&quot;cloud1_tag1&quot; title=&quot;programming&quot;&gt;programming&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/project&quot; class=&quot;cloud1_tag1&quot; title=&quot;project&quot;&gt;project&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/reference&quot; class=&quot;cloud1_tag1&quot; title=&quot;reference&quot;&gt;reference&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/script&quot; class=&quot;cloud2_tag1&quot; title=&quot;script&quot;&gt;script&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/scripting&quot; class=&quot;cloud4_tag1&quot; title=&quot;scripting&quot;&gt;scripting&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/security&quot; class=&quot;cloud4_tag1&quot; title=&quot;security&quot;&gt;security&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/shell&quot; class=&quot;cloud3_tag1&quot; title=&quot;shell&quot;&gt;shell&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/solaris&quot; class=&quot;cloud4_tag1&quot; title=&quot;solaris&quot;&gt;solaris&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/sql&quot; class=&quot;cloud3_tag1&quot; title=&quot;sql&quot;&gt;sql&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/ssh&quot; class=&quot;cloud1_tag1&quot; title=&quot;ssh&quot;&gt;ssh&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/standard&quot; class=&quot;cloud1_tag1&quot; title=&quot;standard&quot;&gt;standard&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/sysadmin&quot; class=&quot;cloud5_tag1&quot; title=&quot;sysadmin&quot;&gt;sysadmin&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/tool&quot; class=&quot;cloud1_tag1&quot; title=&quot;tool&quot;&gt;tool&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/topic&quot; class=&quot;cloud4_tag1&quot; title=&quot;topic&quot;&gt;topic&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/travian&quot; class=&quot;cloud2_tag1&quot; title=&quot;travian&quot;&gt;travian&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/virtualbox&quot; class=&quot;cloud2_tag1&quot; title=&quot;virtualbox&quot;&gt;virtualbox&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/virtualization&quot; class=&quot;cloud1_tag1&quot; title=&quot;virtualization&quot;&gt;virtualization&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/web&quot; class=&quot;cloud1_tag1&quot; title=&quot;web&quot;&gt;web&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/webdesign&quot; class=&quot;cloud2_tag1&quot; title=&quot;webdesign&quot;&gt;webdesign&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/wlan&quot; class=&quot;cloud1_tag1&quot; title=&quot;wlan&quot;&gt;wlan&lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/link/index">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-10T22:04:34+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>info:link:index</title>
        <link>https://www.andunix.net/info/link/index</link>
        <description>
&lt;h1 id=&quot;link_lists&quot;&gt;Link Lists&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/link&quot; class=&quot;wikilink1&quot; title=&quot;tag:link&quot; rel=&quot;tag&quot;&gt;link&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/list&quot; class=&quot;wikilink1&quot; title=&quot;tag:list&quot; rel=&quot;tag&quot;&gt;list&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/link/dokuwiki_plugins">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-10T22:04:27+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>info:link:dokuwiki_plugins</title>
        <link>https://www.andunix.net/info/link/dokuwiki_plugins</link>
        <description>
&lt;h1 id=&quot;dokuwiki_plugins&quot;&gt;DokuWiki Plugins&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
This is a list of &lt;a href=&quot;http://www.dokuwiki.org/&quot; class=&quot;urlextern&quot; title=&quot;http://www.dokuwiki.org/&quot; rel=&quot;ugc nofollow&quot;&gt;DokuWiki&lt;/a&gt; plugins I&amp;#039;m using.
&lt;/p&gt;
&lt;ul class=&quot;rss&quot;&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;em&gt;An error occurred while fetching this feed: &lt;/em&gt;&lt;a href=&quot;http://link.andunix.info/rss.php/andunix/dokuwiki%2Badd-on?sort=title_asc&quot; class=&quot;urlextern&quot; title=&quot;http://link.andunix.info/rss.php/andunix/dokuwiki%2Badd-on?sort=title_asc&quot; rel=&quot;ugc nofollow&quot;&gt;http://link.andunix.info/rss.php/andunix/dokuwiki%2Badd-on?sort=title_asc&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;tag:dokuwiki&quot; rel=&quot;tag&quot;&gt;dokuwiki&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/add-on&quot; class=&quot;wikilink1&quot; title=&quot;tag:add-on&quot; rel=&quot;tag&quot;&gt;add-on&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/list&quot; class=&quot;wikilink1&quot; title=&quot;tag:list&quot; rel=&quot;tag&quot;&gt;list&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/link&quot; class=&quot;wikilink1&quot; title=&quot;tag:link&quot; rel=&quot;tag&quot;&gt;link&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/playground/playground">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:08:29+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>playground:playground</title>
        <link>https://www.andunix.net/playground/playground</link>
        <description>
&lt;h1 id=&quot;playground&quot;&gt;PlayGround&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/wiki/syntax">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:08:14+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>Formatting Syntax</title>
        <link>https://www.andunix.net/wiki/syntax</link>
        <description>
&lt;h1 id=&quot;formatting_syntax&quot;&gt;Formatting Syntax&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.dokuwiki.org/DokuWiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/DokuWiki&quot;&gt;DokuWiki&lt;/a&gt; supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing “Edit this page”. If you want to try something, just use the &lt;a href=&quot;https://www.andunix.net/playground/playground&quot; class=&quot;wikilink2&quot; title=&quot;playground:playground&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;playground:playground&quot;&gt;playground&lt;/a&gt; page. The simpler markup is easily accessible via &lt;a href=&quot;https://www.dokuwiki.org/toolbar&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/toolbar&quot;&gt;quickbuttons&lt;/a&gt;, too.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;basic_text_formatting&quot;&gt;Basic Text Formatting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports &lt;strong&gt;bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, &lt;em class=&quot;u&quot;&gt;underlined&lt;/em&gt; and &lt;code&gt;monospaced&lt;/code&gt; texts. Of course you can &lt;strong&gt;&lt;em class=&quot;u&quot;&gt;&lt;em&gt;&lt;code&gt;combine&lt;/code&gt;&lt;/em&gt;&lt;/em&gt;&lt;/strong&gt; all these.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DokuWiki supports **bold**, //italic//, __underlined__ and &amp;#039;&amp;#039;monospaced&amp;#039;&amp;#039; texts.
Of course you can **__//&amp;#039;&amp;#039;combine&amp;#039;&amp;#039;//__** all these.&lt;/pre&gt;

&lt;p&gt;
You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can use &amp;lt;sub&amp;gt;subscript&amp;lt;/sub&amp;gt; and &amp;lt;sup&amp;gt;superscript&amp;lt;/sup&amp;gt;, too.&lt;/pre&gt;

&lt;p&gt;
You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can mark something as &amp;lt;del&amp;gt;deleted&amp;lt;/del&amp;gt; as well.&lt;/pre&gt;

&lt;p&gt;
&lt;strong&gt;Paragraphs&lt;/strong&gt; are created from blank lines. If you want to &lt;strong&gt;force a newline&lt;/strong&gt; without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
&lt;/p&gt;

&lt;p&gt;
This is some text with some linebreaks&lt;br/&gt;
Note that the
two backslashes are only recognized at the end of a line&lt;br/&gt;

or followed by&lt;br/&gt;
a whitespace \\this happens without it.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;This is some text with some linebreaks\\ Note that the
two backslashes are only recognized at the end of a line\\
or followed by\\ a whitespace \\this happens without it.&lt;/pre&gt;

&lt;p&gt;
You should use forced newlines only if really needed.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;links&quot;&gt;Links&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports multiple ways of creating links.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;external&quot;&gt;External&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
External links are recognized automagically: &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.google.com&lt;/a&gt; or simply &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow&quot;&gt;www.google.com&lt;/a&gt; - You can set the link text as well: &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow&quot;&gt;This Link points to google&lt;/a&gt;. Email addresses like this one: &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt; are recognized, too.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DokuWiki supports multiple ways of creating links. External links are recognized
automagically: http://www.google.com or simply www.google.com - You can set
link text as well: [[http://www.google.com|This Link points to google]]. Email
addresses like this one: &amp;lt;andi@splitbrain.org&amp;gt; are recognized, too.&lt;/pre&gt;

&lt;/div&gt;

&lt;h3 id=&quot;internal&quot;&gt;Internal&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Internal links are created by using square brackets. You can either just give a &lt;a href=&quot;https://www.andunix.net/wiki/pagename&quot; class=&quot;wikilink2&quot; title=&quot;wiki:pagename&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:pagename&quot;&gt;pagename&lt;/a&gt; or use an additional &lt;a href=&quot;https://www.andunix.net/wiki/pagename&quot; class=&quot;wikilink2&quot; title=&quot;wiki:pagename&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:pagename&quot;&gt;link text&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Internal links are created by using square brackets. You can either just give
a [[pagename]] or use an additional [[pagename|link text]].&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.dokuwiki.org/pagename&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/pagename&quot;&gt;Wiki pagenames&lt;/a&gt; are converted to lowercase automatically, special characters are not allowed.
&lt;/p&gt;

&lt;p&gt;
You can use &lt;a href=&quot;https://www.andunix.net/some/namespaces&quot; class=&quot;wikilink2&quot; title=&quot;some:namespaces&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;some:namespaces&quot;&gt;namespaces&lt;/a&gt; by using a colon in the pagename.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can use [[some:namespaces]] by using a colon in the pagename.&lt;/pre&gt;

&lt;p&gt;
For details about namespaces see &lt;a href=&quot;https://www.dokuwiki.org/namespaces&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/namespaces&quot;&gt;namespaces&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Linking to a specific section is possible, too. Just add the section name behind a hash character as known from &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;. This links to &lt;a href=&quot;https://www.andunix.net/wiki/syntax#internal&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;this Section&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;This links to [[syntax#internal|this Section]].&lt;/pre&gt;

&lt;p&gt;
Notes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Links to &lt;a href=&quot;https://www.andunix.net/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;existing pages&lt;/a&gt; are shown in a different style from &lt;a href=&quot;https://www.andunix.net/wiki/nonexisting&quot; class=&quot;wikilink2&quot; title=&quot;wiki:nonexisting&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:nonexisting&quot;&gt;nonexisting&lt;/a&gt; ones.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; DokuWiki does not use &lt;a href=&quot;https://en.wikipedia.org/wiki/CamelCase&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/CamelCase&quot;&gt;CamelCase&lt;/a&gt; to automatically create links by default, but this behavior can be enabled in the &lt;a href=&quot;https://www.dokuwiki.org/config&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config&quot;&gt;config&lt;/a&gt; file. Hint: If DokuWiki is a link, then it&amp;#039;s enabled.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; When a section&amp;#039;s heading is changed, its bookmark changes, too. So don&amp;#039;t rely on section linking too much.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h3 id=&quot;interwiki&quot;&gt;Interwiki&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki supports &lt;a href=&quot;https://www.dokuwiki.org/Interwiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Interwiki&quot;&gt;Interwiki&lt;/a&gt; links. These are quick links to other Wikis. For example this is a link to Wikipedia&amp;#039;s page about Wikis: &lt;a href=&quot;https://en.wikipedia.org/wiki/Wiki&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Wiki&quot;&gt;Wiki&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis.
For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].&lt;/pre&gt;

&lt;/div&gt;

&lt;h3 id=&quot;windows_shares&quot;&gt;Windows Shares&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Windows shares like &lt;a href=&quot;file://///server/share&quot; class=&quot;windows&quot; title=&quot;\\server\share&quot;&gt;this&lt;/a&gt; are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate &lt;a href=&quot;https://en.wikipedia.org/wiki/Intranet&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Intranet&quot;&gt;Intranet&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Windows Shares like [[\\server\share|this]] are recognized, too.&lt;/pre&gt;

&lt;p&gt;
Notes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the “local zone”).&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; For Mozilla and Firefox it can be enabled through different workaround mentioned in the &lt;a href=&quot;http://kb.mozillazine.org/Links_to_local_pages_do_not_work&quot; class=&quot;urlextern&quot; title=&quot;http://kb.mozillazine.org/Links_to_local_pages_do_not_work&quot; rel=&quot;ugc nofollow&quot;&gt;Mozilla Knowledge Base&lt;/a&gt;. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in &lt;code&gt;conf/lang/en/lang.php&lt;/code&gt; (more details at &lt;a href=&quot;https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation&quot;&gt;localization&lt;/a&gt;): &lt;dl class=&quot;code&quot;&gt;
&lt;dt&gt;&lt;a href=&quot;https://www.andunix.net/_export/code/wiki/syntax?codeblock=0&quot; title=&quot;Download Snippet&quot; class=&quot;mediafile mf_php&quot;&gt;conf/lang/en/lang.php&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;pre class=&quot;code&quot;&gt;&amp;lt;?php
/**
 * Customization of the english language file
 * Copy only the strings that needs to be modified
 */
$lang[&amp;#039;js&amp;#039;][&amp;#039;nosmblinks&amp;#039;] = &amp;#039;&amp;#039;;&lt;/pre&gt;
&lt;/dd&gt;&lt;/dl&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h3 id=&quot;image_links&quot;&gt;Image Links&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
You can also use an image to link to another internal or external page by combining the syntax for links and &lt;a href=&quot;#images_and_other_files&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;images&lt;/a&gt; (see below) like this:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;[[http://php.net|{{wiki:dokuwiki-128.png}}]]&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;http://php.net&quot; class=&quot;media&quot; title=&quot;http://php.net&quot; rel=&quot;ugc nofollow&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Please note: The image formatting is the only formatting syntax accepted in link names.
&lt;/p&gt;

&lt;p&gt;
The whole &lt;a href=&quot;#images_and_other_files&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;image&lt;/a&gt; and &lt;a href=&quot;#links&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;link&lt;/a&gt; syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;footnotes&quot;&gt;Footnotes&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can add footnotes &lt;sup&gt;&lt;a href=&quot;#fn__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; by using double parentheses.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can add footnotes ((This is a footnote)) by using double parentheses.&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;sectioning&quot;&gt;Sectioning&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically – this can be disabled by including the string &lt;code&gt;~~NOTOC~~&lt;/code&gt; in the document.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;headline_level_3&quot;&gt;Headline Level 3&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;headline_level_4&quot;&gt;Headline Level 4&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;/div&gt;

&lt;h5 id=&quot;headline_level_5&quot;&gt;Headline Level 5&lt;/h5&gt;
&lt;div class=&quot;level5&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==&lt;/pre&gt;

&lt;p&gt;
By using four or more dashes, you can make a horizontal line:
&lt;/p&gt;
&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;media_files&quot;&gt;Media Files&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can include external and internal &lt;a href=&quot;https://www.dokuwiki.org/images&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/images&quot;&gt;images, videos and audio files&lt;/a&gt; with curly brackets. Optionally you can specify the size of them.
&lt;/p&gt;

&lt;p&gt;
Real size:                        &lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resize to given width:            &lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png?w=50&amp;amp;tok=5cda3a&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resize to given width and height&lt;sup&gt;&lt;a href=&quot;#fn__2&quot; id=&quot;fnt__2&quot; class=&quot;fn_top&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt;: &lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png?w=200&amp;amp;h=50&amp;amp;tok=1140da&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resized external image:           &lt;a href=&quot;https://www.andunix.net/lib/exe/fetch.php?tok=0e045e&amp;amp;media=https%3A%2F%2Fsecure.php.net%2Fimages%2Fphp.gif&quot; class=&quot;media&quot; title=&quot;https://secure.php.net/images/php.gif&quot;&gt;&lt;img src=&quot;https://www.andunix.net/lib/exe/fetch.php?w=200&amp;amp;h=50&amp;amp;tok=8c7607&amp;amp;media=https%3A%2F%2Fsecure.php.net%2Fimages%2Fphp.gif&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Real size:                        {{wiki:dokuwiki-128.png}}
Resize to given width:            {{wiki:dokuwiki-128.png?50}}
Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}&lt;/pre&gt;

&lt;p&gt;
By using left or right whitespaces you can choose the alignment.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediaright&quot; align=&quot;right&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;medialeft&quot; align=&quot;left&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediacenter&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{ wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png }}&lt;/pre&gt;

&lt;p&gt;
Of course, you can add a title (displayed as a tooltip by most browsers), too.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediacenter&quot; title=&quot;This is the caption&quot; alt=&quot;This is the caption&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{ wiki:dokuwiki-128.png |This is the caption}}&lt;/pre&gt;

&lt;p&gt;
For linking an image to another page see &lt;a href=&quot;#image_links&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;Image Links&lt;/a&gt; above.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;supported_media_formats&quot;&gt;Supported Media Formats&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki can embed the following media formats directly.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Image &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;gif&lt;/code&gt;, &lt;code&gt;jpg&lt;/code&gt;, &lt;code&gt;png&lt;/code&gt;  &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Video &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; &lt;code&gt;webm&lt;/code&gt;, &lt;code&gt;ogv&lt;/code&gt;, &lt;code&gt;mp4&lt;/code&gt; &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Audio &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;ogg&lt;/code&gt;, &lt;code&gt;mp3&lt;/code&gt;, &lt;code&gt;wav&lt;/code&gt;  &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Flash &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;swf&lt;/code&gt;                    &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;7618-7773&amp;quot;} --&gt;
&lt;p&gt;
If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
&lt;/p&gt;

&lt;p&gt;
By adding &lt;code&gt;?linkonly&lt;/code&gt; you provide a link to the media without displaying it inline
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{wiki:dokuwiki-128.png?linkonly}}&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;media mediafile mf_png&quot; title=&quot;wiki:dokuwiki-128.png (27.2 KB)&quot;&gt;dokuwiki-128.png&lt;/a&gt; This is just a link to the image.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;fallback_formats&quot;&gt;Fallback Formats&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
&lt;/p&gt;

&lt;p&gt;
For example consider this embedded mp4 video:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{video.mp4|A funny video}}&lt;/pre&gt;

&lt;p&gt;
When you upload a &lt;code&gt;video.webm&lt;/code&gt; and &lt;code&gt;video.ogv&lt;/code&gt; next to the referenced &lt;code&gt;video.mp4&lt;/code&gt;, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
&lt;/p&gt;

&lt;p&gt;
Additionally DokuWiki supports a “poster” image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a &lt;code&gt;video.jpg&lt;/code&gt; file would work.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a &lt;code&gt;*&lt;/code&gt; for unordered lists or a &lt;code&gt;-&lt;/code&gt; for ordered ones.
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; This is a list&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; The second item&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; You may have different levels&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Another item&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; The same list but ordered&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Another item&lt;/div&gt;
&lt;ol&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Just use indention for deeper levels&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; That&amp;#039;s it&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&quot;code&quot;&gt;  * This is a list
  * The second item
    * You may have different levels
  * Another item

  - The same list but ordered
  - Another item
    - Just use indention for deeper levels
  - That&amp;#039;s it&lt;/pre&gt;

&lt;p&gt;
Also take a look at the &lt;a href=&quot;https://www.dokuwiki.org/faq%3Alists&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/faq%3Alists&quot;&gt;FAQ on list items&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;text_conversions&quot;&gt;Text Conversions&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki can convert certain pre-defined characters or strings into images or other text or &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;.
&lt;/p&gt;

&lt;p&gt;
The text to image conversion is mainly done for smileys. And the text to &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; conversion is used for typography replacements, but can be configured to use other &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; as well.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;text_to_image_conversions&quot;&gt;Text to Image Conversions&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki converts commonly used &lt;a href=&quot;https://en.wikipedia.org/wiki/emoticon&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/emoticon&quot;&gt;emoticon&lt;/a&gt;s to their graphical equivalents. Those &lt;a href=&quot;https://www.dokuwiki.org/Smileys&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Smileys&quot;&gt;Smileys&lt;/a&gt; and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_cool.gif&quot; class=&quot;icon&quot; alt=&quot;8-)&quot; /&gt;   8-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_eek.gif&quot; class=&quot;icon&quot; alt=&quot;8-O&quot; /&gt;   8-O  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_sad.gif&quot; class=&quot;icon&quot; alt=&quot;:-(&quot; /&gt;   :-(  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_smile.gif&quot; class=&quot;icon&quot; alt=&quot;:-)&quot; /&gt;   :-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_smile2.gif&quot; class=&quot;icon&quot; alt=&quot;=)&quot; /&gt;    =)   &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_doubt.gif&quot; class=&quot;icon&quot; alt=&quot;:-/&quot; /&gt;   :-/  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_doubt2.gif&quot; class=&quot;icon&quot; alt=&quot;:-\&quot; /&gt;   :-\  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_confused.gif&quot; class=&quot;icon&quot; alt=&quot;:-?&quot; /&gt;   :-?  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_biggrin.gif&quot; class=&quot;icon&quot; alt=&quot;:-D&quot; /&gt;   :-D  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_razz.gif&quot; class=&quot;icon&quot; alt=&quot;:-P&quot; /&gt;   :-P  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_surprised.gif&quot; class=&quot;icon&quot; alt=&quot;:-O&quot; /&gt;   :-O  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_silenced.gif&quot; class=&quot;icon&quot; alt=&quot;:-X&quot; /&gt;   :-X  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_neutral.gif&quot; class=&quot;icon&quot; alt=&quot;:-|&quot; /&gt;   :-|  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_wink.gif&quot; class=&quot;icon&quot; alt=&quot;;-)&quot; /&gt;   ;-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_fun.gif&quot; class=&quot;icon&quot; alt=&quot;^_^&quot; /&gt;   ^_^  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_question.gif&quot; class=&quot;icon&quot; alt=&quot;:?:&quot; /&gt;   :?:  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;   :!:  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_lol.gif&quot; class=&quot;icon&quot; alt=&quot;LOL&quot; /&gt;   LOL  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/fixme.gif&quot; class=&quot;icon&quot; alt=&quot;FIXME&quot; /&gt;   FIXME &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/delete.gif&quot; class=&quot;icon&quot; alt=&quot;DELETEME&quot; /&gt;  DELETEME &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h3 id=&quot;text_to_html_conversions&quot;&gt;Text to HTML Conversions&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Typography: &lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
&lt;/p&gt;

&lt;p&gt;
→ ← ↔ ⇒ ⇐ ⇔ » « – — 640&amp;times;480 © ™ ®
“He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;…”
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;-&amp;gt; &amp;lt;- &amp;lt;-&amp;gt; =&amp;gt; &amp;lt;= &amp;lt;=&amp;gt; &amp;gt;&amp;gt; &amp;lt;&amp;lt; -- --- 640x480 (c) (tm) (r)
&amp;quot;He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;...&amp;quot;&lt;/pre&gt;

&lt;p&gt;
The same can be done to produce any kind of &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;, it just needs to be added to the &lt;a href=&quot;https://www.dokuwiki.org/entities&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/entities&quot;&gt;pattern file&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
There are three exceptions which do not come from that pattern file: multiplication entity (640&amp;times;480), &amp;#039;single&amp;#039; and “double quotes”. They can be turned off through a &lt;a href=&quot;https://www.dokuwiki.org/config%3Atypography&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config%3Atypography&quot;&gt;config option&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;quoting&quot;&gt;Quoting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Some times you want to mark some text to show it&amp;#039;s a reply or comment. You can use the following syntax:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;I think we should do it

&amp;gt; No we shouldn&amp;#039;t

&amp;gt;&amp;gt; Well, I say we should

&amp;gt; Really?

&amp;gt;&amp;gt; Yes!

&amp;gt;&amp;gt;&amp;gt; Then lets do it!&lt;/pre&gt;

&lt;p&gt;
I think we should do it
&lt;/p&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 No we shouldn&amp;#039;t&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 Well, I say we should&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 Really?&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 Yes!&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
 Then lets do it!&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;

&lt;/div&gt;

&lt;h2 id=&quot;tables&quot;&gt;Tables&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports a simple syntax to create tables.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit2&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 1      &lt;/th&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 2       &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 3          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 1 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 1 Col 2     &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 2 Col 1    &lt;/td&gt;&lt;td class=&quot;col1&quot; colspan=&quot;2&quot;&gt; some colspan (note the double pipe) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 3 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 3 Col 2     &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 3 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table1&amp;quot;,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;11578-11809&amp;quot;} --&gt;
&lt;p&gt;
Table rows have to start and end with a &lt;code&gt;|&lt;/code&gt; for normal rows or a &lt;code&gt;^&lt;/code&gt; for headers.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^ Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | some colspan (note the double pipe) ||
| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |&lt;/pre&gt;

&lt;p&gt;
To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
&lt;/p&gt;

&lt;p&gt;
Vertical tableheaders are possible, too.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit3&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;              &lt;/td&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 1            &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 2          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 3    &lt;/th&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 1 Col 2          &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 4    &lt;/th&gt;&lt;td class=&quot;col1&quot;&gt; no colspan this time &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt;                    &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 5    &lt;/th&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 2          &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table2&amp;quot;,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;12329-12572&amp;quot;} --&gt;
&lt;p&gt;
As you can see, it&amp;#039;s the cell separator before a cell which decides about the formatting:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;|              ^ Heading 1            ^ Heading 2          ^
^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        |
^ Heading 4    | no colspan this time |                    |
^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |&lt;/pre&gt;

&lt;p&gt;
You can have rowspans (vertically connected cells) by adding &lt;code&gt;:::&lt;/code&gt; into the cells below the one to which they should connect.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit4&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 1      &lt;/th&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 2                  &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 3          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 1 Col 1    &lt;/td&gt;&lt;td class=&quot;col1&quot; rowspan=&quot;3&quot;&gt; this cell spans vertically &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 2 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 3 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table3&amp;quot;,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;13051-13326&amp;quot;} --&gt;
&lt;p&gt;
Apart from the rowspan syntax those cells should not contain anything else.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^ Heading 1      ^ Heading 2                  ^ Heading 3          ^
| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        |
| Row 2 Col 1    | :::                        | Row 2 Col 3        |
| Row 3 Col 1    | :::                        | Row 2 Col 3        |&lt;/pre&gt;

&lt;p&gt;
You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit5&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot; colspan=&quot;3&quot;&gt;           Table with alignment           &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 rightalign&quot;&gt;         right&lt;/td&gt;&lt;td class=&quot;col1 centeralign&quot;&gt;    center    &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt;left          &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;left          &lt;/td&gt;&lt;td class=&quot;col1 rightalign&quot;&gt;         right&lt;/td&gt;&lt;td class=&quot;col2 centeralign&quot;&gt;    center    &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table4&amp;quot;,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;13935-14122&amp;quot;} --&gt;
&lt;p&gt;
This is how it looks in the source:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^           Table with alignment           ^^^
|         right|    center    |left          |
|left          |         right|    center    |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |&lt;/pre&gt;

&lt;p&gt;
Note: Vertical alignment is not supported.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;no_formatting&quot;&gt;No Formatting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
If you need to display text exactly like it is typed (without any formatting), enclose the area either with &lt;code&gt;&amp;lt;nowiki&amp;gt;&lt;/code&gt; tags or even simpler, with double percent signs &lt;code&gt;%%&lt;/code&gt;.
&lt;/p&gt;

&lt;p&gt;

This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.

The same is true for //__this__ text// with a smiley ;-).
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;nowiki&amp;gt;
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
&amp;lt;/nowiki&amp;gt;
The same is true for %%//__this__ text// with a smiley ;-)%%.&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;code_blocks&quot;&gt;Code Blocks&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags &lt;code&gt;&amp;lt;code&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file&amp;gt;&lt;/code&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;This is text is indented by two spaces.&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;This is preformatted code all spaces are preserved: like              &amp;lt;-this&lt;/pre&gt;
&lt;pre class=&quot;file&quot;&gt;This is pretty much the same, but you could use it to show that you quoted a file.&lt;/pre&gt;

&lt;p&gt;
Those blocks were created by this source:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;  This is text is indented by two spaces.&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;code&amp;gt;
This is preformatted code all spaces are preserved: like              &amp;lt;-this
&amp;lt;/code&amp;gt;&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;file&amp;gt;
This is pretty much the same, but you could use it to show that you quoted a file.
&amp;lt;/file&amp;gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3 id=&quot;syntax_highlighting&quot;&gt;Syntax Highlighting&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can highlight sourcecode, which makes it easier to read. It uses the &lt;a href=&quot;http://qbnz.com/highlighter/&quot; class=&quot;urlextern&quot; title=&quot;http://qbnz.com/highlighter/&quot; rel=&quot;ugc nofollow&quot;&gt;GeSHi&lt;/a&gt; Generic Syntax Highlighter – so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. &lt;code&gt;&amp;lt;code java&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file java&amp;gt;&lt;/code&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code java&quot;&gt;&lt;span class=&quot;co3&quot;&gt;/**
 * The HelloWorldApp class implements an application that
 * simply displays &amp;quot;Hello World!&amp;quot; to the standard output.
 */&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;class&lt;/span&gt; HelloWorldApp &lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
    &lt;span class=&quot;kw1&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;kw4&quot;&gt;void&lt;/span&gt; main&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+string&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;String&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#93;&lt;/span&gt; args&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
        &lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+system&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;System&lt;/span&gt;&lt;/a&gt;.&lt;span class=&quot;me1&quot;&gt;out&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;println&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st0&quot;&gt;&amp;quot;Hello World!&amp;quot;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;co1&quot;&gt;//Display the string.&lt;/span&gt;
    &lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;
The following language strings are currently recognized: &lt;em&gt;4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
There are additional &lt;a href=&quot;https://www.dokuwiki.org/syntax_highlighting&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/syntax_highlighting&quot;&gt;advanced options&lt;/a&gt; available for syntax highlighting, such as highlighting lines or adding line numbers.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;downloadable_code_blocks&quot;&gt;Downloadable Code Blocks&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
When you use the &lt;code&gt;&amp;lt;code&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file&amp;gt;&lt;/code&gt; syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;file php myexample.php&amp;gt;
&amp;lt;?php echo &amp;quot;hello world!&amp;quot;; ?&amp;gt;
&amp;lt;/file&amp;gt;&lt;/pre&gt;
&lt;dl class=&quot;file&quot;&gt;
&lt;dt&gt;&lt;a href=&quot;https://www.andunix.net/_export/code/wiki/syntax?codeblock=8&quot; title=&quot;Download Snippet&quot; class=&quot;mediafile mf_php&quot;&gt;myexample.php&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;pre class=&quot;code file php&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;hello world!&amp;quot;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;sy1&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/dd&gt;&lt;/dl&gt;

&lt;p&gt;
If you don&amp;#039;t want any highlighting but want a downloadable file, specify a dash (&lt;code&gt;-&lt;/code&gt;) as the language code: &lt;code&gt;&amp;lt;code - myfile.foo&amp;gt;&lt;/code&gt;.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;embedding_html_and_php&quot;&gt;Embedding HTML and PHP&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can embed raw &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; or PHP code into your documents by using the &lt;code&gt;&amp;lt;html&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;php&amp;gt;&lt;/code&gt; tags. (Use uppercase tags if you need to enclose block level elements.)
&lt;/p&gt;

&lt;p&gt;
&lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; example:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;html&amp;gt;
This is some &amp;lt;span style=&amp;quot;color:red;font-size:150%;&amp;quot;&amp;gt;inline HTML&amp;lt;/span&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;HTML&amp;gt;
&amp;lt;p style=&amp;quot;border:2px dashed red;&amp;quot;&amp;gt;And this is some block HTML&amp;lt;/p&amp;gt;
&amp;lt;/HTML&amp;gt;&lt;/pre&gt;

&lt;p&gt;

This is some &lt;span style=&quot;color:red;font-size:150%;&quot;&gt;inline HTML&lt;/span&gt;

&lt;/p&gt;

&lt;p style=&quot;border:2px dashed red;&quot;&gt;And this is some block HTML&lt;/p&gt;

&lt;p&gt;
PHP example:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;php&amp;gt;
echo &amp;#039;The PHP version: &amp;#039;;
echo phpversion();
echo &amp;#039; (generated inline HTML)&amp;#039;;
&amp;lt;/php&amp;gt;
&amp;lt;PHP&amp;gt;
echo &amp;#039;&amp;lt;table class=&amp;quot;inline&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;The same, but inside a block level element:&amp;lt;/td&amp;gt;&amp;#039;;
echo &amp;#039;&amp;lt;td&amp;gt;&amp;#039;.phpversion().&amp;#039;&amp;lt;/td&amp;gt;&amp;#039;;
echo &amp;#039;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;#039;;
&amp;lt;/PHP&amp;gt;&lt;/pre&gt;

&lt;p&gt;
&lt;code class=&quot;code php&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'The PHP version: '&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;a href=&quot;http://www.php.net/phpversion&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;phpversion&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;' (inline HTML)'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;&lt;/code&gt;
&lt;/p&gt;
&lt;pre class=&quot;code php&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'&amp;lt;table class=&amp;quot;inline&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;The same, but inside a block level element:&amp;lt;/td&amp;gt;'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'&amp;lt;td&amp;gt;'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;&lt;a href=&quot;http://www.php.net/phpversion&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;phpversion&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'&amp;lt;/td&amp;gt;'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;
&lt;strong&gt;Please Note&lt;/strong&gt;: &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;rssatom_feed_aggregation&quot;&gt;RSS/ATOM Feed Aggregation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can integrate data from external XML feeds. For parsing the XML feeds, &lt;a href=&quot;http://simplepie.org/&quot; class=&quot;urlextern&quot; title=&quot;http://simplepie.org/&quot; rel=&quot;ugc nofollow&quot;&gt;SimplePie&lt;/a&gt; is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
&lt;/p&gt;
&lt;div class=&quot;table sectionedit6&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Parameter  &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; any number &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; will be used as maximum number items to show, defaults to 8 &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; reverse    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; display the last items in the feed first &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; author     &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show item authors names &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; date       &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show item dates &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; description&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show the item description. If &lt;a href=&quot;https://www.dokuwiki.org/config%3Ahtmlok&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config%3Ahtmlok&quot;&gt;HTML&lt;/a&gt; is disabled all tags will be stripped &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; nosort     &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; do not sort the items in the feed &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; &lt;em&gt;n&lt;/em&gt;[dhm] &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table5&amp;quot;,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;20671-21162&amp;quot;} --&gt;
&lt;p&gt;
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. &lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells &lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; to re-render the page if it is more than &lt;em&gt;refresh period&lt;/em&gt; since the page was last rendered.
&lt;/p&gt;

&lt;p&gt;
By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the &lt;code&gt;reverse&lt;/code&gt; parameter, or display the feed as is with &lt;code&gt;nosort&lt;/code&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Example:&lt;/strong&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{rss&amp;gt;http://slashdot.org/index.rss 5 author date 1h }}&lt;/pre&gt;
&lt;ul class=&quot;rss&quot;&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://science.slashdot.org/story/22/01/09/1928239/as-nasa-celebrates-successful-deployment-of-james-webb-telescope-mirror---what-happens-next?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; title=&quot;https://science.slashdot.org/story/22/01/09/1928239/as-nasa-celebrates-successful-deployment-of-james-webb-telescope-mirror---what-happens-next?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow&quot;&gt;As NASA Celebrates Successful Deployment of James Webb Telescope Mirror - What Happens Next?&lt;/a&gt; by EditorDavid (2022-01-09 20:36)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://tech.slashdot.org/story/22/01/09/1836222/americas-faa-reveals-50-airports-getting-5g-buffer-zones-for-six-months?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; title=&quot;https://tech.slashdot.org/story/22/01/09/1836222/americas-faa-reveals-50-airports-getting-5g-buffer-zones-for-six-months?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow&quot;&gt;America&amp;#039;s FAA Reveals 50 Airports Getting &amp;#039;5G Buffer&amp;#039; Zones for Six Months&lt;/a&gt; by EditorDavid (2022-01-09 19:38)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://news.slashdot.org/story/22/01/08/1946215/the-boy-king-of-youtube?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; title=&quot;https://news.slashdot.org/story/22/01/08/1946215/the-boy-king-of-youtube?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow&quot;&gt;The Boy King of YouTube&lt;/a&gt; by EditorDavid (2022-01-09 18:34)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://it.slashdot.org/story/22/01/08/1840216/threat-actors-can-simulate-iphone-reboots-and-keep-ios-malware-on-a-device?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; title=&quot;https://it.slashdot.org/story/22/01/08/1840216/threat-actors-can-simulate-iphone-reboots-and-keep-ios-malware-on-a-device?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow&quot;&gt;Threat Actors Can Simulate IPhone Reboots and Keep IOS Malware On a Device&lt;/a&gt; by EditorDavid (2022-01-09 17:34)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://hardware.slashdot.org/story/22/01/08/1824240/the-origin-of-the-blinking-cursor?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; title=&quot;https://hardware.slashdot.org/story/22/01/08/1824240/the-origin-of-the-blinking-cursor?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow&quot;&gt;The Origin of the Blinking Cursor&lt;/a&gt; by EditorDavid (2022-01-09 16:34)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;

&lt;h2 id=&quot;control_macros&quot;&gt;Control Macros&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
&lt;/p&gt;
&lt;div class=&quot;table sectionedit7&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Macro           &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; ~~NOTOC~~   &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; If this macro is found on the page, no table of contents will be created &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ~~NOCACHE~~ &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the &amp;lt;php&amp;gt; syntax above is used), adding this macro will force DokuWiki to rerender a page on every call &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table6&amp;quot;,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;22015-22357&amp;quot;} --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;syntax_plugins&quot;&gt;Syntax Plugins&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki&amp;#039;s syntax can be extended by &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;Plugins&lt;/a&gt;. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:blog&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:blog&quot; rel=&quot;ugc nofollow&quot;&gt;Blog&lt;/a&gt; &lt;em&gt;2020-09-19&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Michael Hamann, Michael Klier, Gina Haeussge&lt;/a&gt;&lt;br /&gt;Use DokuWiki as blogging tool. (previous authors: Esther Brunner)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:cloud&quot; class=&quot;urlextern&quot; title=&quot;http://www.dokuwiki.org/plugin:cloud&quot; rel=&quot;ugc nofollow&quot;&gt;Cloud Plugin&lt;/a&gt; &lt;em&gt;2020-09-27&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Michael Hamann, Michael Klier, Gina Haeussge&lt;/a&gt;&lt;br /&gt;Displays the most used words in a word cloud.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:dir&quot; class=&quot;urlextern&quot; title=&quot;http://www.dokuwiki.org/plugin:dir&quot; rel=&quot;ugc nofollow&quot;&gt;Dir Plugin&lt;/a&gt; &lt;em&gt;2008-06-28&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#74;&amp;#97;&amp;#99;&amp;#111;&amp;#98;&amp;#117;&amp;#115;&amp;#46;&amp;#71;&amp;#101;&amp;#108;&amp;#117;&amp;#107;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&quot; class=&quot;mail&quot; title=&quot;&amp;#74;&amp;#97;&amp;#99;&amp;#111;&amp;#98;&amp;#117;&amp;#115;&amp;#46;&amp;#71;&amp;#101;&amp;#108;&amp;#117;&amp;#107;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&quot;&gt;Jacobus Geluk&lt;/a&gt;&lt;br /&gt;Shows pages in one or namespaces in a table or list&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://dokuwiki.org/plugin:editor&quot; class=&quot;urlextern&quot; title=&quot;http://dokuwiki.org/plugin:editor&quot; rel=&quot;ugc nofollow&quot;&gt;Editor Plugin&lt;/a&gt; &lt;em&gt;2020-12-13&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#64;&amp;#99;&amp;#104;&amp;#105;&amp;#109;&amp;#101;&amp;#114;&amp;#105;&amp;#99;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#64;&amp;#99;&amp;#104;&amp;#105;&amp;#109;&amp;#101;&amp;#114;&amp;#105;&amp;#99;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Gina Häußge, Michael Klier, Esther Brunner&lt;/a&gt;&lt;br /&gt;Displays a list of recently changed wiki pages by a given author&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:feed&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:feed&quot; rel=&quot;ugc nofollow&quot;&gt;Feed Plugin&lt;/a&gt; &lt;em&gt;2020-10-26&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#64;&amp;#99;&amp;#104;&amp;#105;&amp;#109;&amp;#101;&amp;#114;&amp;#105;&amp;#99;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#64;&amp;#99;&amp;#104;&amp;#105;&amp;#109;&amp;#101;&amp;#114;&amp;#105;&amp;#99;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Michael Klier, Gina Haeussge&lt;/a&gt;&lt;br /&gt;Generates feeds for other plugins&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:indexmenu&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:indexmenu&quot; rel=&quot;ugc nofollow&quot;&gt;Indexmenu Plugin&lt;/a&gt; &lt;em&gt;2020-07-31&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#115;&amp;#97;&amp;#109;&amp;#117;&amp;#101;&amp;#108;&amp;#101;&amp;#64;&amp;#115;&amp;#97;&amp;#109;&amp;#117;&amp;#101;&amp;#108;&amp;#101;&amp;#46;&amp;#110;&amp;#101;&amp;#116;&amp;#115;&amp;#111;&amp;#110;&amp;#115;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#115;&amp;#97;&amp;#109;&amp;#117;&amp;#101;&amp;#108;&amp;#101;&amp;#64;&amp;#115;&amp;#97;&amp;#109;&amp;#117;&amp;#101;&amp;#108;&amp;#101;&amp;#46;&amp;#110;&amp;#101;&amp;#116;&amp;#115;&amp;#111;&amp;#110;&amp;#115;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Samuele Tognini&lt;/a&gt;&lt;br /&gt;Show a customizable and sortable index for a namespace&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://dokuwiki.org/plugin:info&quot; class=&quot;urlextern&quot; title=&quot;http://dokuwiki.org/plugin:info&quot; rel=&quot;ugc nofollow&quot;&gt;Info Plugin&lt;/a&gt; &lt;em&gt;2020-06-04&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Andreas Gohr&lt;/a&gt;&lt;br /&gt;Displays information about various DokuWiki internals&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:meta&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:meta&quot; rel=&quot;ugc nofollow&quot;&gt;Meta plugin&lt;/a&gt; &lt;em&gt;2021-10-16&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Michael Hamann&lt;/a&gt;&lt;br /&gt;Set Metadata for the current page. (previous authors: Esther Brunner, Gina Häußge, Michael Klier)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:note&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:note&quot; rel=&quot;ugc nofollow&quot;&gt;Note Plugin&lt;/a&gt; &lt;em&gt;2020-06-28&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#111;&amp;#108;&amp;#105;&amp;#118;&amp;#101;&amp;#64;&amp;#100;&amp;#101;&amp;#101;&amp;#112;&amp;#45;&amp;#111;&amp;#99;&amp;#101;&amp;#97;&amp;#110;&amp;#46;&amp;#110;&amp;#101;&amp;#116;&quot; class=&quot;mail&quot; title=&quot;&amp;#111;&amp;#108;&amp;#105;&amp;#118;&amp;#101;&amp;#64;&amp;#100;&amp;#101;&amp;#101;&amp;#112;&amp;#45;&amp;#111;&amp;#99;&amp;#101;&amp;#97;&amp;#110;&amp;#46;&amp;#110;&amp;#101;&amp;#116;&quot;&gt;Olivier Cortès, Eric Hameleers, Christopher Smith, Aurélien Bompard, LarsDW223&lt;/a&gt;&lt;br /&gt;Add Note/Important/Tip/Warning Capability (DIV+CSS box)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:pagelist&quot; class=&quot;urlextern&quot; title=&quot;http://www.dokuwiki.org/plugin:pagelist&quot; rel=&quot;ugc nofollow&quot;&gt;Pagelist Plugin&lt;/a&gt; &lt;em&gt;2020-09-27&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge&lt;/a&gt;&lt;br /&gt;Lists pages in a nice formatted way&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:tag&quot; class=&quot;urlextern&quot; title=&quot;https://www.dokuwiki.org/plugin:tag&quot; rel=&quot;ugc nofollow&quot;&gt;Tag Plugin&lt;/a&gt; &lt;em&gt;2020-12-02&lt;/em&gt; by &lt;a href=&quot;mailto:&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#109;&amp;#105;&amp;#99;&amp;#104;&amp;#97;&amp;#101;&amp;#108;&amp;#64;&amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#101;&amp;#110;&amp;#116;&amp;#45;&amp;#115;&amp;#112;&amp;#97;&amp;#99;&amp;#101;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner&lt;/a&gt;&lt;br /&gt;tag wiki pages&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;This is a footnote&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__2&quot; id=&quot;fn__2&quot; class=&quot;fn_bot&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;when the aspect ratio of the given width and height doesn&amp;#039;t match that of the image, it will be cropped to the new ratio before resizing&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/wiki/dokuwiki">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:08:05+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>DokuWiki</title>
        <link>https://www.andunix.net/wiki/dokuwiki</link>
        <description>
&lt;h1 id=&quot;dokuwiki&quot;&gt;DokuWiki&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.dokuwiki.org/wiki%3Adokuwiki&quot; class=&quot;media&quot; title=&quot;https://www.dokuwiki.org/wiki%3Adokuwiki&quot;&gt;&lt;img src=&quot;https://www.andunix.net/_media/wiki/dokuwiki-128.png&quot; class=&quot;medialeft&quot; align=&quot;left&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; DokuWiki is a simple to use and highly versatile Open Source &lt;a href=&quot;https://en.wikipedia.org/wiki/wiki&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/wiki&quot;&gt;wiki&lt;/a&gt; software that doesn&amp;#039;t require a database. It is loved by users for its clean and readable &lt;a href=&quot;https://www.andunix.net/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;Formatting Syntax&lt;/a&gt;. The ease of maintenance, backup and integration makes it an administrator&amp;#039;s favorite. Built in &lt;a href=&quot;https://www.dokuwiki.org/acl&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/acl&quot;&gt;access controls&lt;/a&gt; and &lt;a href=&quot;https://www.dokuwiki.org/auth&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/auth&quot;&gt;authentication connectors&lt;/a&gt; make DokuWiki especially useful in the enterprise context and the large number of &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;plugins&lt;/a&gt; contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
&lt;/p&gt;

&lt;p&gt;
Read the &lt;a href=&quot;https://www.dokuwiki.org/manual&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/manual&quot;&gt;DokuWiki Manual&lt;/a&gt; to unleash the full power of DokuWiki.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;download&quot;&gt;Download&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki is available at &lt;a href=&quot;https://download.dokuwiki.org/&quot; class=&quot;urlextern&quot; title=&quot;https://download.dokuwiki.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://download.dokuwiki.org/&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;read_more&quot;&gt;Read More&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
All documentation and additional information besides the &lt;a href=&quot;https://www.andunix.net/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;syntax description&lt;/a&gt; is maintained in the DokuWiki at &lt;a href=&quot;https://www.dokuwiki.org/&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/&quot;&gt;www.dokuwiki.org&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;About DokuWiki&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/features&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/features&quot;&gt;A feature list&lt;/a&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/users&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/users&quot;&gt;Happy Users&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/press&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/press&quot;&gt;Who wrote about it&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/blogroll&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/blogroll&quot;&gt;What Bloggers think&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.wikimatrix.org/show/DokuWiki&quot; class=&quot;urlextern&quot; title=&quot;https://www.wikimatrix.org/show/DokuWiki&quot; rel=&quot;ugc nofollow&quot;&gt;Compare it with other wiki software&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Installing DokuWiki&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/requirements&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/requirements&quot;&gt;System Requirements&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://download.dokuwiki.org/&quot; class=&quot;urlextern&quot; title=&quot;https://download.dokuwiki.org/&quot; rel=&quot;ugc nofollow&quot;&gt;Download DokuWiki&lt;/a&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/changes&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/changes&quot;&gt;Change Log&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/Install&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Install&quot;&gt;How to install or upgrade&lt;/a&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/config&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config&quot;&gt;Configuration&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Using DokuWiki&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/syntax&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/syntax&quot;&gt;Wiki Syntax&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/manual&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/manual&quot;&gt;The manual&lt;/a&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/FAQ&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/FAQ&quot;&gt;Frequently Asked Questions (FAQ)&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/glossary&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/glossary&quot;&gt;Glossary&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Customizing DokuWiki&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/tips&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/tips&quot;&gt;Tips and Tricks&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/Template&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Template&quot;&gt;How to create and use templates&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;Installing plugins&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/development&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/development&quot;&gt;Development Resources&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;DokuWiki Feedback and Community&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/newsletter&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/newsletter&quot;&gt;Subscribe to the newsletter&lt;/a&gt; &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_exclaim.gif&quot; class=&quot;icon&quot; alt=&quot;:!:&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/mailinglist&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/mailinglist&quot;&gt;Join the mailing list&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://forum.dokuwiki.org&quot; class=&quot;urlextern&quot; title=&quot;https://forum.dokuwiki.org&quot; rel=&quot;ugc nofollow&quot;&gt;Check out the user forum&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/irc&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/irc&quot;&gt;Talk to other users in the IRC channel&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://github.com/splitbrain/dokuwiki/issues&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/splitbrain/dokuwiki/issues&quot; rel=&quot;ugc nofollow&quot;&gt;Submit bugs and feature wishes&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.dokuwiki.org/thanks&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/thanks&quot;&gt;Some humble thanks&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;copyright&quot;&gt;Copyright&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
2004-2020 © Andreas Gohr &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;sup&gt;&lt;a href=&quot;#fn__3&quot; id=&quot;fnt__3&quot; class=&quot;fn_top&quot;&gt;3)&lt;/a&gt;&lt;/sup&gt; and the DokuWiki Community
&lt;/p&gt;

&lt;p&gt;
The DokuWiki engine is licensed under &lt;a href=&quot;https://www.gnu.org/licenses/gpl.html&quot; class=&quot;urlextern&quot; title=&quot;https://www.gnu.org/licenses/gpl.html&quot; rel=&quot;ugc nofollow&quot;&gt;GNU General Public License&lt;/a&gt; Version 2. If you use DokuWiki in your company, consider &lt;a href=&quot;https://www.dokuwiki.org/donate&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/donate&quot;&gt;donating&lt;/a&gt; a few bucks &lt;img src=&quot;https://www.andunix.net/lib/images/smileys/icon_wink.gif&quot; class=&quot;icon&quot; alt=&quot;;-)&quot; /&gt;.
&lt;/p&gt;

&lt;p&gt;
Not sure what this means? See the &lt;a href=&quot;https://www.dokuwiki.org/faq%3Alicense&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/faq%3Alicense&quot;&gt;FAQ on the Licenses&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__3&quot; id=&quot;fn__3&quot; class=&quot;fn_bot&quot;&gt;3)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;Please do not contact me for help and support – use the &lt;a href=&quot;https://www.dokuwiki.org/mailinglist&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/mailinglist&quot;&gt;mailinglist&lt;/a&gt; or &lt;a href=&quot;https://forum.dokuwiki.org&quot; class=&quot;urlextern&quot; title=&quot;https://forum.dokuwiki.org&quot; rel=&quot;ugc nofollow&quot;&gt;forum&lt;/a&gt; instead&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/wiki/welcome">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:07:51+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>Welcome to your new DokuWiki</title>
        <link>https://www.andunix.net/wiki/welcome</link>
        <description>
&lt;h1 id=&quot;welcome_to_your_new_dokuwiki&quot;&gt;Welcome to your new DokuWiki&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
&lt;/p&gt;

&lt;p&gt;
Enjoy your work with DokuWiki,&lt;br/&gt;

– the developers
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;create_your_first_pages&quot;&gt;Create your first pages&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Your wiki needs to have a start page. As long as it doesn&amp;#039;t exist, this link will be red: &lt;a href=&quot;https://www.andunix.net/start&quot; class=&quot;wikilink2&quot; title=&quot;start&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;start&quot;&gt;start&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the &lt;a href=&quot;https://www.andunix.net/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;syntax page&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
You might also want to use a sidebar. To create it, just edit the &lt;a href=&quot;https://www.andunix.net/sidebar&quot; class=&quot;wikilink1&quot; title=&quot;sidebar&quot; data-wiki-id=&quot;sidebar&quot;&gt;Blog&lt;/a&gt; page. Everything in that page will be shown in a margin column on the side. Read our &lt;a href=&quot;https://www.dokuwiki.org/faq%3Asidebar&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/faq%3Asidebar&quot;&gt;FAQ on sidebars&lt;/a&gt; to learn more.
&lt;/p&gt;

&lt;p&gt;
Please be aware that not all templates support sidebars.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;customize_your_wiki&quot;&gt;Customize your Wiki&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Once you&amp;#039;re comfortable with creating and editing pages you might want to have a look at the &lt;a href=&quot;https://www.andunix.net/doku.php?do=admin&amp;amp;page=config&quot; class=&quot;interwiki iw_this&quot; title=&quot;https://www.andunix.net/doku.php?do=admin&amp;amp;page=config&quot;&gt;configuration settings&lt;/a&gt; (be sure to login as superuser first).
&lt;/p&gt;

&lt;p&gt;
You may also want to see what &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;plugins&lt;/a&gt; and &lt;a href=&quot;https://www.dokuwiki.org/templates&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/templates&quot;&gt;templates&lt;/a&gt; are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;join_the_community&quot;&gt;Join the Community&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what&amp;#039;s going on and to get useful tips in using DokuWiki is subscribing to the &lt;a href=&quot;https://www.dokuwiki.org/newsletter&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/newsletter&quot;&gt;newsletter&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
The &lt;a href=&quot;https://forum.dokuwiki.org&quot; class=&quot;urlextern&quot; title=&quot;https://forum.dokuwiki.org&quot; rel=&quot;ugc nofollow&quot;&gt;DokuWiki User Forum&lt;/a&gt; is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get &lt;a href=&quot;https://www.dokuwiki.org/faq%3Asupport&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/faq%3Asupport&quot;&gt;support&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Of course we&amp;#039;d be more than happy to have you &lt;a href=&quot;https://www.dokuwiki.org/teams%3Agetting_involved&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/teams%3Agetting_involved&quot;&gt;getting involved&lt;/a&gt; with DokuWiki.
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/owncloud">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:06:25+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>owncloud</title>
        <link>https://www.andunix.net/owncloud</link>
        <description>
&lt;h1 id=&quot;owncloud&quot;&gt;ownCloud&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.andunix.org/owncloud/index.php&quot; class=&quot;urlextern&quot; title=&quot;https://www.andunix.org/owncloud/index.php&quot; rel=&quot;ugc nofollow&quot;&gt;https://www.andunix.org/owncloud/index.php&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/online">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:06:10+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>online</title>
        <link>https://www.andunix.net/online</link>
        <description>
&lt;h1 id=&quot;andunix_online&quot;&gt;andunix online&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Here are some networks and communities were you can connect with me.
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://bitbucket.org/andunix/&quot; class=&quot;urlextern&quot; title=&quot;http://bitbucket.org/andunix/&quot; rel=&quot;ugc nofollow&quot;&gt;bitbucket.org&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://java.net/people/393876-Andreas-Huber&quot; class=&quot;urlextern&quot; title=&quot;http://java.net/people/393876-Andreas-Huber&quot; rel=&quot;ugc nofollow&quot;&gt;java.net&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://andunix.kenai.com/&quot; class=&quot;urlextern&quot; title=&quot;http://andunix.kenai.com/&quot; rel=&quot;ugc nofollow&quot;&gt;kenai&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://www.linkedin.com/in/andunix&quot; class=&quot;urlextern&quot; title=&quot;http://www.linkedin.com/in/andunix&quot; rel=&quot;ugc nofollow&quot;&gt;Linkedin&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://netbeans.org/people/65937-Andreas-Huber&quot; class=&quot;urlextern&quot; title=&quot;http://netbeans.org/people/65937-Andreas-Huber&quot; rel=&quot;ugc nofollow&quot;&gt;netbeans.org&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://www.ohloh.net/accounts/andunix&quot; class=&quot;urlextern&quot; title=&quot;http://www.ohloh.net/accounts/andunix&quot; rel=&quot;ugc nofollow&quot;&gt;ohloh&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://twitter.com/andunix&quot; class=&quot;urlextern&quot; title=&quot;http://twitter.com/andunix&quot; rel=&quot;ugc nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://userscripts.org/users/andunix&quot; class=&quot;urlextern&quot; title=&quot;http://userscripts.org/users/andunix&quot; rel=&quot;ugc nofollow&quot;&gt;Userscripts.org&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;chat&quot;&gt;Chat&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;mailto:&amp;#120;&amp;#109;&amp;#112;&amp;#112;&amp;#58;&amp;#97;&amp;#110;&amp;#100;&amp;#117;&amp;#110;&amp;#105;&amp;#120;&amp;#64;&amp;#106;&amp;#97;&amp;#98;&amp;#98;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#120;&amp;#109;&amp;#112;&amp;#112;&amp;#58;&amp;#97;&amp;#110;&amp;#100;&amp;#117;&amp;#110;&amp;#105;&amp;#120;&amp;#64;&amp;#106;&amp;#97;&amp;#98;&amp;#98;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;andunix@jabber.org&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/index">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-29T21:05:50+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>andunix.net</title>
        <link>https://www.andunix.net/index</link>
        <description>
&lt;h1 id=&quot;andunixnet&quot;&gt;andunix.net&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;style type=&quot;text/css&quot;&gt;
table.ax-links { border:none;width:auto; }
table.ax-links td { border:none;font-size:150%;font-weight:bold;padding:0;vertical-align:middle; }
table.ax-links td.ax-domain { font-size:200%;text-align:right; }
table.ax-links td.ax-isolator { font-size:200%;padding:0 0.25em;text-align:center; }
table.ax-links td.ax-links { text-align:left; }
table.ax-links td.ax-logo { padding-right:1em; }
&lt;/style&gt;
&lt;table class=&quot;ax-links&quot;&gt;
&lt;tr&gt;
&lt;td rowspan=&quot;3&quot; class=&quot;ax-logo&quot;&gt;
&lt;img class=&quot;ax-logo&quot; src=&quot;_media/wiki/logo.png&quot;/&gt;
&lt;/td&gt;
&lt;td class=&quot;ax-domain&quot;&gt;&lt;a href=&quot;http://www.andunix.net/&quot;&gt;andunix.net&lt;/a&gt;&lt;/td&gt;
&lt;td class=&quot;ax-isolator&quot;&gt;/&lt;/td&gt;
&lt;td class=&quot;ax-links&quot;&gt;
&lt;a href=&quot;info/&quot;&gt;Infos&lt;/a&gt; |
&lt;a href=&quot;https://shaarli.andunix.net/&quot;&gt;Links&lt;/a&gt; |
&lt;a href=&quot;p/&quot;&gt;Projects&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;tags&quot;&gt;Tags&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;cloud&quot;&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/add-on&quot; class=&quot;cloud1_tag1&quot; title=&quot;add-on&quot;&gt;add-on&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/admin&quot; class=&quot;cloud5_tag1&quot; title=&quot;admin&quot;&gt;admin&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/android&quot; class=&quot;cloud2_tag1&quot; title=&quot;android&quot;&gt;android&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/apache&quot; class=&quot;cloud1_tag1&quot; title=&quot;apache&quot;&gt;apache&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/api&quot; class=&quot;cloud1_tag1&quot; title=&quot;api&quot;&gt;api&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/app&quot; class=&quot;cloud1_tag1&quot; title=&quot;app&quot;&gt;app&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/apple&quot; class=&quot;cloud1_tag1&quot; title=&quot;apple&quot;&gt;apple&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/aptitude&quot; class=&quot;cloud1_tag1&quot; title=&quot;aptitude&quot;&gt;aptitude&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/audio&quot; class=&quot;cloud1_tag1&quot; title=&quot;audio&quot;&gt;audio&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/backup&quot; class=&quot;cloud2_tag1&quot; title=&quot;backup&quot;&gt;backup&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/bandwidth&quot; class=&quot;cloud1_tag1&quot; title=&quot;bandwidth&quot;&gt;bandwidth&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/bash&quot; class=&quot;cloud1_tag1&quot; title=&quot;bash&quot;&gt;bash&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/bashrc&quot; class=&quot;cloud1_tag1&quot; title=&quot;bashrc&quot;&gt;bashrc&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/blogging&quot; class=&quot;cloud2_tag1&quot; title=&quot;blogging&quot;&gt;blogging&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cache&quot; class=&quot;cloud1_tag1&quot; title=&quot;cache&quot;&gt;cache&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/certificate&quot; class=&quot;cloud2_tag1&quot; title=&quot;certificate&quot;&gt;certificate&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/certification&quot; class=&quot;cloud1_tag1&quot; title=&quot;certification&quot;&gt;certification&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cli&quot; class=&quot;cloud5_tag1&quot; title=&quot;cli&quot;&gt;cli&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cloud&quot; class=&quot;cloud1_tag1&quot; title=&quot;cloud&quot;&gt;cloud&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cloudtable&quot; class=&quot;cloud1_tag1&quot; title=&quot;cloudtable&quot;&gt;cloudtable&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/coding&quot; class=&quot;cloud2_tag1&quot; title=&quot;coding&quot;&gt;coding&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/config&quot; class=&quot;cloud2_tag1&quot; title=&quot;config&quot;&gt;config&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/configure&quot; class=&quot;cloud1_tag1&quot; title=&quot;configure&quot;&gt;configure&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/convert&quot; class=&quot;cloud1_tag1&quot; title=&quot;convert&quot;&gt;convert&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/country&quot; class=&quot;cloud2_tag1&quot; title=&quot;country&quot;&gt;country&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/crossbow&quot; class=&quot;cloud1_tag1&quot; title=&quot;crossbow&quot;&gt;crossbow&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cryptography&quot; class=&quot;cloud4_tag1&quot; title=&quot;cryptography&quot;&gt;cryptography&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/css&quot; class=&quot;cloud2_tag1&quot; title=&quot;css&quot;&gt;css&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/cursor&quot; class=&quot;cloud1_tag1&quot; title=&quot;cursor&quot;&gt;cursor&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/database&quot; class=&quot;cloud4_tag1&quot; title=&quot;database&quot;&gt;database&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dba&quot; class=&quot;cloud1_tag1&quot; title=&quot;dba&quot;&gt;dba&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/de&quot; class=&quot;cloud1_tag1&quot; title=&quot;de&quot;&gt;de&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/debian&quot; class=&quot;cloud3_tag1&quot; title=&quot;debian&quot;&gt;debian&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/debugging&quot; class=&quot;cloud1_tag1&quot; title=&quot;debugging&quot;&gt;debugging&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/demo&quot; class=&quot;cloud1_tag1&quot; title=&quot;demo&quot;&gt;demo&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/design&quot; class=&quot;cloud2_tag1&quot; title=&quot;design&quot;&gt;design&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/desktop&quot; class=&quot;cloud1_tag1&quot; title=&quot;desktop&quot;&gt;desktop&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/device&quot; class=&quot;cloud2_tag1&quot; title=&quot;device&quot;&gt;device&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dice&quot; class=&quot;cloud1_tag1&quot; title=&quot;dice&quot;&gt;dice&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dladm&quot; class=&quot;cloud1_tag1&quot; title=&quot;dladm&quot;&gt;dladm&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dns&quot; class=&quot;cloud1_tag1&quot; title=&quot;dns&quot;&gt;dns&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/documentation&quot; class=&quot;cloud2_tag1&quot; title=&quot;documentation&quot;&gt;documentation&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/dokuwiki&quot; class=&quot;cloud1_tag1&quot; title=&quot;dokuwiki&quot;&gt;dokuwiki&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/download&quot; class=&quot;cloud1_tag1&quot; title=&quot;download&quot;&gt;download&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/drupal&quot; class=&quot;cloud2_tag1&quot; title=&quot;drupal&quot;&gt;drupal&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/eclipse&quot; class=&quot;cloud1_tag1&quot; title=&quot;eclipse&quot;&gt;eclipse&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/encoding&quot; class=&quot;cloud1_tag1&quot; title=&quot;encoding&quot;&gt;encoding&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/error&quot; class=&quot;cloud1_tag1&quot; title=&quot;error&quot;&gt;error&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/exam&quot; class=&quot;cloud1_tag1&quot; title=&quot;exam&quot;&gt;exam&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/exif&quot; class=&quot;cloud1_tag1&quot; title=&quot;exif&quot;&gt;exif&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/exp&quot; class=&quot;cloud1_tag1&quot; title=&quot;exp&quot;&gt;exp&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/export&quot; class=&quot;cloud1_tag1&quot; title=&quot;export&quot;&gt;export&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/extension&quot; class=&quot;cloud1_tag1&quot; title=&quot;extension&quot;&gt;extension&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/eyetv&quot; class=&quot;cloud1_tag1&quot; title=&quot;eyetv&quot;&gt;eyetv&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/filesystem&quot; class=&quot;cloud1_tag1&quot; title=&quot;filesystem&quot;&gt;filesystem&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/firefox&quot; class=&quot;cloud1_tag1&quot; title=&quot;firefox&quot;&gt;firefox&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/framework&quot; class=&quot;cloud1_tag1&quot; title=&quot;framework&quot;&gt;framework&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/generator&quot; class=&quot;cloud1_tag1&quot; title=&quot;generator&quot;&gt;generator&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/geocache&quot; class=&quot;cloud1_tag1&quot; title=&quot;geocache&quot;&gt;geocache&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/germany&quot; class=&quot;cloud1_tag1&quot; title=&quot;germany&quot;&gt;germany&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/gnome&quot; class=&quot;cloud1_tag1&quot; title=&quot;gnome&quot;&gt;gnome&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/gps&quot; class=&quot;cloud1_tag1&quot; title=&quot;gps&quot;&gt;gps&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/graphviz&quot; class=&quot;cloud1_tag1&quot; title=&quot;graphviz&quot;&gt;graphviz&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/guide&quot; class=&quot;cloud1_tag1&quot; title=&quot;guide&quot;&gt;guide&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/homeserver&quot; class=&quot;cloud1_tag1&quot; title=&quot;homeserver&quot;&gt;homeserver&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/howto&quot; class=&quot;cloud4_tag1&quot; title=&quot;howto&quot;&gt;howto&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/html&quot; class=&quot;cloud1_tag1&quot; title=&quot;html&quot;&gt;html&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/http&quot; class=&quot;cloud1_tag1&quot; title=&quot;http&quot;&gt;http&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/idea&quot; class=&quot;cloud1_tag1&quot; title=&quot;idea&quot;&gt;idea&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/image_package_system&quot; class=&quot;cloud1_tag1&quot; title=&quot;image_package_system&quot;&gt;image_package_system&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/imagepackagesystem&quot; class=&quot;cloud1_tag1&quot; title=&quot;imagepackagesystem&quot;&gt;imagepackagesystem&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/info&quot; class=&quot;cloud1_tag1&quot; title=&quot;info&quot;&gt;info&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/install&quot; class=&quot;cloud1_tag1&quot; title=&quot;install&quot;&gt;install&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/internationalization&quot; class=&quot;cloud1_tag1&quot; title=&quot;internationalization&quot;&gt;internationalization&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/ips&quot; class=&quot;cloud1_tag1&quot; title=&quot;ips&quot;&gt;ips&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/iso&quot; class=&quot;cloud2_tag1&quot; title=&quot;iso&quot;&gt;iso&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/java&quot; class=&quot;cloud4_tag1&quot; title=&quot;java&quot;&gt;java&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/javascript&quot; class=&quot;cloud3_tag1&quot; title=&quot;javascript&quot;&gt;javascript&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/jax&quot; class=&quot;cloud1_tag1&quot; title=&quot;jax&quot;&gt;jax&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/jax-ws&quot; class=&quot;cloud1_tag1&quot; title=&quot;jax-ws&quot;&gt;jax-ws&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/key&quot; class=&quot;cloud1_tag1&quot; title=&quot;key&quot;&gt;key&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/laptop&quot; class=&quot;cloud1_tag1&quot; title=&quot;laptop&quot;&gt;laptop&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/limit&quot; class=&quot;cloud1_tag1&quot; title=&quot;limit&quot;&gt;limit&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/linux&quot; class=&quot;cloud4_tag1&quot; title=&quot;linux&quot;&gt;linux&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/list&quot; class=&quot;cloud1_tag1&quot; title=&quot;list&quot;&gt;list&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/locale&quot; class=&quot;cloud1_tag1&quot; title=&quot;locale&quot;&gt;locale&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/localization&quot; class=&quot;cloud1_tag1&quot; title=&quot;localization&quot;&gt;localization&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mac&quot; class=&quot;cloud4_tag1&quot; title=&quot;mac&quot;&gt;mac&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/manual&quot; class=&quot;cloud1_tag1&quot; title=&quot;manual&quot;&gt;manual&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/map&quot; class=&quot;cloud1_tag1&quot; title=&quot;map&quot;&gt;map&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mediaserver&quot; class=&quot;cloud1_tag1&quot; title=&quot;mediaserver&quot;&gt;mediaserver&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mercurial&quot; class=&quot;cloud1_tag1&quot; title=&quot;mercurial&quot;&gt;mercurial&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mouse&quot; class=&quot;cloud1_tag1&quot; title=&quot;mouse&quot;&gt;mouse&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mozilla&quot; class=&quot;cloud2_tag1&quot; title=&quot;mozilla&quot;&gt;mozilla&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/mysql&quot; class=&quot;cloud4_tag1&quot; title=&quot;mysql&quot;&gt;mysql&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/network&quot; class=&quot;cloud2_tag1&quot; title=&quot;network&quot;&gt;network&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/opensolaris&quot; class=&quot;cloud4_tag1&quot; title=&quot;opensolaris&quot;&gt;opensolaris&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/opensource&quot; class=&quot;cloud1_tag1&quot; title=&quot;opensource&quot;&gt;opensource&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/openssl&quot; class=&quot;cloud4_tag1&quot; title=&quot;openssl&quot;&gt;openssl&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/oracle&quot; class=&quot;cloud3_tag1&quot; title=&quot;oracle&quot;&gt;oracle&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/osx&quot; class=&quot;cloud4_tag1&quot; title=&quot;osx&quot;&gt;osx&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/outdoor&quot; class=&quot;cloud1_tag1&quot; title=&quot;outdoor&quot;&gt;outdoor&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/owncloud&quot; class=&quot;cloud1_tag1&quot; title=&quot;owncloud&quot;&gt;owncloud&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/packages&quot; class=&quot;cloud1_tag1&quot; title=&quot;packages&quot;&gt;packages&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/password&quot; class=&quot;cloud1_tag1&quot; title=&quot;password&quot;&gt;password&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/perl&quot; class=&quot;cloud1_tag1&quot; title=&quot;perl&quot;&gt;perl&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/photo&quot; class=&quot;cloud1_tag1&quot; title=&quot;photo&quot;&gt;photo&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/php&quot; class=&quot;cloud2_tag1&quot; title=&quot;php&quot;&gt;php&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/pkg&quot; class=&quot;cloud1_tag1&quot; title=&quot;pkg&quot;&gt;pkg&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/plan&quot; class=&quot;cloud1_tag1&quot; title=&quot;plan&quot;&gt;plan&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/port&quot; class=&quot;cloud1_tag1&quot; title=&quot;port&quot;&gt;port&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/programming&quot; class=&quot;cloud2_tag1&quot; title=&quot;programming&quot;&gt;programming&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/project&quot; class=&quot;cloud2_tag1&quot; title=&quot;project&quot;&gt;project&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/project_relax&quot; class=&quot;cloud1_tag1&quot; title=&quot;project_relax&quot;&gt;project_relax&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/qrcode&quot; class=&quot;cloud1_tag1&quot; title=&quot;qrcode&quot;&gt;qrcode&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/recommendation&quot; class=&quot;cloud1_tag1&quot; title=&quot;recommendation&quot;&gt;recommendation&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/reference&quot; class=&quot;cloud2_tag1&quot; title=&quot;reference&quot;&gt;reference&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/rman&quot; class=&quot;cloud1_tag1&quot; title=&quot;rman&quot;&gt;rman&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/script&quot; class=&quot;cloud3_tag1&quot; title=&quot;script&quot;&gt;script&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/scripting&quot; class=&quot;cloud4_tag1&quot; title=&quot;scripting&quot;&gt;scripting&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/security&quot; class=&quot;cloud4_tag1&quot; title=&quot;security&quot;&gt;security&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/service&quot; class=&quot;cloud1_tag1&quot; title=&quot;service&quot;&gt;service&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/settings&quot; class=&quot;cloud1_tag1&quot; title=&quot;settings&quot;&gt;settings&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/share&quot; class=&quot;cloud1_tag1&quot; title=&quot;share&quot;&gt;share&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/shell&quot; class=&quot;cloud3_tag1&quot; title=&quot;shell&quot;&gt;shell&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/simulation&quot; class=&quot;cloud1_tag1&quot; title=&quot;simulation&quot;&gt;simulation&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/solaris&quot; class=&quot;cloud4_tag1&quot; title=&quot;solaris&quot;&gt;solaris&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/solaris10&quot; class=&quot;cloud1_tag1&quot; title=&quot;solaris10&quot;&gt;solaris10&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/solaris11&quot; class=&quot;cloud1_tag1&quot; title=&quot;solaris11&quot;&gt;solaris11&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/solaris_container&quot; class=&quot;cloud1_tag1&quot; title=&quot;solaris_container&quot;&gt;solaris_container&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/speed&quot; class=&quot;cloud1_tag1&quot; title=&quot;speed&quot;&gt;speed&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/sql&quot; class=&quot;cloud4_tag1&quot; title=&quot;sql&quot;&gt;sql&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/sqlplus&quot; class=&quot;cloud1_tag1&quot; title=&quot;sqlplus&quot;&gt;sqlplus&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/ssh&quot; class=&quot;cloud2_tag1&quot; title=&quot;ssh&quot;&gt;ssh&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/standard&quot; class=&quot;cloud2_tag1&quot; title=&quot;standard&quot;&gt;standard&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/sysadmin&quot; class=&quot;cloud5_tag1&quot; title=&quot;sysadmin&quot;&gt;sysadmin&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/tag&quot; class=&quot;cloud1_tag1&quot; title=&quot;tag&quot;&gt;tag&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/thunderbird&quot; class=&quot;cloud1_tag1&quot; title=&quot;thunderbird&quot;&gt;thunderbird&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/timezone&quot; class=&quot;cloud1_tag1&quot; title=&quot;timezone&quot;&gt;timezone&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/tomcat&quot; class=&quot;cloud1_tag1&quot; title=&quot;tomcat&quot;&gt;tomcat&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/tool&quot; class=&quot;cloud2_tag1&quot; title=&quot;tool&quot;&gt;tool&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/topic&quot; class=&quot;cloud4_tag1&quot; title=&quot;topic&quot;&gt;topic&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/travian&quot; class=&quot;cloud3_tag1&quot; title=&quot;travian&quot;&gt;travian&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/ufs&quot; class=&quot;cloud1_tag1&quot; title=&quot;ufs&quot;&gt;ufs&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/url&quot; class=&quot;cloud1_tag1&quot; title=&quot;url&quot;&gt;url&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/variable&quot; class=&quot;cloud1_tag1&quot; title=&quot;variable&quot;&gt;variable&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/version_control&quot; class=&quot;cloud1_tag1&quot; title=&quot;version_control&quot;&gt;version_control&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/video&quot; class=&quot;cloud1_tag1&quot; title=&quot;video&quot;&gt;video&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/virtualbox&quot; class=&quot;cloud3_tag1&quot; title=&quot;virtualbox&quot;&gt;virtualbox&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/virtualization&quot; class=&quot;cloud2_tag1&quot; title=&quot;virtualization&quot;&gt;virtualization&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/visualization&quot; class=&quot;cloud1_tag1&quot; title=&quot;visualization&quot;&gt;visualization&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/web&quot; class=&quot;cloud2_tag1&quot; title=&quot;web&quot;&gt;web&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/webapp&quot; class=&quot;cloud1_tag1&quot; title=&quot;webapp&quot;&gt;webapp&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/webdesign&quot; class=&quot;cloud3_tag1&quot; title=&quot;webdesign&quot;&gt;webdesign&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/webhosting&quot; class=&quot;cloud1_tag1&quot; title=&quot;webhosting&quot;&gt;webhosting&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/webservice&quot; class=&quot;cloud1_tag1&quot; title=&quot;webservice&quot;&gt;webservice&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/wifi&quot; class=&quot;cloud1_tag1&quot; title=&quot;wifi&quot;&gt;wifi&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/wiki&quot; class=&quot;cloud1_tag1&quot; title=&quot;wiki&quot;&gt;wiki&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/wikitable&quot; class=&quot;cloud1_tag1&quot; title=&quot;wikitable&quot;&gt;wikitable&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/wlan&quot; class=&quot;cloud2_tag1&quot; title=&quot;wlan&quot;&gt;wlan&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/workaround&quot; class=&quot;cloud1_tag1&quot; title=&quot;workaround&quot;&gt;workaround&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/zfs&quot; class=&quot;cloud1_tag1&quot; title=&quot;zfs&quot;&gt;zfs&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/zone&quot; class=&quot;cloud1_tag1&quot; title=&quot;zone&quot;&gt;zone&lt;/a&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/zpool&quot; class=&quot;cloud1_tag1&quot; title=&quot;zpool&quot;&gt;zpool&lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;h2 id=&quot;recent_changes&quot;&gt;Recent Changes&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table&quot;&gt;
&lt;table class=&quot;pagelist&quot;&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot;&gt;Formatting Syntax&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2020-08-29 21:08&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2020-08-29 21:08&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/wiki/welcome&quot; class=&quot;wikilink1&quot; title=&quot;wiki:welcome&quot;&gt;Welcome to your new DokuWiki&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2020-08-29 21:07&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/index&quot; class=&quot;wikilink1&quot; title=&quot;index&quot;&gt;andunix.net&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2020-08-29 21:05&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/cryptography/openssl/convert_key&quot; class=&quot;wikilink1&quot; title=&quot;info:cryptography:openssl:convert_key&quot;&gt;Convert a Key&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2019-01-17 20:19&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/code/git&quot; class=&quot;wikilink1&quot; title=&quot;info:code:git&quot;&gt;Git&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2018-12-06 11:07&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;https://www.andunix.net/info/script/compare_directories&quot; class=&quot;wikilink1&quot; title=&quot;info:script:compare_directories&quot;&gt;Compare directories&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2018-09-19 14:34&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/cryptography/openssl/convert_key">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-17T20:19:12+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>Convert a Key</title>
        <link>https://www.andunix.net/info/cryptography/openssl/convert_key</link>
        <description>
&lt;h1 id=&quot;convert_a_key&quot;&gt;Convert a Key&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;convert_p12_to_java_keystore&quot;&gt;Convert P12 to Java Keystore&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pkcs12 -srcalias 1 -destkeystore testkey.jks -deststoretype jks -destalias testkey&lt;/pre&gt;

&lt;p&gt;
You can add &lt;code&gt;-deststorepass PASSWORD&lt;/code&gt; to set the password on the command line.
If you don&amp;#039;t, keytool will ask you for a password.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;convert_pem_to_p12&quot;&gt;Convert PEM to P12&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
To convert &lt;code&gt;cert.pem&lt;/code&gt; and &lt;code&gt;key.pem&lt;/code&gt; to &lt;code&gt;key.p12&lt;/code&gt;:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;openssl pkcs12 -export -in cert.pem -inkey key.pem -out key.p12&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;export_certificate_from_p12&quot;&gt;Export Certificate from P12&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Export the certificate with the complete certificate chain:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys&lt;/pre&gt;

&lt;p&gt;
Export the certificate only:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys -clcerts&lt;/pre&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;https://www.andunix.net/tag/openssl&quot; class=&quot;wikilink1&quot; title=&quot;tag:openssl&quot; rel=&quot;tag&quot;&gt;openssl&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/security&quot; class=&quot;wikilink1&quot; title=&quot;tag:security&quot; rel=&quot;tag&quot;&gt;security&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/cryptography&quot; class=&quot;wikilink1&quot; title=&quot;tag:cryptography&quot; rel=&quot;tag&quot;&gt;cryptography&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/key&quot; class=&quot;wikilink1&quot; title=&quot;tag:key&quot; rel=&quot;tag&quot;&gt;key&lt;/a&gt;,
	&lt;a href=&quot;https://www.andunix.net/tag/howto&quot; class=&quot;wikilink1&quot; title=&quot;tag:howto&quot; rel=&quot;tag&quot;&gt;howto&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/code/git">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-06T11:07:22+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>Git</title>
        <link>https://www.andunix.net/info/code/git</link>
        <description>
&lt;h1 id=&quot;git&quot;&gt;Git&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;basics&quot;&gt;Basics&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;init_repository&quot;&gt;Init Repository&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;p&gt;
Standard:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git init [DIR]&lt;/pre&gt;

&lt;p&gt;
Bare:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git init --bare [DIR]&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;log&quot;&gt;Log&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;p&gt;
See commits between branches:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git log master..develop&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;branches&quot;&gt;Branches&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;list_branches&quot;&gt;List Branches&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git branch&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;switch_branch&quot;&gt;Switch Branch&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git checkout BRANCH&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;delete_branch&quot;&gt;Delete Branch&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git branch -d BRANCH&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;delete_remote_branch&quot;&gt;Delete Remote Branch&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git push origin -d BRANCH&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;list_unmerges_branches&quot;&gt;List unmerges branches&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;p&gt;
List branches with commits, which are not in branch REF:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git branch --no-merged REF&lt;/pre&gt;

&lt;p&gt;
For example, list unmerged branches, which are not in &lt;code&gt;develop&lt;/code&gt;:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git branch --no-merged develop&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;list_unmerges_commits&quot;&gt;List unmerges commits&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;p&gt;
List commits in branch BRANCH, which are not in branch REF:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git cherry -v REF BRANCH&lt;/pre&gt;

&lt;p&gt;
For example, list commits in a feature branch, which are not in &lt;code&gt;develop&lt;/code&gt;:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git cherry -v develop feature/FEATURE&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;subversion&quot;&gt;Subversion&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;update&quot;&gt;Update&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git svn fetch&lt;/pre&gt;

&lt;/div&gt;

&lt;h1 id=&quot;git_flow&quot;&gt;Git Flow&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;init&quot;&gt;Init&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git flow init&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;feature&quot;&gt;Feature&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git flow feature start FEATURE
git flow feature finish FEATURE&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;release&quot;&gt;Release&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git flow release start RELEASE [BASE] 
git flow release finish RELEASE&lt;/pre&gt;

&lt;/div&gt;

&lt;h4 id=&quot;hotfix&quot;&gt;Hotfix&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;git flow hotfix start VERSION [BASENAME]
git flow hotfix finish VERSION&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;diff&quot;&gt;Diff&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
If you only want the changes files between branches, you can user this:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git diff --name-status branchA..branchB&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://www.andunix.net/info/script/compare_directories">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-19T14:34:39+00:00</dc:date>
        <dc:creator>andunix (andunix@undisclosed.example.com)</dc:creator>
        <title>Compare directories</title>
        <link>https://www.andunix.net/info/script/compare_directories</link>
        <description>
&lt;h1 id=&quot;compare_directories&quot;&gt;Compare directories&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
For each of the directories, generate a digest file:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;find&lt;/span&gt; DIR &lt;span class=&quot;re5&quot;&gt;-type&lt;/span&gt; f &lt;span class=&quot;re5&quot;&gt;-exec&lt;/span&gt; shasum &lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt; + &lt;span class=&quot;sy0&quot;&gt;|&lt;/span&gt; &lt;span class=&quot;re2&quot;&gt;LC_ALL&lt;/span&gt;=C &lt;span class=&quot;kw2&quot;&gt;sort&lt;/span&gt; &lt;span class=&quot;re5&quot;&gt;-d&lt;/span&gt; &lt;span class=&quot;re5&quot;&gt;-k&lt;/span&gt; &lt;span class=&quot;nu0&quot;&gt;2&lt;/span&gt; &lt;span class=&quot;sy0&quot;&gt;&amp;gt;&lt;/span&gt; shasums.txt&lt;/pre&gt;

&lt;p&gt;
It&amp;#039;s important to use &lt;code&gt;LC_ALL=C&lt;/code&gt; and the option &lt;code&gt;-d&lt;/code&gt; of &lt;code&gt;sort&lt;/code&gt;, to get compareable results on different machines.
&lt;/p&gt;

&lt;p&gt;
After that, you can diff the two shasums.txt:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;diff&lt;/span&gt; shasums1.txt shasums2.txt&lt;/pre&gt;

&lt;p&gt;
Or you use Meld as graphical diff tool:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;meld shasums1.txt shasums2.txt&lt;/pre&gt;

&lt;p&gt;
cli sysadmin
&lt;/p&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
