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 / WikiMaintenance.wiki < prev    next >
Encoding:
Text File  |  2007-01-26  |  2.7 KB  |  61 lines

  1. ∩╗┐++ Wiki Maintenance
  2.  
  3. ++ Rebuilding wiki
  4.  
  5. In menu "Wiki"->"Rebuild Wiki".
  6.  
  7. This will completely rebuild the internal database for the wiki. This is sometimes necessary if program previously terminated abnormally or if datafiles were deleted or added from outside of WikidPad.
  8.  
  9. This feature can also be used to add large numbers of pages to the
  10. wiki.  Copy ".wiki" wikiword files into the data directory, then "Rebuild Wiki" to rebuild the database to include these files. This does not work for "Compact Sqlite" database type (see MigrationBetweenDbTypes for details).
  11.  
  12. [alias: RebuildTheWiki]
  13.  
  14.  
  15. ++ Vacuum wiki
  16.  
  17. In menu "Wiki"->"Vacuum". This function is only available if currently loaded wiki is of type "Original Sqlite" or "Compact Sqlite".
  18.  
  19. If information is deleted from an Sqlite database, the occupied hard disk space is not freed but later reused for new information to add. "Vacuum" makes this space available for the system again. After deleting large parts of a wiki, you can use "Vacuum" to free space, especially recommended for a "Compact Sqlite" wiki (where the page content is also stored in the database).
  20.  
  21.  
  22. ++ Reconnect
  23.  
  24. In menu "Wiki"->"Reconnect".
  25.  
  26. If during a WikidPad session the access to the wiki database files is lost (e.g. network connection drops), you might get an error. To make WikidPad work again after access is reestablished, use "Reconnect".
  27.  
  28. Initially, WikidPad tries automatically to reconnect and asks if it should try to reconnect each time you try to open another page or try to save a page.
  29.  
  30. Autosave is automatically disabled after an error until a successful reconnect.
  31.  
  32.  
  33. ++ Other things
  34.  
  35.  
  36. +++ Finding and connecting parentless nodes
  37.  
  38. As you add and remove links from the various pages in your wiki
  39. database you may end up with unlinked, or parentless, nodes.  To view
  40. parentless nodes select:
  41.  
  42. Wiki Word/View Parentless Nodes
  43. or press Ctrl-Shift-Up
  44.  
  45. You can then decide if you need to relink these nodes, or if you want
  46. to delete them via the CTRL-D delete command.
  47.  
  48. anchor: finding_undefined_links
  49. +++ Finding undefined wiki word links
  50.  
  51. There may be also wiki word links to pages which do not exist, e. g. NonExisting. These are underlined and black in the editor. To list all such links, use the "undefined-nodes" node in the "Views" subtree. If you click on one of these links you go to an empty page for this word and can fill it with content.
  52.  
  53. Sometimes words are unintentionally marked as wiki words. In this case you can either:
  54.  
  55.     * Prefix the word with a backslash
  56.     * Add the attribute \[camelCaseWordsEnabled: false] on a page
  57.     * Enter the word into one of the blacklists, see WordLinking!exclude_from_linking.
  58.  
  59.  
  60. [icon: cog]
  61.