home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DREAMWEAVER / UTILITIES / pawluk / FRAMEBOOKER / ADDTOFAVES.MXI < prev    next >
Text File  |  2001-04-20  |  2KB  |  51 lines

  1.  
  2. <macromedia-extension
  3.     name = "Add To Faves"
  4.     version = "1.0"
  5.     type = "Behavior"
  6.     requires-restart = "true">
  7.  
  8.     <!-- List the required/compatible products -->
  9.     <products>
  10.         <product name="Dreamweaver" version="3" primary="true" /> 
  11.     </products> 
  12.  
  13.     <!-- Describe the author -->
  14.     <author name="Hal Pawluk" />
  15.     <!-- Describe the extension -->
  16.     
  17.     <description>
  18.     <![CDATA[
  19.     'Add To Faves' adds pages (framed or unframed) to Explorer favorites and Netscape bookmarks by clicking on text or an image in the page. It's cross-platform and works with Netscape versions 3+ and Internet Explorer versions 4+.<BR><BR>
  20.  
  21. You apply 'Add To Faves' to text with a null link, or an image with or without a null link.  The page title is used as the name of the favorite/bookmark.<BR><BR>
  22.  
  23. With Explorer for Windows, it adds the Favorite seamlessly.  With Netscape for Windows and both browsers on the Mac, it pops up a small window that is then bookmarked.<BR><BR>
  24.  
  25. NOTE: This writes the same code as my old frameBooker extension, but it wasn't obvious that an extension called 'frameBooker' could also be used in unframed pages.
  26.  
  27.     ]]>
  28.     </description>
  29.     <!-- Describe where the extension shows in the UI of the product -->
  30.     <ui-access>
  31.     <![CDATA[
  32.     
  33.     Access from the '+' button in the Behaviors window.<BR>
  34.     
  35.     ]]>
  36.     </ui-access>
  37.  
  38.     <!-- Describe the files that comprise the extension -->
  39.     <files>
  40.         <file name="AddToFaves.htm" destination="$dreamweaver/configuration/behaviors/actions" />
  41.         <file name="AddToFaves.gif" destination="$dreamweaver/configuration/behaviors/actions" />
  42.         <file name="AddToFavesHelp.html"  destination="$dreamweaver/configuration/Help" shared="true" />
  43.     </files>
  44.  
  45.     <!-- Describe the changes to the configuration -->
  46.     
  47.     <configuration-changes>
  48.         <!-- No changes to menus or shortcuts -->
  49.     </configuration-changes>
  50. </macromedia-extension>
  51.