DokuWiki export: Difference between revisions
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 變數:
- export_raw
- export_xhtml
- 輸出為XHTML但不含導覽列(首頁, 最近更新等部份)
- Example: http://wiki.splitbrain.org/wiki:export?do=export_xhtml
- export_xhtmlbody
- 輸出為XHTML但不含導覽列及標頭部份(head, body tags, content type headers)
- 適合將輸出部分嵌入(SSI, inframe, PHP include function)到其他網站
- Example: http://wiki.splitbrain.org/wiki:export?do=export_xhtmlbody
- 其他輸出格式, 請見Dokiwiki上的討論頁
translated from http://wiki.splitbrain.org/wiki:export (revision: v.2006-11-30 20:47)