Updated the Growl support page to reflect the inclusion of built-in Growl notifications ("Mist") in Adium 1.5. adiumx.com
authorRobert Vehse
Sun, 08 Jul 2012 20:54:11 +0200
branchadiumx.com
changeset 678caefc93ef6b5
parent 677 dab4b9e8c43d
child 681 02973055ec44
Updated the Growl support page to reflect the inclusion of built-in Growl notifications ("Mist") in Adium 1.5.
help/pgs/AdvancedFeatures-GrowlSupport.html
     1.1 --- a/help/pgs/AdvancedFeatures-GrowlSupport.html	Wed Jul 04 17:33:10 2012 -0500
     1.2 +++ b/help/pgs/AdvancedFeatures-GrowlSupport.html	Sun Jul 08 20:54:11 2012 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml">
     1.5  <head>
     1.6  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.7 -<meta name="keywords" content="growl, notifications" />
     1.8 +<meta name="keywords" content="growl, notification, popup" />
     1.9  <meta name="description" content="Built into the application." />
    1.10  <title>Growl support - Adium Documentation</title>
    1.11  <link href="../css/topicpage.css" type="text/css" rel="stylesheet" media="all" />
    1.12 @@ -33,22 +33,20 @@
    1.13  	<div id="pagetitle"> <a href="../"> <h3><img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" />Adium Help</a> &gt; <a href="AdiumDocumentation.html">Adium Documentation</a> &gt;</h3> 
    1.14  		<h1>Growl support</h1>
    1.15  	</div>
    1.16 -	<p>Growl lets Mac OS X applications unobtrusively tell you when things happen. In its default configuration, Growl fades a floating notification into the top-right corner of your screen for a moment and then fades it out again.  Once installed, you can control how it notifies you via the Growl preference pane in the System Preferences. You can learn more about Growl at <a href="http://growl.info/about.php">Growl's website</a>.</p>
    1.17 +	<p><a href="http://growl.info/about.php">Growl</a> lets Mac OS X applications unobtrusively tell you when things happen. In its default configuration, Growl fades a floating notification into the top-right corner of your screen for a moment and then fades it out again. This help page informs how to set up Growl.</p>
    1.18 +	<p align="center"> <img src="../gfx/Growl notification.png" alt="" /></p>
    1.19  	<div class="taskboxline">
    1.20  		<div class="taskboxheader">
    1.21  			<h3>Installing Growl</h3>
    1.22  		</div>
    1.23  		<div class="taskboxtext">
    1.24 -	<p>Growl is separate from Adium, but if you choose to do so Adium can install Growl for you.</p>
    1.25 -	<ul>
    1.26 -		<li>If Growl isn't installed, then the first time Adium tries to post a Growl notification, it will ask to install Growl.</li>
    1.27 -		<li>If Growl is installed but isn't working, open the Growl pane within the System Preferences, ensure Adium is listed on the Applications tab, and check that notifications from it are enabled. Adium will be listed and enabled by default.</li>
    1.28 -	</ul>
    1.29 +	<p>As of Adium 1.5, Adium is able to show Growl notifications without the Growl application installed. This feature is called <a href="http://growl.info/notetodevelopers">Mist</a>.</p>
    1.30 +	<p>If you want to use a different style or use some of the more advanced features of Growl, you will have to either buy the application from the Mac App Store, or get an older and free version from <a href="http://growl.info/downloads">http://growl.info/downloads</a>.</p>
    1.31  		</div>
    1.32  	</div>
    1.33  	<div class="taskboxline">
    1.34  		<div class="taskboxheader">
    1.35 -			<h3>Default Growl notifications</h3>
    1.36 +			<h3>Configuring Growl notifications</h3>
    1.37  		</div>
    1.38  		<div class="taskboxtext">
    1.39  	<p>The following events notify you via Growl by default:</p>
    1.40 @@ -60,7 +58,20 @@
    1.41  		<li>File transfer failed</li>
    1.42  		<li>Error occurs</li>
    1.43  	</ul>
    1.44 -	<p>To turn some of these off, or to make Adium post additional <a href="http://growl.info">Growl</a> notifications, you need to set up one or more events (either on a contact, or globally in the Preferences) that post a Growl notification.</p>
    1.45 +	<p>To turn certain notifications off, or to make Adium post additional ones, you need to set up one or more events. You can do this globally as well as on a per-contact basis.</p>
    1.46 +	<ul>
    1.47 +		<li>To change the global Growl notification settings edit the events in Adium's "Events" preferences.</li>
    1.48 +		<li>To edit the Growl notification settings for a specific contact, open the "Get Info" window for this contact and edit the events in the third pane.</li>
    1.49 +	</ul>
    1.50 +		</div>
    1.51 +	</div>
    1.52 +	<div class="taskboxline">
    1.53 +		<div class="taskboxheader">
    1.54 +			<h3>Disabling and uninstalling Growl</h3>
    1.55 +		</div>
    1.56 +		<div class="taskboxtext">
    1.57 +	<p>To disable Adium's built-in Mist notifications, enter this command in Terminal.app: <code>defaults write -g com.growl.growlframework.mist.enabled -bool NO</code>.<p>
    1.58 +	<p>To uninstall the Growl application, follow the <a href="http://growl.info/documentation/growl-package-removal.php">instructions on the Growl website</a>.</p>
    1.59  		</div>
    1.60  	</div>
    1.61  </div>