Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| wiki:syntax [Le 28/05/2007, 15:24] – charlax | wiki:syntax [Le 05/08/2026, 21:36] (Version actuelle) – créée - modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | EN COURS | + | ====== Formatting Syntax ====== |
| - | ===== Pré-requis ===== | + | [[doku> |
| - | * Il vaut mieux avoir certaines bases de l' | + | ===== Basic Text Formatting ===== |
| - | * Connaitre les bases de l' | + | |
| - | * Préparez matériellement votre serveur : je vous conseille de le mettre dans sa configuration normale (c' | + | |
| - | ===== Installation ===== | + | DokuWiki supports **bold**, //italic//, __underlined__ and '' |
| - | | + | |
| - | - Gravez-la | + | |
| - | - Démarrez l'installation | + | |
| - | | + | |
| - | === Cartes réseaux === | + | Note that the formatting markers have to directly enclose the text, so '' |
| - | Connectez l'une de ces cartes à votre modem adsl. Choisissez l'une des cartes (eth0 ou eth1 la plupart du temps), si la configuration automatique avec DHCP échoue, revenez en arrière et choisissez l' | + | You can use < |
| - | === Partitionnement === | + | You can use < |
| - | Choisissez le partitionnement manuel. En effet il vaut mieux utiliser plusieurs partitions pour sécuriser votre système : en effet la plus utilisée ('' | + | You can mark something as < |
| - | == Swap == | + | You can mark something as < |
| - | | + | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. |
| - | | + | |
| - | | + | |
| - | | + | |
| - | == ''/ | + | 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. | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | * Point de montage : ''/ | + | |
| - | == ''/'' | + | You should use forced newlines only if really needed. |
| - | * Type : primaire | + | ===== Links ===== |
| - | * Point de montage : ''/'' | + | |
| - | == ''/ | + | DokuWiki supports multiple ways of creating links. |
| - | * Type : primaire | + | ==== External ==== |
| - | * Point de montage : ''/ | + | |
| - | === Mot de passe === | + | External links are recognized automagically: |
| - | {{installation: | + | DokuWiki supports multiple ways of creating links. External links are recognized |
| - | > | + | |
| + | link text as well: [[http:// | ||
| + | addresses like this one: < | ||
| - | === Fin de l' | + | ==== Internal ==== |
| - | N' | + | Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. |
| - | ===== Configuration ===== | + | Internal links are created by using square brackets. You can either just give |
| + | a [[pagename]] or use an additional [[pagename|link text]]. | ||
| - | Après le redémarrage, '' | + | [[doku> |
| - | === Fichier ''/ | + | You can use [[some: |
| - | Rajoutez un ''#'' | + | You can use [[some: |
| - | === Fichier ''/ | + | For details about namespaces see [[doku> |
| - | Rajoutez ceci pour créer l' | + | Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax# |
| - | < | + | This links to [[syntax# |
| - | auto eth0 | + | |
| - | iface eth0 inet static | + | |
| - | name LAN | + | |
| - | address 192.168.0.1 | + | |
| - | netmask 255.255.255.0 | + | |
| - | broadcast 192.168.0.255 | + | |
| - | network 192.168.0.0 | + | |
| - | </ | + | |
| - | '' | + | Notes: |
| - | '' | + | |
| - | '' | + | |
| - | Activez la coloration syntaxique dans '' | + | * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. |
| - | < | + | * DokuWiki does not use [[wp> |
| - | syntax on | + | * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much. |
| + | |||
| + | ==== Interwiki ==== | ||
| + | |||
| + | DokuWiki supports [[doku> | ||
| + | |||
| + | DokuWiki supports [[doku> | ||
| + | For example this is a link to Wikipedia's page about Wikis: [[wp> | ||
| + | |||
| + | ==== Windows Shares ==== | ||
| + | |||
| + | Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp> | ||
| + | |||
| + | Windows Shares like [[\\server\share|this]] are recognized, too. | ||
| + | |||
| + | Notes: | ||
| + | |||
| + | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone" | ||
| + | * 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 '' | ||
| + | <?php | ||
| + | /** | ||
| + | * Customization of the english language file | ||
| + | * Copy only the strings that needs to be modified | ||
| + | */ | ||
| + | $lang[' | ||
| </ | </ | ||
| - | ==== Serveur Dhcpd ==== | + | ==== Image Links ==== |
| - | '' | + | You can also use an image to link to another internal or external page by combining the syntax for links and [[# |
| - | === '' | + | [[http://php.net|{{wiki: |
| - | Ne vous trompez pas dans l'interface ! | + | [[http:// |
| + | |||
| + | Please note: The image formatting is the only formatting syntax accepted in link names. | ||
| + | |||
| + | The whole [[# | ||
| + | |||
| + | ===== Footnotes ===== | ||
| + | |||
| + | You can add footnotes ((This is a footnote)) by using double parentheses. | ||
| + | |||
| + | You can add footnotes ((This is a footnote)) by using double parentheses. | ||
| + | |||
| + | ===== Sectioning ===== | ||
| + | |||
| + | 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 | ||
| + | |||
| + | ==== Headline Level 3 ==== | ||
| + | === Headline Level 4 === | ||
| + | == Headline Level 5 == | ||
| + | |||
| + | ==== Headline Level 3 ==== | ||
| + | === Headline Level 4 === | ||
| + | == Headline Level 5 == | ||
| + | |||
| + | By using four or more dashes, you can make a horizontal line: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Media Files ===== | ||
| + | |||
| + | You can include external and internal [[doku> | ||
| + | |||
| + | Real size: {{wiki: | ||
| + | |||
| + | Resize to given width: | ||
| + | |||
| + | Resize to given width and height((when the aspect ratio of the given width and height doesn' | ||
| + | |||
| + | Resized external image: {{https:// | ||
| + | |||
| + | Real size: {{wiki: | ||
| + | Resize to given width: | ||
| + | Resize to given width and height: {{wiki: | ||
| + | Resized external image: {{https:// | ||
| + | |||
| + | |||
| + | By using left or right whitespaces you can choose the alignment. | ||
| + | |||
| + | {{ wiki: | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | {{ wiki: | ||
| + | |||
| + | {{ wiki: | ||
| + | {{wiki: | ||
| + | {{ wiki: | ||
| + | |||
| + | You can also set the alignment explicitly with a ''? | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | Of course, you can add a title (displayed as a tooltip by most browsers), too. | ||
| + | |||
| + | {{ wiki: | ||
| + | |||
| + | {{ wiki: | ||
| + | |||
| + | For linking an image to another page see [[#Image Links]] above. | ||
| + | |||
| + | ==== Supported Media Formats ==== | ||
| + | |||
| + | DokuWiki can embed the following media formats directly. | ||
| + | |||
| + | | Image | '' | ||
| + | | Video | '' | ||
| + | | Audio | '' | ||
| + | | Flash | '' | ||
| + | |||
| + | If you specify a filename that is not a supported media format, then it will be displayed as a link instead. | ||
| + | |||
| + | By adding ''? | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | {{wiki: | ||
| + | |||
| + | ==== Fallback Formats ==== | ||
| + | |||
| + | 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. | ||
| + | |||
| + | For example consider this embedded mp4 video: | ||
| + | |||
| + | {{video.mp4|A funny video}} | ||
| + | |||
| + | When you upload a '' | ||
| + | |||
| + | Additionally DokuWiki supports a " | ||
| + | |||
| + | ===== Lists ===== | ||
| + | |||
| + | Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a '' | ||
| + | |||
| + | * 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's it | ||
| < | < | ||
| - | INTERFACES=" | + | * 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's it | ||
| </ | </ | ||
| - | === ''/ | + | Also take a look at the [[doku> |
| - | < | + | ===== Text Conversions ===== |
| - | option domain-name " | + | |
| - | option domain-name-servers VOS_SERVEURS_DNS; | + | |
| - | option routers 192.168.0.1; | + | |
| - | subnet 192.168.0.0 netmask 255.255.255.0 { | + | DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. |
| - | authoritative; | + | |
| - | range 192.168.0.20 192.168.0.255; | + | |
| - | option broadcast-address 192.168.0.255; | + | |
| - | } | + | |
| - | # Pour des adresses particulières pour certaines cartes réseau | + | The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, |
| - | host { | + | |
| - | hardware ethernet ADRESSE_MAC_DE_LA_CARTE; | + | |
| - | fixed-address 192.168.0.2; | + | |
| - | } | + | |
| - | </ | + | |
| - | ==== Serveur Dns (bind) | + | ==== Text to Image Conversions |
| - | '' | + | DokuWiki converts commonly used [[wp> |
| - | === Fichier '' | + | * 8-) %% 8-) %% |
| + | * 8-O %% 8-O %% | ||
| + | * :-( %% :-( %% | ||
| + | * :-) %% :-) %% | ||
| + | * =) %% | ||
| + | * :-/ %% :-/ %% | ||
| + | * :-\ %% :-\ %% | ||
| + | * :-? %% :-? %% | ||
| + | * :-D %% :-D %% | ||
| + | * :-P %% :-P %% | ||
| + | * :-O %% :-O %% | ||
| + | * :-X %% :-X %% | ||
| + | * :-| %% :-| %% | ||
| + | * ;-) %% ;-) %% | ||
| + | * ^_^ %% ^_^ %% | ||
| + | * m( %% m( %% | ||
| + | * :?: %% :?: %% | ||
| + | * :!: %% :!: %% | ||
| + | * LOL %% LOL %% | ||
| + | * FIXME %% FIXME %% | ||
| + | * DELETEME %% DELETEME %% | ||
| - | Rajoutez les options correspondant à votre zone : | + | ==== Text to HTML Conversions ==== |
| + | |||
| + | Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. | ||
| + | |||
| + | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | ||
| + | "He thought ' | ||
| < | < | ||
| - | zone " | + | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) |
| - | type master; | + | "He thought ' |
| - | file "d3in.org.zone"; | + | |
| - | allow-transfer { | + | |
| - | // twisted4life | + | |
| - | 202.157.182.142; | + | |
| - | // gandi | + | |
| - | 217.70.177.40; | + | |
| - | }; | + | |
| - | }; | + | |
| </ | </ | ||
| - | === Fichier | + | The same can be done to produce any kind of HTML, it just needs to be added to the [[doku> |
| + | |||
| + | There are three exceptions which do not come from that pattern file: multiplication entity (640x480), | ||
| + | |||
| + | ===== Quoting ===== | ||
| + | |||
| + | Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: | ||
| < | < | ||
| - | ; Fichier de zone " | + | I think we should do it |
| - | ; Formation Debian GNU/Linux par Alexis de Lattre | + | |
| - | ; http:// | + | |
| - | ; Utiliser la commande | + | > No we shouldn' |
| - | ; " | + | |
| - | ; pour vérifier la validité du fichier de zone. | + | |
| - | ; Utiliser la commande " | + | >> Well, I say we should |
| - | ; de configuration / | + | |
| - | ; ATTENTION : ne pas oublier de mettre à jour le " | + | > Really? |
| - | ; modification des enregistrements de ce fichier. | + | |
| - | ; ATTENTION : dans les fichiers de zone, les noms DNS complets doivent se | + | >> Yes! |
| - | ; terminer par des points (par exemple " | + | |
| - | $TTL 3D | + | >>> |
| + | </ | ||
| - | @ IN SOA | + | I think we should do it |
| - | 2007063103 ; SERIAL (aaaammddrr) | + | |
| - | 8H | + | |
| - | 2H | + | |
| - | 4W | + | |
| - | 1D ) | + | |
| - | d3in.org. IN TXT " | + | > No we shouldn' |
| - | www.d3in.org. IN TXT " | + | |
| - | d3in.org. | + | |
| - | d3in.org. | + | |
| - | d3in.org. | + | |
| - | d3in.org. | + | |
| - | d3in.org. | + | |
| - | @ | + | >> Well, I say we should |
| - | www | + | |
| - | imap CNAME d3in.org | + | > Really? |
| - | smtp CNAME d3in.org | + | |
| - | ca CNAME d3in.org | + | >> Yes! |
| - | </code> | + | |
| - | === Test === | + | >>> |
| - | ''/ | + | ===== Tables ===== |
| - | Utilisez la commande '' | + | |
| - | Utiliser la commande '' | + | |
| - | ==== Serveur ssh ==== | + | DokuWiki supports a simple syntax to create tables. |
| - | '' | + | ^ 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 | | ||
| - | === Fichier / | + | Table rows have to start and end with a '' |
| - | Les lignes suivantes ne sont pas dans l' | + | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ |
| - | < | + | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | |
| - | # Nous n' | + | | Row 2 Col 1 | some colspan (note the double pipe) || |
| - | Port XXXXX | + | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | |
| - | # Temps réduit pour se logger | + | To connect cells horizontally, |
| - | LoginGraceTime 30 | + | |
| - | # Le root n'est pas autorisé à se logger | + | Vertical tableheaders are possible, too. |
| - | PermitRootLogin no | + | |
| - | X11Forwarding | + | | ^ 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 | | ||
| - | # On autorise un seul utilisateur à se connecter à partir d'un ordinateur externe | + | As you can see, it's the cell separator before a cell which decides about the formatting: |
| - | AllowUsers VOTRE_UTILISATEUR@* | + | |
| - | </ | + | |
| - | === Test de la configuration === | + | | ^ 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 | | ||
| - | '' | + | You can have rowspans (vertically connected cells) by adding |
| - | {{installation:warning.png | + | ^ 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 | | ||
| - | '' | + | Apart from the rowspan syntax those cells should not contain anything else. |
| - | Rajoutez ceci dans / | + | ^ 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 | | ||
| - | < | + | 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. |
| - | alias ssh_VOTRE_NOM_DHOTE=' | + | |
| - | </ | + | |
| - | ==== Proxy-router-firewall (tinyproxy, firehol) ==== | + | ^ Table with alignment |
| + | | | ||
| + | |left | | ||
| + | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
| - | '' | + | This is how it looks in the source: |
| - | Si jamais à ce stage vous avez besoin d' | + | ^ Table with alignment |
| + | | | ||
| + | |left | | ||
| + | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | ||
| - | '' | + | Note: Vertical alignment is not supported. |
| - | '' | + | |
| - | === ''/ | + | ===== No Formatting ===== |
| - | Remplacez | + | If you need to display text exactly like it is typed (without any formatting), |
| - | === '' | + | < |
| + | This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, | ||
| + | </ | ||
| + | The same is true for %%// | ||
| + | |||
| + | < | ||
| + | This is some text which contains addresses like this: http:// | ||
| + | </ | ||
| + | The same is true for %%// | ||
| + | |||
| + | ===== Code Blocks ===== | ||
| + | |||
| + | 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 '' | ||
| + | |||
| + | This is text is indented by two spaces. | ||
| < | < | ||
| - | # | + | This is preformatted code all spaces |
| - | # $Id: client-all.conf, | + | </ |
| - | # | + | |
| - | # This configuration file will allow all requests originating from the | + | |
| - | # local machine to be send through all network interfaces. | + | |
| - | # | + | |
| - | # No requests | + | |
| - | # completely stealthed! It will not respond to anything, and it will | + | |
| - | # not be pingable, although it will be able to originate anything | + | |
| - | # (even pings to other hosts). | + | |
| - | # | + | |
| - | version 5 | + | < |
| + | This is pretty much the same, but you could use it to show that you quoted a file. | ||
| + | </ | ||
| - | public_ip=" | + | Those blocks were created by this source: |
| - | interface eth0 home | + | This is text is indented by two spaces. |
| - | policy reject | + | |
| - | server "smtp http https ftp ssh dns cups ping imap imaps rsync icmp ntp smtp smtps squid" accept | + | |
| - | client "icmp samba http" accept | + | |
| - | interface eth1 internet | + | < |
| - | | + | This is preformatted code all spaces are preserved: like <-this |
| - | | + | </ |
| - | client all accept | + | |
| - | router home2internet inface eth0 outface eth1 | + | < |
| - | # route "ftp jabber telnet time cups ping pop3 pop3s dhcp dns http https msn rsync rtp icmp imap imaps nntp ntp smtp smtps ssh squid sip" | + | This is pretty much the same, but you could use it to show that you quoted a file. |
| - | route all accept | + | </ |
| - | | + | |
| + | ==== Syntax Highlighting ==== | ||
| + | |||
| + | [[wiki: | ||
| + | |||
| + | <code java> | ||
| + | /** | ||
| + | * The HelloWorldApp class implements an application that | ||
| + | * simply displays | ||
| + | */ | ||
| + | class HelloWorldApp { | ||
| + | public static void main(String[] args) { | ||
| + | | ||
| + | } | ||
| + | } | ||
| </ | </ | ||
| - | ==== Serveur Web (Apache) | + | The following language strings are currently recognized: //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// |
| - | '' | + | There are additional [[doku> |
| - | === Fichier / | + | ==== Downloadable Code Blocks |
| + | |||
| + | When you use the '' | ||
| - | Enlever le ''#'' | ||
| < | < | ||
| - | x-http-php | + | < |
| + | <?php echo "hello world!"; | ||
| + | </ | ||
| </ | </ | ||
| - | === Test === | + | <file php myexample.php> |
| + | <?php echo "hello world!"; | ||
| + | </ | ||
| - | - Connectez-vous sur votre serveur. | + | If you don't want any highlighting but want a downloadable file, specify a dash ('' |
| - | - Créer un fichier | + | |
| - | < | + | ===== RSS/ATOM Feed Aggregation ===== |
| - | <?php | + | [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// |
| - | phpinfo(); | + | |
| - | ?> | + | ^ Parameter |
| - | </code> | + | | any number | will be used as maximum number items to show, defaults to 8 | |
| + | | reverse | ||
| + | | author | ||
| + | | date | show item dates | | ||
| + | | description| show the item description. All HTML tags will be stripped | | ||
| + | | nosort | ||
| + | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. | ||
| + | |||
| + | The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki: | ||
| + | |||
| + | By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the '' | ||
| + | |||
| + | **Example: | ||
| + | |||
| + | {{rss>http:// | ||
| + | {{rss> | ||
| - | ==== Serveur d' | ||
| - | {{installation: | + | ===== Control Macros ===== |
| - | > | + | |
| - | '' | + | Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: |
| - | ==== Proxy (dansguardian, tinyproxy) ==== | + | ^ Macro ^ Description | |
| + | | %%~~NOTOC~~%% | ||
| + | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | ||
| + | ===== Syntax Plugins ===== | ||
| - | ===== Crédits ===== | + | DokuWiki' |
| - | Tutoriel réalisé par Charles-Axel Dein. | + | ~~INFO: |
