User Tools

Site Tools


internet:wiki:dokuwiki_notes

Differences

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

Link to this comparison view

Next revision
Previous revision
internet:wiki:dokuwiki_notes [2011/11/01 13:34]
127.0.0.1 external edit
internet:wiki:dokuwiki_notes [2019/05/05 21:56] (current)
gcooper
Line 1: Line 1:
 ====== DokuWiki Notes ====== ====== DokuWiki Notes ======
 +
 +:!: Syntax Cheat Sheet: http://www.dokuwiki.org/cheatsheet
 +
 +===== Images with External Links =====
 +
 +<file>
 +[[http://www.subnet-calculator.com|{{ :networking:subnet_calulator.png?direct&350|}}]]
 +</file>
 +
 +===== Simple Border for Images =====
 +
 +Use a 'single table, single row, single cell' table.  Just add 'pipe' symbols before and after the image link:
 +
 +<file>
 +|{{ :internet:wiki:sample_borderless_image.png?150 |In a Single Row Table}}|
 +</file>
 +
 +|{{ :internet:wiki:sample_borderless_image.png?150 |In a Single Row Table}}|
 +
 ===== Templates ===== ===== Templates =====
  
 http://www.dokuwiki.org/template http://www.dokuwiki.org/template
  
-==== Purge Cache ====+===== Media Manager =====
  
-''?purge=true''+Use the Media Manager to upload images and other files into your wiki.
  
-https://www.sonoracomm.com/wiki/doku.php?purge=true+You can access the Media Manager in any Edit window by clicking on the icon for "Add images and other files"
  
-==== Index (Site Map) ====+https://www.sonoracomm.com/wiki/lib/exe/mediamanager.php?edid=wiki__text
  
-''?do=index''\\ +===== Installed Plugins ===== 
-or\\ + 
-''?idx=namespace_to_show''+==== Box Plugin ==== 
 + 
 +http://www.dokuwiki.org/plugin:box 
 + 
 +==== Color Plugin ==== 
 + 
 +http://www.dokuwiki.org/plugin:color 
 + 
 +===== Purge Cache ===== 
 + 
 +<file> 
 +?purge=true 
 +</file> 
 + 
 +https://www.sonoracomm.com/wiki/doku.php?purge=true 
 + 
 +===== Index (Site Map) =====
  
 http://www.dokuwiki.org/index http://www.dokuwiki.org/index
  
 +<file>
 +?do=index
 +</file>
 +
 +or
 +
 +<file>
 +?idx=namespace_to_show
 +</file>
 +
 +===== Force HTTPS =====
 +
 +==== Force  Login, Admin and Profile actions to use SSL ====
 +
 +http://www.dokuwiki.org/tips:httpslogin
 +
 +  - Disable 'securecookie' feature
 +  - Modify .htaccess
 +
 +==== Force All Connections to Use SSL ====
 +
 +http://www.besthostratings.com/articles/force-ssl-htaccess.html
internet/wiki/dokuwiki_notes.1320176082.txt.gz · Last modified: 2012/04/09 15:28 (external edit)