차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:pmwiki [2014/03/18 14:04] V_Ltech:pmwiki [2016/07/12 00:56] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +{{tag>pmwiki}}
 +======Pmwiki======
 +
 +PmWiki 는 Patrick Michaud 가 PHP 스크립트 언어로 개발한 위키시스템이다. PmWiki 는 웹사이트의 쉬운 관리와 협업작업을 우선으로 설계되었다.
 +
 +http://www.pmwiki.org/
 +
 +[[http://www.pmwiki.org/wiki/PmWikiKr/PmWikiKr|한글설명]]
 +
 +별로임.
 +
 +  * 파일기반으로 저장을 하며, 플러긴을 사용해서 DB를 사용할 수 있다.
 +  * 중소규모 (flat file) / 자체 버전관리
 +  * 소스크기: 중 / 모듈 확장성 용이
 +  * 매우 느림
 +  * 테마 풍부 / 만들기 쉽다
 +  * 설명서 풍부
 +
 +
 +[[http://www.unitykoreawiki.com/|유니티코리아위키]]에서 사용중이다. 
 +
 +====action====
 +
 +?action=
 +
 +===attr===
 +displays dialog for setting/changing password of the specified page or group of pages, see passwords, see also $EnablePostAttrClearSession if you do not want to have the session cleared after validating change General use of passwords and login
 +===browse===
 +display the specified page
 +===crypt===
 +displays a form for generating hashed passwords out of clear text for usage in your config.php
 +===diff===
 +show a change history of the specified page, see page history History of previous edits to a page
 +
 +===download===
 +download&upname=file.ext
 +retrieve the page's attachment named file.ext, see $EnableDirectDownload
 +===edit===
 +edit the specified page, see basic editing PmWiki's basic edit syntax
 +===login===
 +prompt visitor for username/password, by default using Site.AuthForm
 +===logout===
 +remove author, password, and login information
 +===print===
 +display the specified page using the skin specified by $ActionSkin['print']
 +===refcount===
 +bring up the reference count form, which allows the user to generate a list of links (all, missing, existing or orphaned) in or from specified groups. See Ref Count Link references counts on pages . Part of the core distribution but must be enabled by the administrator.
 +===search===
 +displays searchbox on current page, see search Targeting and customising search results
 +
 +**search&q=searchterm**
 +performs search with searchterm and displays results on current page
 +
 +**search&q=link=pagename**
 +
 +performs backlinks search with ''pagename' and displays results on current page
 +===source===
 +show page source
 +===atom===
 +===rdf===
 +===rss===
 +===dc===
 +If web feeds are enabled, returns a syndication feed based on the contents of the page or other options provided by the url, see web feeds Web feed notification of changes
 +===upload===
 +display a form to upload an attachment for the current group, see uploads Uploading and linking to attachments
 +
 +
 +^  누구나 수정하실 수 있다. [[http://openwiki.kr/syntax|위키 사용법]] 참고하라.  ^
 +