Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:syntax [2017/01/30 22:41]
127.0.0.1 external edit
wiki:syntax [2017/04/20 16:40]
Theowningone
Line 74: Line 74:
   DokuWiki supports [[doku>​Interwiki]] links. These are quick links to other Wikis.   DokuWiki supports [[doku>​Interwiki]] links. These are quick links to other Wikis.
   For example this is a link to Wikipedia'​s page about Wikis: [[wp>​Wiki]].   For example this is a link to Wikipedia'​s page about Wikis: [[wp>​Wiki]].
- 
-==== 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>​Intranet]]. 
- 
-  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 ''​conf/​lang/​en/​lang.php''​ (more details at [[doku>​localization#​changing_some_localized_texts_and_strings_in_your_installation|localization]]):​ <code - conf/​lang/​en/​lang.php>​ 
-<?php 
-/** 
- * Customization of the english language file 
- * Copy only the strings that needs to be modified 
- */ 
-$lang['​js'​]['​nosmblinks'​] = '';​ 
-</​code>​ 
  
 ==== Image Links ==== ==== Image Links ====
Line 273: Line 255:
 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
-<code>+<sxh>
 I think we should do it I think we should do it
  
Line 285: Line 267:
  
 >>>​ Then lets do it! >>>​ Then lets do it!
-</code>+</sxh>
  
 I think we should do it I think we should do it
  • Last modified: 6 years ago
  • (external edit)