DokuWiki export: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 12: Line 12:
* export_xhtmlbody
* export_xhtmlbody
** 輸出為XHTML但不含導覽列及標頭部份(head, body tags, content type headers)
** 輸出為XHTML但不含導覽列及標頭部份(head, body tags, content type headers)
** 適合將輸出部分嵌入到其他網站
** 適合將輸出部分嵌入({{Acronym | acronym=SSI | def=Server Side Include}}, inframe, {{Acronym | acronym=PHP | def=Hypertext Preprocessor}} include function)到其他網站
** Example: http://wiki.splitbrain.org/wiki:export?do=export_xhtmlbody
** Example: http://wiki.splitbrain.org/wiki:export?do=export_xhtmlbody



Revision as of 22:32, 8 March 2007

<< DokuWiki

單一的頁面可以有多種的輸出格式。網址需加上合適的 do 變數:

  • 其他輸出格式, 請見Dokiwiki上的討論頁


translated from http://wiki.splitbrain.org/wiki:export (revision: v.2006-11-30 20:47)