Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
trivia:wiki [2020/03/08 21:23]
prgram [MathJax]
trivia:wiki [2021/09/24 23:49]
prgram [MathJax]
Line 9: Line 9:
  
  
 +===== 설정 =====
 +===favicon===
 +dokuwiki/​lib/​tpl/​템플릿명/​images 내에 아래 파일들을 수정한다
 +desktop : favicon.ico
 +mobile : apple-touch-icon.png
 +
 +inc/​template.php 1932 라인에 있음
 ===== Plugin ===== ===== Plugin =====
  
 [[https://​openwiki.kr/​tech/​|https://​openwiki.kr/​tech/​도쿠위키#​유용한_플러긴]] [[https://​openwiki.kr/​tech/​|https://​openwiki.kr/​tech/​도쿠위키#​유용한_플러긴]]
 +[[https://​openwiki.kr/​tech/​%EB%8F%84%EC%BF%A0%EC%9C%84%ED%82%A4|Openwiki - 도쿠위키 기술]]
  
 [[http://​html5around.com/​wordpress/​tutorials/​|http://​html5around.com/​wordpress/​tutorials/​도쿠위키-설치-우분투기준-문법-플러그인-쭈욱-알아/​]] [[http://​html5around.com/​wordpress/​tutorials/​|http://​html5around.com/​wordpress/​tutorials/​도쿠위키-설치-우분투기준-문법-플러그인-쭈욱-알아/​]]
Line 57: Line 65:
  
 === tag === === tag ===
 +https://​www.dokuwiki.org/​plugin:​tag
 <​code>​ <​code>​
 {{tag>​tag1 tag2 tag3}} {{tag>​tag1 tag2 tag3}}
Line 70: Line 78:
    
 </​code>​ </​code>​
 +
 +=== inlinetoc ===
 +https://​www.dokuwiki.org/​plugin:​inlinetoc
 +<​code>​ {{INLINETOC}} </​code>​
  
 === SyntaxHighlighter4 === === SyntaxHighlighter4 ===
Line 84: Line 96:
   * hideMail 빼고 전부 enable   * hideMail 빼고 전부 enable
   * https://​developers.facebook.com/​tools/​debug ​ 공유 디버거   * https://​developers.facebook.com/​tools/​debug ​ 공유 디버거
 +  * https://​developers.facebook.com/​docs/​sharing/​best-practices/#​precaching
   * https://​search.google.com/​structured-data/​testing-tool#​url=http%3A%2F%2Ftriviaz.net%2Fblog%3Ascale_free_network_link   * https://​search.google.com/​structured-data/​testing-tool#​url=http%3A%2F%2Ftriviaz.net%2Fblog%3Ascale_free_network_link
  
 +[helper.php] line 129: getDescription : 
 +<code php>​return (@$this->​meta['​description'​]['​abstract'​] ? substr($this->​meta['​description'​]['​abstract'​],​strlen($this->​getTitle())+1) : $this->​getTitle());​ </​code>​
 ===include=== ===include===
 https://​www.dokuwiki.org/​plugin:​include https://​www.dokuwiki.org/​plugin:​include
Line 138: Line 153:
 line $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} ​  ​exp\left( {  -\frac{1}{2} ​  ​\left( ​   \frac{x - \mu}{\sigma} ​ \right)^{2} ​ }  \right) ​ $$ line $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} ​  ​exp\left( {  -\frac{1}{2} ​  ​\left( ​   \frac{x - \mu}{\sigma} ​ \right)^{2} ​ }  \right) ​ $$
 </​code>​ </​code>​
-$ X \sim \mathcal{N}(\mu,​\,​\sigma^{2})\ $+$ X \sim \mathcal{N}(\mu,​\,​\sigma^{2})\ $  ​https://​www.overleaf.com/​learn/​latex/​Brackets_and_Parentheses
 $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} ​  ​exp\left( {  -\frac{1}{2} ​  ​\left( ​   \frac{x - \mu}{\sigma} ​ \right)^{2} ​ }  \right) ​ $$ $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} ​  ​exp\left( {  -\frac{1}{2} ​  ​\left( ​   \frac{x - \mu}{\sigma} ​ \right)^{2} ​ }  \right) ​ $$
  
  
 +===cloud=== 
 +https://​www.dokuwiki.org/​plugin:​cloud 
 +~~TAGCLOUD~~ 
 +워드클라우드는 한글 문제로 잘 작동하지 않음
  
 === 설정 history === === 설정 history ===
Line 157: Line 175:
     * google adsense 삽입 <​!------------------- 구글 광고 -------------------------------------------------------------------------------->​     * google adsense 삽입 <​!------------------- 구글 광고 -------------------------------------------------------------------------------->​
     * 웹폰트 <​!--웹폰트-->​     * 웹폰트 <​!--웹폰트-->​
 +    ​
   * [/​user/​dokuwiki/​inc/​lang/​en/​edit.txt] : plugin 페이지 링크 삽입   * [/​user/​dokuwiki/​inc/​lang/​en/​edit.txt] : plugin 페이지 링크 삽입
  
Line 164: Line 183:
     * [/​inc/​common.php] l505 : wl (wikilink)     * [/​inc/​common.php] l505 : wl (wikilink)
     * [/​inc/​parser/​xhtml.php] l910. (internallink)     * [/​inc/​parser/​xhtml.php] l910. (internallink)
 +
 +  * [Discussion] Thread 신규페이지 생성위치 Off