사용자 도구

사이트 도구


dokuwiki

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
dokuwiki [2017/05/31 09:25]
kwon37xi
dokuwiki [2019/06/12 10:35]
kwon37xi
줄 25: 줄 25:
   * http://server/dokuwiki/install.php 를 실행하여 설치를 마무리 한다.   * http://server/dokuwiki/install.php 를 실행하여 설치를 마무리 한다.
   * 완료후 install.php는 삭제해버린다.   * 완료후 install.php는 삭제해버린다.
 +  * ''php7.0-xml'' 패키지가 있어야만 검색 속도가 빨라진다.<code sh> 
 +sudo apt-get install php7.0-xml 
 +sudo service php-fpm restart 
 +</code>
  
 ====== 보안 ====== ====== 보안 ======
줄 46: 줄 49:
   * [[https://www.dokuwiki.org/template:dokuwiki#supported_include_hooks|;Dokuwiki Supported include hooks]]   * [[https://www.dokuwiki.org/template:dokuwiki#supported_include_hooks|;Dokuwiki Supported include hooks]]
  
 +the template directory (''lib/tpl/dokuwiki/'') or your ''conf/'' directory.
 +
 +^ Filename               ^ Position of included HTML                                                ^
 +| ''meta.html''          | Inside the HTML <head>, use this to add additional styles or metaheaders |
 +| ''sidebarheader.html'' | At the top of the sidebar (if any) |
 +| ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
 +| ''pageheader.html''    | At the top inside the content box, above the actual content |
 +| ''pagefooter.html''    | At the bottom inside the content box, below the actual content |
 +| ''header.html''        | At the top of the page, above the logo and wiki title |
 +| ''footer.html''        | At the very end of the page after all other page content |
 ====== Plugins ====== ====== Plugins ======
   * 플러그인은 ''dokuwiki/lib/plugins/'' 에 플러그인 이름을 가진 디렉토리로 저장된다.   * 플러그인은 ''dokuwiki/lib/plugins/'' 에 플러그인 이름을 가진 디렉토리로 저장된다.
dokuwiki.txt · 마지막으로 수정됨: 2021/12/04 15:17 저자 kwon37xi