# Wiki Syntax {{toc 1-2}} # Standard MojoMojo --- ## Local Links | Type | Example | Code | | --- | --- | --- | | top level link | [[/wiki_syntax]] | [[/wiki_syntax]] | | relative link | [[wiki_syntax]] | [[wiki_syntax]] | --- ## External Links | Type | Example | Code | | --- | --- | --- | | external link | [text](http://wiki.cipux.org) | [text](http://wiki.cipux.org) | --- ## Perl Code __EXAMPLE__:
#!/usr/bin/perl -w
use strict;
use warnings;
print "Hallo Welt!\n";
__END__
{{pod}} =head2 CODE:
  #!/usr/bin/perl -w
  use strict;
  use warnings;
  print "Hallo Welt!\n";
  __END__
  
{{end}} --- ## POD Style __EXAMPLE__: {{pod}} =head3 A small Header Some normal Text which get wrapped. Some formatted text. Mostly Perl Code. {{end}} __CODE__:

{{pod}}

=head3 A small Header

Some normal Text which get wrapped.

  Some formatted text.
  Mostly Perl Code.


{{end}}

--- ## Right hand side list

Site Sections

__EXAMPLE__:       __CODE__:

Site Sections

--- ## Include

EXAMPLE:

{{include http://svnweb.cipux.org/index.cgi/CipUX/checkout/trunk/cipux-core/doc/src/kurt/Liesmich.txt}}
  __CODE__: {{include http://svnweb.cipux.org/index.cgi/CipUX/checkout/trunk/cipux-core/doc/src/kurt/Liesmich.txt}}           --- ## RSS feeds __EXAMPLE__: {{feed http://www.cipux.org/tags/release/index.rss}} __CODE__: {{feed http://www.cipux.org/tags/release/index.rss}} # wiki.cipux.org extensions ## SVN

EXAMPLE:

{{svn doc/src/kurt/Liesmich.txt}}
__CODE__: {{svn doc/src/kurt/Liesmich.txt}}