home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / webwrite.zip / orb_ww2.txt < prev    next >
Text File  |  1997-03-23  |  3KB  |  108 lines

  1. This version of WebWriter/2 has built in support for Craig
  2. Berry's Orb program. Orb is an HMTL pre-processor which 
  3. can greatly simplify the process of creating and maintaining
  4. web sites. More information on Orb can be found at:
  5.  
  6.   http://www.cinenet.net/users/cberry/orbinfo.html
  7.  
  8.  
  9. WW/2 will look first for an ORBDIR Environment variable to
  10. see if Orb is installed, if this is not found, WW/2 will 
  11. then look for orb.exe in a directory named Tools located
  12. inside the WW/2 directory (e.g., C:\WebWrite\Tools). If
  13. orb.exe is found to exist in one of these locations, the Orb
  14. menu options will appear under the Tools menu in the edit 
  15. window and the Windows menu in the Window manager.
  16.  
  17. The preview function for .orb files has not been implemented
  18. in this version of WW/2.
  19.  
  20.  
  21. Following is a brief description of the Orb integration and
  22. functionality supported by WebWriter/2. For an explanation of
  23. specific Orb features and a general explanation of how Orb
  24. works, consult the documentation that accompanies Orb.
  25.  
  26. _____________________________________________________________
  27.  
  28.                  WebWriter/2 - Orb Support
  29. _____________________________________________________________
  30.  
  31. The Window manager currently offers the following Orb menu
  32. option:
  33.  
  34.         New Orb project
  35.  
  36. Selecting this option will open an empty Orb project notebook.
  37.  
  38. The Tools menu in the edit window offers these option for Orb:
  39.  
  40.         New Orb project
  41.         Edit Orb project...
  42.         Orb directives
  43.         Orb variables
  44.  
  45. The "Orb directives" option is a submenu which provides access
  46. to the same.
  47.  
  48. The "Orb variables" option is a submenu which provides access
  49. to the same.
  50.  
  51. "New Orb project" opens an empty Orb project notebook.
  52.  
  53. "Edit Orb project..." will prompt for an .orp file to open
  54. and then open it in an Orb project notebook.
  55.  
  56.  
  57. Orb project notebook:
  58.  
  59. Files page:
  60.  
  61.     This page is used to specify which files are part of the
  62.     project. Files can be added using the Add... button or
  63.     by drag&drop. Edit... will open the file in a WW/2 edit
  64.     window.
  65.  
  66. Variables page:
  67.  
  68.     Used to define -D command line options. Add, Remove, &
  69.     Edit work pretty much as you would expect.
  70.  
  71. Includes page:
  72.  
  73.     Used to define -I command line options. Again Add,
  74.     Remove, & Edit work as one would expect. Directories
  75.     may be added via drag&drop.
  76.  
  77. Options page:
  78.  
  79.     Output Extension:
  80.         used with -x cmd line option
  81.  
  82.     Output case:
  83.         used with -C cmd line option
  84.  
  85.     Messages:
  86.         Quiet mode = -q
  87.         Normal mode = no switch
  88.         Verbose mode = -v
  89.  
  90.         This will control, as you might expect, the 
  91.         quantity of output generated in the console
  92.         window when the project is made.
  93.  
  94.     Line splicing
  95.         Enable splicing = no switch
  96.         Disable splicing = -s
  97.  
  98.  
  99. Menu Options:
  100.  
  101.     These all do pretty much what one would expect. The 
  102.     Revert option will reload the original .orp file.
  103.  
  104.     Make project will start the make process (this does
  105.     not use nmake.exe) and the output will be displayed
  106.     in a console window and also redirected to a log
  107.     file. The console window must be closed before 
  108.     continuing to work with the project.