<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ffdn.org/wiki/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://ffdn.org/wiki/feed.php">
        <title>Fédération FDN - wiki</title>
        <description>FFDN - FAI associatifs</description>
        <link>https://ffdn.org/wiki/</link>
        <image rdf:resource="https://ffdn.org/wiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-09-18T07:45:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ffdn.org/wiki/doku.php?id=wiki:syntax&amp;rev=1788439747&amp;do=diff"/>
                <rdf:li rdf:resource="https://ffdn.org/wiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1525795724&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://ffdn.org/wiki/doku.php?image=wiki%3Alogo_ffdn.png&amp;ns=wiki&amp;rev=1525795657&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://ffdn.org/wiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Fédération FDN</title>
        <link>https://ffdn.org/wiki/</link>
        <url>https://ffdn.org/wiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://ffdn.org/wiki/doku.php?id=wiki:syntax&amp;rev=1788439747&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-03T12:49:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>syntax - modification externe</title>
        <link>https://ffdn.org/wiki/doku.php?id=wiki:syntax&amp;rev=1788439747&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -7,8 +7,10 @@
  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.
  
    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.
+ 
+ Note that the formatting markers have to directly enclose the text, so &amp;#039;&amp;#039;%%** bold **%%&amp;#039;&amp;#039; with spaces inside the markers will not be formatted.
  
  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.
  
    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.
@@ -82,9 +84,16 @@
  
  Notes:
  
    * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the &amp;quot;local zone&amp;quot;).
-   * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. 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 &amp;#039;&amp;#039;conf/lang/en/lang.php&amp;#039;&amp;#039; (more details at [[doku&amp;gt;localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): 
+   * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. 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 &amp;#039;&amp;#039;conf/lang/en/lang.php&amp;#039;&amp;#039; (more details at [[doku&amp;gt;localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): &amp;lt;code - conf/lang/en/lang.php&amp;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;;
+ &amp;lt;/code&amp;gt;
  
  ==== Image Links ====
  
  You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
@@ -128,14 +137,14 @@
  Resize to given width:            {{wiki:dokuwiki-128.png?50}}
  
  Resize to given width and height((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)): {{wiki:dokuwiki-128.png?200x50}}
  
- Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}
+ Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
    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}}
+   Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
  
  By using left or right whitespaces you can choose the alignment.
  
@@ -147,8 +156,14 @@
  
    {{ wiki:dokuwiki-128.png}}
    {{wiki:dokuwiki-128.png }}
    {{ wiki:dokuwiki-128.png }}
+ 
+ You can also set the alignment explicitly with a &amp;#039;&amp;#039;?left&amp;#039;&amp;#039;, &amp;#039;&amp;#039;?right&amp;#039;&amp;#039; or &amp;#039;&amp;#039;?center&amp;#039;&amp;#039; parameter. This takes precedence over the whitespace alignment above and can be combined with a size.
+ 
+ {{wiki:dokuwiki-128.png?100&amp;amp;right}}
+ 
+   {{wiki:dokuwiki-128.png?100&amp;amp;right}}
  
  Of course, you can add a title (displayed as a tooltip by most browsers), too.
  
  {{ wiki:dokuwiki-128.png |This is the caption}}
@@ -238,8 +253,9 @@
    * :-X %%  :-X  %%
    * :-| %%  :-|  %%
    * ;-) %%  ;-)  %%
    * ^_^ %%  ^_^  %%
+   * m(  %%  m(   %%
    * :?: %%  :?:  %%
    * :!: %%  :!:  %%
    * LOL %%  LOL  %%
    * FIXME %%  FIXME %%
@@ -427,59 +443,8 @@
  &amp;lt;?php echo &amp;quot;hello world!&amp;quot;; ?&amp;gt;
  &amp;lt;/file&amp;gt;
  
  If you don&amp;#039;t want any highlighting but want a downloadable file, specify a dash (&amp;#039;&amp;#039;-&amp;#039;&amp;#039;) as the language code: &amp;#039;&amp;#039;%%&amp;lt;code - myfile.foo&amp;gt;%%&amp;#039;&amp;#039;.
- 
- 
- ===== Embedding HTML and PHP =====
- 
- You can embed raw HTML or PHP code into your documents by using the &amp;#039;&amp;#039;%%&amp;lt;html&amp;gt;%%&amp;#039;&amp;#039; or &amp;#039;&amp;#039;%%&amp;lt;php&amp;gt;%%&amp;#039;&amp;#039; tags. (Use uppercase tags if you need to enclose block level elements.)
- 
- HTML example:
- 
- &amp;lt;code&amp;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;
- &amp;lt;/code&amp;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;
- 
- PHP example:
- 
- &amp;lt;code&amp;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;
- &amp;lt;/code&amp;gt;
- 
- &amp;lt;php&amp;gt;
- echo &amp;#039;The PHP version: &amp;#039;;
- echo phpversion();
- echo &amp;#039; (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;
- 
- **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
  
  ===== RSS/ATOM Feed Aggregation =====
  [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] 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:
  
@@ -487,9 +452,9 @@
  | any number | will be used as maximum number items to show, defaults to 8 |
  | reverse    | display the last items in the feed first |
  | author     | show item authors names |
  | date       | show item dates |
- | description| show the item description. If [[doku&amp;gt;config:htmlok|HTML]] is disabled all tags will be stripped |
+ | description| show the item description. All HTML tags will be stripped |
  | nosort     | do not sort the items in the feed |
  | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
  The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] 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 [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="https://ffdn.org/wiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1525795724&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-08T16:08:44+00:00</dc:date>
        <dc:creator>quota_atypique (quota_atypique@undisclosed.example.com)</dc:creator>
        <title>logo.png - créée</title>
        <link>https://ffdn.org/wiki/doku.php?image=wiki%3Alogo.png&amp;ns=wiki&amp;rev=1525795724&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;Version actuelle&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
    </item>
    <item rdf:about="https://ffdn.org/wiki/doku.php?image=wiki%3Alogo_ffdn.png&amp;ns=wiki&amp;rev=1525795657&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-08T16:07:37+00:00</dc:date>
        <dc:creator>quota_atypique (quota_atypique@undisclosed.example.com)</dc:creator>
        <title>logo_ffdn.png - supprimée</title>
        <link>https://ffdn.org/wiki/doku.php?image=wiki%3Alogo_ffdn.png&amp;ns=wiki&amp;rev=1525795657&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;1525795425&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;Version actuelle&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
    </item>
</rdf:RDF>
