dokuwiki/lib/tpl/템플릿명/images 내에 아래 파일들을 수정한다
desktop : favicon.ico
mobile : apple-touch-icon.png
inc/template.php 1932 라인에 있음
1. root의 .htaccess는 dokuwiki/ 로 redirect (있는 파일이면 그대로 가지만)
2. dokuwiki/ 의 .htaccess 는 dokuwiki 기본 파일 주석 해제
3. 아래 설정
$conf['userewrite'] = '1'; $conf['basedir'] = '/'; $conf['baseurl'] = 'https://www.triviaz.net'; $conf['cookiedir'] = '/';
1. /data 만 복사 2. 새 버전 install 3. /data 붙여넣기 (혹시 몰라서 기존 data를 이름 바꾸고) 4. plugin 설치 5. 바꾼 설정은 conf/local.php 에 있음 (copy&paste)
https://openwiki.kr/tech/도쿠위키#유용한_플러긴
Openwiki - 도쿠위키 기술
http://html5around.com/wordpress/tutorials/도쿠위키-설치-우분투기준-문법-플러그인-쭈욱-알아/
https://jsonobject.tistory.com/286
https://openwiki.kr/tech/%EB%8F%84%EC%BF%A0%EC%9C%84%ED%82%A4#%ED%95%84%EC%88%98_%ED%94%8C%EB%9F%AC%EA%B8%B4
https://namu.wiki/w/도쿠위키?from=DokuWiki#s-8
플러그인 추천
http://manpd.tistory.com/m/242?category=745481
http://manpd.tistory.com/m/243?category=764057
https://www.dokuwiki.org/tips:blogging
{{NEWPAGE}}
~~DISCUSSION~~ ~~DISCUSSION|Off~~
https://www.dokuwiki.org/plugin:tag
{{tag>tag1 tag2 tag3}}
https://www.dokuwiki.org/plugin:inlinetoc
{{INLINETOC}}
https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4
<sxh php; highlight: [11-15]; title: 제목> code </sxh>
<code>
에 overridinghttps://www.dokuwiki.org/plugin:semantic
[helper.php] line 129: getDescription :
return (@$this->meta['description']['abstract'] ? substr($this->meta['description']['abstract'],strlen($this->getTitle())+1) : $this->getTitle());
https://www.dokuwiki.org/plugin:include
{{page>software_development:Performance of VBA}}
<hidden click here if you want to know more>Since you want to know more, here is an explanation with more details […]</hidden>
<WRAP hide>주석</WRAP>
{{url:IFRAMEURL width,height noborder noscroll|TEXT}}
기본 editor 에서 wiki syntax highlighting
<color red> color </color><color red> color </color>
~~REDIRECT>namespace:page~~
https://www.dokuwiki.org/plugin:imagebox
just add [
[{{imgsrc|caption}}]
https://www.dokuwiki.org/plugin:imagereference
<imgcaption label|John Doe>{{:wiki:dokuwiki-128.png}}</imgcaption> The Dokuwiki image can be seen in <imgref label>.
https://www.dokuwiki.org/plugin:mathjax
inline $ X \sim \mathcal{N}(\mu,\,\sigma^{2})\ $ line $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} exp\left( { -\frac{1}{2} \left( \frac{x - \mu}{\sigma} \right)^{2} } \right) $$
<article id="dokuwiki__content" onclick="jQuery('.navbar-collapse').collapse('hide');"