<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://testwiki.hecatron.com/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="http://testwiki.hecatron.com/feed.php">
        <title>Hacman DEMO ONLY wiki</title>
        <description></description>
        <link>http://testwiki.hecatron.com/</link>
        <image rdf:resource="http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-04T03:20:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:auth&amp;rev=1669854546&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:layout&amp;rev=1669854546&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:plugins&amp;rev=1669854547&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:start&amp;rev=1669854547&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:syntax&amp;rev=1669854547&amp;do=diff"/>
                <rdf:li rdf:resource="http://testwiki.hecatron.com/doku.php?id=wiki:themes&amp;rev=1669854547&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico">
        <title>Hacman DEMO ONLY</title>
        <link>http://testwiki.hecatron.com/</link>
        <url>http://testwiki.hecatron.com/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:auth&amp;rev=1669854546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:auth</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:auth&amp;rev=1669854546&amp;do=diff</link>
        <description>Authentication

Local Authentication

Currently this wiki is setup for local authentication it uses the following plugins to try and avoid spam

	*  &lt;https://www.dokuwiki.org/plugin:preregister&gt;
	*  &lt;https://www.dokuwiki.org/plugin:captcha&gt;

Hacspace Authentation

If we want this to work with the manchester hackspace login instead then we&#039;ll need to be able to authenticate with the existing setup.</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:layout&amp;rev=1669854546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:layout</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:layout&amp;rev=1669854546&amp;do=diff</link>
        <description>Page Layouts

URL Paths

Unlike mediawiki dokuwiki uses a folder based approach for storing it&#039;s content.   In the url for example this page will be /doku.php?id=wiki:layout   The wiki:layout represents the path to the page with the : acting as a directory seperator.</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:plugins&amp;rev=1669854547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:plugins</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:plugins&amp;rev=1669854547&amp;do=diff</link>
        <description>Plugins

bootswrapper

Bootswrapper allows us to use some of the bootstrap controls within the page.

	*  &lt;https://www.dokuwiki.org/plugin:bootswrapper&gt;

There&#039;s quite a few, so I&#039;ll just show the jumbotron. Note the syntax inside the control has to be dokuwiki syntax instead of markdown which limit&#039;s its use a bit.</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:start&amp;rev=1669854547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:start</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:start&amp;rev=1669854547&amp;do=diff</link>
        <description>Wiki Setup

Configuration

	*  Authentication Setup
	*  Plugins
	*  Themes

Editing Pages

	*  Page Layouts
	*  Wiki Syntax</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:syntax&amp;rev=1669854547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:syntax</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:syntax&amp;rev=1669854547&amp;do=diff</link>
        <description>Wiki Syntax

The pages are set to render everything inside as markdown by default using the CommonMark plugin.   There is a way to specify native dokuwiki syntax as well though within the markdown.   This means we can use markdown as a default but also add in any special plugin controls as well as a bonus.</description>
    </item>
    <item rdf:about="http://testwiki.hecatron.com/doku.php?id=wiki:themes&amp;rev=1669854547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-30T16:29:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:themes</title>
        <link>http://testwiki.hecatron.com/doku.php?id=wiki:themes&amp;rev=1669854547&amp;do=diff</link>
        <description>Themes

Typically themes are called templates within dokuwiki

Bootstrap3 Template

The current theme we&#039;re using is based on the bootstrap3 template / plugin.   We&#039;re currently using the bootswatch slate theme that&#039;s been modified a bit to tidy things up on dokuwiki.</description>
    </item>
</rdf:RDF>
