DokuWiki export: Difference between revisions
Jump to navigation
Jump to search
No 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}}, | ** 適合將輸出部分嵌入({{Acronym | acronym=SSI | def=Server Side Include}}[http://dob.tnc.edu.tw/themes/old/showPage.php?s=1997&t=3&at=], [http://www.w3.org/TR/html401/present/frames.html#h-16.5 iframe tag], [http://www.w3.org/TR/html4/struct/objects.html#h-13.5 object tag], {{Acronym | acronym=PHP | def=Hypertext Preprocessor}} [http://tw.php.net/include/ 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 03:37, 20 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[1], iframe tag, object tag, 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)