Both sides previous revision Previous revision Next revision | Previous revision |
trivia:wiki [2020/03/08 12:23] – [MathJax] prgram | trivia:wiki [2025/07/10 12:01] (current) – [Backup / Migration] prgram |
---|
* 위키를 활용한 협업 노하우 [[https://www.imaso.co.kr/archives/1645|https://www.imaso.co.kr/archives/1645]] [[https://www.slideshare.net/xenonix/p31730|https://www.slideshare.net/xenonix/p31730]] | * 위키를 활용한 협업 노하우 [[https://www.imaso.co.kr/archives/1645|https://www.imaso.co.kr/archives/1645]] [[https://www.slideshare.net/xenonix/p31730|https://www.slideshare.net/xenonix/p31730]] |
* [[http://woowabros.github.io/woowabros/2016/09/13/confluence_guide.html|소프트웨어 팀을 위한 컨플루언스 가이드]] | * [[http://woowabros.github.io/woowabros/2016/09/13/confluence_guide.html|소프트웨어 팀을 위한 컨플루언스 가이드]] |
| |
| |
| ===== 설정 ===== |
| ===favicon=== |
| dokuwiki/lib/tpl/템플릿명/images 내에 아래 파일들을 수정한다 |
| desktop : favicon.ico |
| mobile : apple-touch-icon.png |
| |
| inc/template.php 1932 라인에 있음 |
| |
| |
| === Redirect === |
| 1. root의 .htaccess는 dokuwiki/ 로 redirect (있는 파일이면 그대로 가지만) |
| 2. dokuwiki/ 의 .htaccess 는 dokuwiki 기본 파일 주석 해제 |
| 3. 아래 설정 |
| <code php> |
| $conf['userewrite'] = '1'; |
| $conf['basedir'] = '/'; |
| $conf['baseurl'] = 'https://www.triviaz.net'; |
| $conf['cookiedir'] = '/'; |
| </code> |
| ※ 여기서 baseurl 에 www.가 들어가는게 중요! (HTTPS 설정 때 triviaz.net 을 www.triviaz.net 으로 보냈음) |
| |
| |
| === Backup / Migration === |
| |
| 1. /data 만 복사 2. 새 버전 install 3. /data 붙여넣기 (혹시 몰라서 기존 data를 이름 바꾸고) 4. plugin 설치 5. 바꾼 설정은 conf/local.php 에 있음 (copy&paste) |
| |
| |
| |
[[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/도쿠위키-설치-우분투기준-문법-플러그인-쭈욱-알아/]] |
| |
=== tag === | === tag === |
| https://www.dokuwiki.org/plugin:tag |
<code> | <code> |
{{tag>tag1 tag2 tag3}} | {{tag>tag1 tag2 tag3}} |
| |
</code> | </code> |
| |
| === inlinetoc === |
| https://www.dokuwiki.org/plugin:inlinetoc |
| <code> {{INLINETOC}} </code> |
| |
=== SyntaxHighlighter4 === | === SyntaxHighlighter4 === |
* 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 $$ 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 |
| <code>~~TAGCLOUD~~</code> |
| 워드클라우드는 한글 문제로 잘 작동하지 않음 |
| |
=== 설정 history === | === 설정 history === |
* google adsense 삽입 <!------------------- 구글 광고 --------------------------------------------------------------------------------> | * google adsense 삽입 <!------------------- 구글 광고 --------------------------------------------------------------------------------> |
* 웹폰트 <!--웹폰트--> | * 웹폰트 <!--웹폰트--> |
| |
* [/user/dokuwiki/inc/lang/en/edit.txt] : plugin 페이지 링크 삽입 | * [/user/dokuwiki/inc/lang/en/edit.txt] : plugin 페이지 링크 삽입 |
| |
* [/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 |
| |
| |
| |
| |
| |
| |