<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://en.mazungue.com/wikidetony/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://en.mazungue.com/wikidetony/feed.php">
        <title>Wiki de Tony - notes</title>
        <description>A DokuWiki Experiment @mazungue</description>
        <link>https://en.mazungue.com/wikidetony/</link>
        <image rdf:resource="https://en.mazungue.com/wikidetony/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-25T14:12:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://en.mazungue.com/wikidetony/doku.php?id=notes:current_userstyle.css_content_sample&amp;rev=1769343470&amp;do=diff"/>
                <rdf:li rdf:resource="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_do_i_add_a_question_mark_to_a_new_page_title&amp;rev=1769376560&amp;do=diff"/>
                <rdf:li rdf:resource="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_add_a_simple_style_in_dokuwiki&amp;rev=1769381455&amp;do=diff"/>
                <rdf:li rdf:resource="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_clear_cache&amp;rev=1769381210&amp;do=diff"/>
                <rdf:li rdf:resource="https://en.mazungue.com/wikidetony/doku.php?id=notes:start&amp;rev=1769733811&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://en.mazungue.com/wikidetony/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Wiki de Tony</title>
        <link>https://en.mazungue.com/wikidetony/</link>
        <url>https://en.mazungue.com/wikidetony/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://en.mazungue.com/wikidetony/doku.php?id=notes:current_userstyle.css_content_sample&amp;rev=1769343470&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T12:17:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>My Current CSS Style File</title>
        <link>https://en.mazungue.com/wikidetony/doku.php?id=notes:current_userstyle.css_content_sample&amp;rev=1769343470&amp;do=diff</link>
        <description>My Current CSS Style File

This is my current userstyle.css sample (1/25/2026):

 
/* ————————————————————————————————
   Global typography
——————————————————————————————— */

body {
    font-family: &quot;Segoe UI&quot;, -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
    font-size: 120% !important;
    line-height: 1.6 !important;
}

/* Article content inherits the global font */
.dokuwiki .dw-content {
    font-family: &quot;Segoe UI&quot;, sans-serif !important;
}

/* —————————————————————————…</description>
    </item>
    <item rdf:about="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_do_i_add_a_question_mark_to_a_new_page_title&amp;rev=1769376560&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T21:29:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to add a question mark to a page title in DokuWiki</title>
        <link>https://en.mazungue.com/wikidetony/doku.php?id=notes:how_do_i_add_a_question_mark_to_a_new_page_title&amp;rev=1769376560&amp;do=diff</link>
        <description>How to add a question mark to a page title in DokuWiki

Answer: Use Explicit Link Titles

Use the standard “piped” link syntax to separate the technical ID from the display title.

	* Syntax: 
[[page_id|Page Title?]]

	* Example: 
[[Recipes:grilled_sardines|How do I grill sardines?]]</description>
    </item>
    <item rdf:about="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_add_a_simple_style_in_dokuwiki&amp;rev=1769381455&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T22:50:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to add a simple stylesheet to your DokuWiki</title>
        <link>https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_add_a_simple_style_in_dokuwiki&amp;rev=1769381455&amp;do=diff</link>
        <description>How to add a simple stylesheet to your DokuWiki

A simple way to customize certain styles in DokuWiki without adding plugins or modifying core code is by adding your own CSS file. Luckily, DokuWiki looks for and recognizes a user style file named userstyle.css</description>
    </item>
    <item rdf:about="https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_clear_cache&amp;rev=1769381210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T22:46:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to clear the cache memory after code changes</title>
        <link>https://en.mazungue.com/wikidetony/doku.php?id=notes:how_to_clear_cache&amp;rev=1769381210&amp;do=diff</link>
        <description>How to clear the cache memory after code changes

	*  First, try refreshing your browser: Press Ctrl + F5 (Windows/Linux) or Cmd + Shift + R (Mac) to force your browser to ignore its own local cache. 
	*  If changes haven&#039;t been made, Go to Admin &gt; Configuration Settings</description>
    </item>
    <item rdf:about="https://en.mazungue.com/wikidetony/doku.php?id=notes:start&amp;rev=1769733811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-30T00:43:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Notes Index Page</title>
        <link>https://en.mazungue.com/wikidetony/doku.php?id=notes:start&amp;rev=1769733811&amp;do=diff</link>
        <description>Notes Index Page

Internal notes about this Wiki. This is where I jot down what changed, why, and what I’m experimenting with.

	* How to add a simple style in DokuWiki
		* Current userstyle.css content sample

	* How do I add a question mark to a new page title?
	* How to clear the cache memory</description>
    </item>
</rdf:RDF>
