home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / WikiExport.wiki < prev    next >
Encoding:
Text File  |  2006-10-25  |  2.8 KB  |  70 lines

  1. ∩╗┐++ Wiki Export
  2.  
  3. You can export your wiki as a single html page, a set of html
  4. pages, one wiki word page at a time, or as XML.
  5.  
  6. You can select a few predefined operations from the "Wiki" menu:
  7.  
  8. Export / Export Wiki As Single Html Page
  9. Export / Export Wiki As Set of Html Pages
  10. Export / Export Current Wiki Word As Html Page
  11. Export / Export Wiki As XML
  12.  
  13.  
  14. Or you can use Export / Other Export to show a dialog to choose other settings:
  15.  
  16. *What to export*
  17. Choose if you want to export current page only, the current page and all sub-pages (children, grandchildren...), the whole wiki or use "Custom..." to open the [PageListDialog].
  18.  
  19. *Compatible filenames*
  20. Uses ASCII-only filenames for exported files so that they can be transferred to other filesystems without compatibility issues. On Windows XP and Server 2003 the AppLocale utility (see http://www.microsoft.com/globaldev/tools/apploc.mspx ) might also help on export problems.
  21.  
  22. *Export to*
  23. You can export a single HTML page, one HTML page for each wiki page, an XML document, a [Multipage text format] file or a set of .wiki files (mainly interesting for Compact version to migrate to original).
  24.  
  25. *Additional options*
  26. For the HTML exports you can choose if you want to:
  27.     * export URLs to images as \<img> tags or as normal links
  28.     * create a table of contents either as a tree or as a list.
  29.       For a single HTML page, the TOC is at the beginning of the
  30.       page, for a set of HTML pages, it is a separate
  31.       "index.html" file.
  32.       Using "As tree" is recommended when exporting the whole or
  33.       nearly the whole wiki, "As list" is better for small subsets
  34.       of a wiki as the tree options gives weird results here.
  35.     
  36. The defaults for these options can be set in the options dialog.
  37.  
  38. For the .wiki export you can choose if the files should have system encoding or UTF-8 with or without BOM (byte-order mark). The import function of Compact can't recognize UTF-8 without BOM correctly.
  39.  
  40.  
  41. *Destination file/directory*
  42. Here you can set where the exported file(s) should be stored. If file or directory is needed depends on the type given in "Export to". For XML and multipage text it is a single file, for other types it is a directory (because multiple files must be written).
  43.  
  44.  
  45. ------------------------------------------------------------
  46.  
  47. *When exporting into XML* each wiki word will include its created and modified time.
  48. The time format will look something like this:
  49.  
  50. (2003, 10, 14, 19, 51, 56, 1, 287, 1)
  51.  
  52. These numbers correspond to these fields:
  53.  
  54. 0 tm_year (for example, 1993) 
  55.  
  56. 1 tm_mon range [1,12] 
  57.  
  58. 2 tm_mday range [1,31] 
  59.  
  60. 3 tm_hour range [0,23] 
  61.  
  62. 4 tm_min range [0,59] 
  63.  
  64. 5 tm_sec range [0,61]; see (1) in strftime() description 
  65.  
  66. 6 tm_wday range [0,6], Monday is 0 
  67.  
  68. 7 tm_yday range [1,366] 
  69.  
  70. 8 tm_isdst Is daylight savings. 0, 1 or -1;