[banshee] Corrected indentation and mallard tags in help files.



commit 838ea1a3feedc7b73f8e9011bc31c4e57a8df047
Author: Sindhu S <sindhus live in>
Date:   Fri Nov 30 14:30:24 2012 +0530

    Corrected indentation and mallard tags in help files.
    
    Corrected indentation, removed trailing spaces and
    double spaces and all documentation code has compliance
    with 80 columns width.
    
    Added appropriate mallard tags.

 help/C/add-podcast.page       |   76 ++++++++--------
 help/C/add-radio.page         |   66 +++++++------
 help/C/advanced.page          |    6 +-
 help/C/amazon.page            |   84 +++++++++--------
 help/C/extensions.page        |   15 ++-
 help/C/import.page            |   48 ++++++----
 help/C/index.page             |   11 +-
 help/C/introduction.page      |   33 +++----
 help/C/itunes-import.page     |    3 +-
 help/C/keyboardshortcuts.page |  118 +++++++++++------------
 help/C/lastfm.page            |  163 +++++++++++++++++---------------
 help/C/manage-coverart.page   |   11 +--
 help/C/manage-playlists.page  |  196 +++++++++++++++++++--------------------
 help/C/manage-tags.page       |   95 +++++++++----------
 help/C/play-queue.page        |  102 +++++++++-----------
 help/C/play.page              |  124 ++++++++++++------------
 help/C/rb-import.page         |    3 +-
 help/C/search.page            |  111 +++++++++++-----------
 help/C/sort.page              |   39 ++++----
 help/C/sync.page              |  209 ++++++++++++++++++++---------------------
 help/C/ui.page                |   93 ++++++++++---------
 21 files changed, 799 insertions(+), 807 deletions(-)
---
diff --git a/help/C/add-podcast.page b/help/C/add-podcast.page
index fc70a77..45c262b 100644
--- a/help/C/add-podcast.page
+++ b/help/C/add-podcast.page
@@ -13,7 +13,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -23,58 +23,58 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Podcasts</title> 
-  
+  <title>Podcasts</title>
+
   <section id="podcastdescription">
-     <title>What is a Podcast?</title>
-     
+    <title>What is a Podcast?</title>
+
   <p>Podcasts are recorded programs, similar to radio programs, that are
-  available on the internet and allow you to subscribe.  When you subscribe
+  available on the internet and allow you to subscribe. When you subscribe
   to a podcast in Banshee, each time a new program is released, Banshee
   will automatically download the podcast and allow you to listen to it.</p>
-  
+
   <p>There are podcasts on almost any subject including music, movies, Linux,
-  and more.  Search the internet using your favorite search engine with a 
-  search term such as "movie podcast" and you will be presented with many 
+  and more. Search the internet using your favorite search engine with a
+  search term such as "movie podcast" and you will be presented with many
   options to choose from.</p>
-  
+
   </section>
-  
+
   <section id="addpodcast">
     <title>Add a Podcast</title>
-  
+
   <p>To add a Podcast to Banshee you will first need to visit the podcast's
-  home page on the internet in your browser.  Almost all podcasts will have a 
-  button or link displayed to subscribe to the podcast.  Copy the link
-  to the podcast's subscription.  In most web browsers, you can right click
-  on the link and choose <gui>Copy link</gui>.
-  </p>
-  
-  <p>In Banshee, press and choose <gui>Subscribe to Podcasts</gui> in the 
-  upper right hand corner, from the menu choose <guiseq><gui>Media</gui><gui>
-  Subscribe to Podcast</gui></guiseq> or use the keyboard shortcut <keyseq>
-  <key>Shift</key><key>Control</key><key>F</key></keyseq>.
-  </p>
-  
+  home page on the internet in your browser. Almost all podcasts will have a
+  button or link displayed to subscribe to the podcast. Copy the link
+  to the podcast's subscription. In most web browsers, you can right click
+  on the link and choose <gui style="menuitem">Copy link</gui>.</p>
+
+  <p>In Banshee, press and choose
+  <gui style="menuitem">Subscribe to Podcasts</gui> in the upper right hand
+  corner, from the menu choose <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">Subscribe to Podcast</gui></guiseq> or use the keyboard
+  shortcut <keyseq><key>Shift</key><key>Control</key><key>F</key></keyseq>.</p>
+
   <p>Banshee will then allow you to choose how you want to download new podcasts
-  from a drop down menu.  Your choices include:</p>
-  
+  from a drop down menu. Your choices include:</p>
+
   <list>
-  	<item><p>Download the Most Recent Episode (This will automatically
-  	download the last episode that was released).</p></item>
-  	<item><p>Download All Episodes (This will download all episodes).</p></item>
-	<item><p>Let Me Decide Which Episodes to Download (This will allow you
-	to choose which episodes you would like to download).</p></item>
+    <item><p>Download the Most Recent Episode (This will automatically
+    download the last episode that was released).</p></item>
+    <item><p>Download All Episodes (This will download all episodes).</p></item>
+    <item><p>Let Me Decide Which Episodes to Download (This will allow you
+    to choose which episodes you would like to download).</p></item>
   </list>
 
   <p>After you have added a Podcast feed, Banshee will display:</p>
-  
+
   <list>
-  	<item><p><gui>Name</gui>: (Name of the specific episode)</p></item>
-  	<item><p><gui>Podcast</gui>: (Name of the Podcast)</p></item>
-  	<item><p><gui>Published</gui> (Date the episode was published or released)</p></item>
+    <item><p><gui>Name</gui>: (Name of the specific episode)</p></item>
+    <item><p><gui>Podcast</gui>: (Name of the Podcast)</p></item>
+    <item><p><gui>Published</gui> (Date the episode was published or released)
+    </p></item>
   </list>
-  
-  </section>	
-  	  	  
+
+  </section>
+
 </page>
diff --git a/help/C/add-radio.page b/help/C/add-radio.page
index f2612cf..30e4acb 100644
--- a/help/C/add-radio.page
+++ b/help/C/add-radio.page
@@ -13,7 +13,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -23,49 +23,51 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Internet Radio</title> 
-  
+  <title>Internet Radio</title>
+
   <section id="radiodescription">
      <title>What is Internet Radio?</title>
-     
+
   <p>Internet radio stations are similar to regular radio stations, allowing
   an individual or organization to stream music live over the internet.
-  Internet radio stations can be a simultaneous stream of a regular radio station,
-  an amateur broadcasting their own station, or commercial
+  Internet radio stations can be a simultaneous stream of a regular radio
+  station, an amateur broadcasting their own station, or commercial
   internet radio stations that include live DJs and even commercials.</p>
-  
+
   </section>
-  
+
   <section id="addradio">
-  
+
   <title>Add Radio Station</title>
-  
-  <p>To add an internet radio station to Banshee, press <gui>Add Station</gui>
-  in the upper right hand corner of Banshee or, from the menu, choose <guiseq>
-  <gui>Media</gui><gui>Add Station</gui></guiseq>.
+
+  <p>To add an internet radio station to Banshee, press
+  <gui style="menuitem">Add Station</gui> in the upper right hand corner of
+  Banshee or, from the menu, choose <guiseq>
+  <gui style="menu">Media</gui><gui style="menuitem">Add Station</gui></guiseq>.
   </p>
-  
+
   <p>From the internet radio station's webpage, copy the link to their stream
-  URL in your web browser.  In most browsers, you can right click on the link
-  and press <gui>Copy Link</gui>.  
+  URL in your web browser. In most browsers, you can right click on the link
+  and press <gui style="menuitem">Copy Link</gui>.
   </p>
-   
 
-  <p>Banshee will prompt you to enter the <gui>Station Genre</gui>.
-  Choose the kind of music the internet radio station plays from the available 
-  drop down selections. You will then need to enter the <gui>Station Name</gui>.  
-  Enter a name for the radio station.  Then press tab or use your mouse to select
-  the <gui>Stream URL</gui> field to paste the URL of the radio station.
-  Using your mouse right click and choose <gui>Paste</gui> or press <keyseq>
-  <key>Control</key><key>V</key></keyseq>.</p>
-  
+  <p>Banshee will prompt you to enter the
+  <gui style="menuitem">Station Genre</gui>. Choose the kind of music the
+  internet radio station plays from the available drop down selections. You
+  will then need to enter the <gui style="input">Station Name</gui>.
+  Enter a name for the radio station. Then press tab or use your mouse to
+  select the <gui style="input">Stream URL</gui> field to paste the URL of the
+  radio station. Using your mouse right click and choose
+  <gui style="menuitem">Paste</gui> or press
+  <keyseq><key>Control</key><key>V</key></keyseq>.</p>
+
   <p>You can optionally also fill out the fields for
-  <gui>Station Creator</gui>, <gui>Description</gui>, and <gui>Rating</gui>.
-  </p>
-  
-  <p>Then press <gui>Save</gui> to save the internet radio station in Banshee.
-  </p>
-  
+  <gui style="input">Station Creator</gui>,
+  <gui style="input">Description</gui>, and <gui style="input">Rating</gui>.</p>
+
+  <p>Then press <gui style="button">Save</gui> to save the internet radio
+  station in Banshee.</p>
+
   </section>
-  	  	  
+
 </page>
diff --git a/help/C/advanced.page b/help/C/advanced.page
index 3f9906c..61c811e 100644
--- a/help/C/advanced.page
+++ b/help/C/advanced.page
@@ -10,7 +10,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -19,7 +19,7 @@
 -->
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-  
+
   <title>Advanced Options and Help</title>
 
   <section id="keyboard" style="2column">
@@ -28,5 +28,5 @@
     </info>
     <title>Keyboard Shortcuts</title>
   </section>
-	
+
 </page>
diff --git a/help/C/amazon.page b/help/C/amazon.page
index 008cb8e..45ab61e 100644
--- a/help/C/amazon.page
+++ b/help/C/amazon.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,63 +21,67 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Amazon MP3 Store</title>    
-  
+  <title>Amazon MP3 Store</title>
+
   <p>Banshee supports downloading and importing music from the Amazon MP3 store.
-   You can manually import Amazon music files, purchase music in your web 
-   browser or buy music inside of Banshee.  Amazon only offers music for sale
-   as an MP3 in certain countries and depending on your location, you may
-   not be able to buy Amazon MP3s.  
-   </p>
-   
-   <note style="important">
-     <p>Banshee uses an Amazon affiliate code for all music purchases.  All
-     money made via this affiliate code is donated to the GNOME Foundation.
-     </p>
-   </note>
-   
+  You can manually import Amazon music files, purchase music in your web
+  browser or buy music inside of Banshee. Amazon only offers music for sale
+  as an MP3 in certain countries and depending on your location, you may
+  not be able to buy Amazon MP3s.
+  </p>
+
+  <note style="important">
+    <p>Banshee uses an Amazon affiliate code for all music purchases. All
+    money made via this affiliate code is donated to the GNOME Foundation.
+    </p>
+  </note>
+
   <section id="amazon-browser">
-  <title>Purchase Amazon MP3s in your web browser</title> 
-  
+    <title>Purchase Amazon MP3s in your web browser</title>
+
   <p>Music purchased from Amazon's MP3 store can be automatically
-  downloaded and imported into Banshee.  Banshee associates itself with
-  the .amz file Amazon provides for MP3 purchases.  When you buy music on 
+  downloaded and imported into Banshee. Banshee associates itself with
+  the .amz file Amazon provides for MP3 purchases. When you buy music on
   Amazon, your web browser will download the .amz file and Banshee will
   automatically open it and begin the download and import the music.
   </p>
+
   </section>
-  
+
   <section id="amazon-banshee">
-  <title>Buy Amazon MP3s in Banshee</title> 
-  
-  <p>You can also search for songs on Amazon within Banshee.  Choose the 
-  Amazon MP3 Store from the Banshee menu on the left.  This will load the
-  Amazon MP3 Store just as if you were in a web browser.  You can search
+    <title>Buy Amazon MP3s in Banshee</title>
+
+  <p>You can also search for songs on Amazon within Banshee. Choose the
+  Amazon MP3 Store from the Banshee menu on the left. This will load the
+  Amazon MP3 Store just as if you were in a web browser. You can search
   Amazon for the music you wish to buy and after logging in to Amazon, buy
-  music with one click.  Banshee will automatically download and import 
+  music with one click. Banshee will automatically download and import
   your purchase into the library.
   </p>
+
   </section>
-  
+
   <section id="amazon-manual">
-  <title>Import Amazon MP3s manually</title> 
-  
+    <title>Import Amazon MP3s manually</title>
+
   <p>When music is purchased from Amazon in a web browser, a file with the
-  extension .amz is downloaded and saved to your hard drive.   To import
-  music purchased manually from Amazon, in Banshee choose 
-  <guiseq><gui>Media</gui> <gui>Import Media</gui></guiseq> from the menu and
-  select the *.amz file to be imported.  Banshee will then open this file and
+  extension .amz is downloaded and saved to your hard drive. To import
+  music purchased manually from Amazon, in Banshee choose
+  <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">Import Media</gui></guiseq> from the menu and
+  select the *.amz file to be imported. Banshee will then open this file and
   connect to the Amazon MP3 store to begin the download.
   </p>
-  
+
   <note style="warning">
-    <p>Amazon .amz files are only active for a short time.  If you do not
+    <p>Amazon .amz files are only active for a short time. If you do not
     download your music quickly, the file will expire and you cannot download
-    your music from Amazon.  Amazon does not publish how long files are active.
-     It is recommended you download and import any purchases from Amazon within
-     an hour of purchase.
+    your music from Amazon. Amazon does not publish how long files are active.
+    It is recommended you download and import any purchases from Amazon within
+    an hour of purchase.
     </p>
   </note>
-  </section> 
-	
+
+  </section>
+
 </page>
diff --git a/help/C/extensions.page b/help/C/extensions.page
index 25be9c1..ac24bd9 100644
--- a/help/C/extensions.page
+++ b/help/C/extensions.page
@@ -11,13 +11,13 @@
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
     </credit>
-<!--    
+<!--
     <copyright>
       <year>2010</year>
       <name>GNOME Documentation Project</name>
     </copyright>
--->    
-    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+-->
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Banshee Extensions</title>
@@ -26,15 +26,18 @@
     <info>
       <title type="link">Official Banshee Extensions</title>
     </info>
-    <title>Manage extensions for Banshee</title>
+
+  <title>Manage extensions for Banshee</title>
+
   </section>
 
   <section id="community" style="2column">
     <info>
       <title type="link">Community Banshee Extensions</title>
     </info>
-    <title>Add community built extensions for Banshee</title>
-  </section>
 
+  <title>Add community built extensions for Banshee</title>
+
+  </section>
 
 </page>
diff --git a/help/C/import.page b/help/C/import.page
index a980342..2d02b37 100644
--- a/help/C/import.page
+++ b/help/C/import.page
@@ -5,8 +5,10 @@
   <info>
     <link type="guide" xref="index#media"/>
     <link type="seealso" xref="remove-media"/>
-    <desc>Add music and videos from your computer to your Banshee library.</desc>
-    <revision pkgversion="1.6" version="1.6" date="2010-07-15" status="review"/>
+    <desc>Add music and videos from your computer to your Banshee
+    library.</desc>
+    <revision pkgversion="1.6" version="1.6" date="2010-07-15"
+    status="review"/>
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
@@ -20,14 +22,16 @@
 
   <title>Import music &amp; videos</title>
 
-  <p>You can import music and videos stored on your computer into Banshee. Imported
-  files appear in your sources and can be edited and managed like any other media in
-  Banshee.</p>
+  <p>You can import music and videos stored on your computer into Banshee.
+  Imported files appear in your sources and can be edited and managed like any
+  other media in Banshee.</p>
 
-  <p>To import music or video files on your computer, choose <guiseq><gui>Media</gui>
-  <gui>Import Media</gui></guiseq>. A dialog will appear with a number of choices.</p>
+  <p>To import music or video files on your computer, choose
+  <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">Import Media</gui></guiseq>. A dialog wil appear with a
+  number of choices.</p>
 
-  <note>
+  <note style="tip">
     <p>Plugins may add additional import choices. See <link xref="#plugins"/>
     below.</p>
   </note>
@@ -59,25 +63,29 @@
     </item>
   </terms>
 
-  <note>
+  <note style="tip">
     <p>You can safely import from a folder you have already imported
     from without worrying about duplicate entries in your library.</p>
   </note>
-  
+
   <section id="import-playlist">
     <title>Import from a Playlist</title>
-    <p>You can also import music from playlists.  Most playlist files end
-    in <em>m3u</em>. To import from a playlist, from the Banshee menu 
-    choose <guiseq><gui>Media</gui><gui>Import Playlist</gui></guiseq> and 
-    locate the playlist file in your folder, select it and press 
-    <gui>Import</gui>.
-    </p>
+
+  <p>You can also import music from playlists. Most playlist files end in
+  <em>m3u</em>. To import from a playlist, from the Banshee menu choose
+  <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">Import Playlist</gui></guiseq> and locate the playlist
+  file in your folder, select it and press <gui style="button">Import</gui>.
+  </p>
+
   </section>
-  
+
   <section id="plugins">
     <title>Additional Import Sources</title>
-    <p>Plugins may add additional import choices. The following additional
-    sources will be available if the appropriate plugins are enabled:</p>
+
+  <p>Plugins may add additional import choices. The following additional
+  sources will be available if the appropriate plugins are enabled:</p>
+
   </section>
-  	
+
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index db50b51..0bbca12 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -4,7 +4,8 @@
       id="index">
 
   <info>
-    <revision pkgversion="1.6" version="0.1" date="2010-01-22" status="incomplete"/>
+    <revision pkgversion="1.6" version="0.1" date="2010-01-22"
+    status="incomplete"/>
     <revision pkgversion="2.6" version="0.2" date="2012-11-25" status="draft"/>
     <credit type="author">
       <name>Paul Cutler</name>
@@ -14,12 +15,12 @@
       <name>Sindhu S</name>
       <email>sindhus live in</email>
     </credit>
-<!--    
+<!--
     <copyright>
       <year>2010</year>
       <name>GNOME Documentation Project</name>
     </copyright>
--->    
+-->
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
 
@@ -32,7 +33,7 @@
   <section id="manage" style="2column">
     <title>Manage &amp; Sort</title>
   </section>
-  
+
   <section id="sync" style="2column">
     <title>Sync your media with a portable music player</title>
   </section>
@@ -40,7 +41,7 @@
   <section id="extensions" style="2column">
     <title>Add additional functionality to Banshee</title>
   </section>
-  
+
   <section id="advanced" style="2column">
 	<title>Advanced options and help</title>
   </section>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index b24e9cb..2c7b79f 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -5,9 +5,7 @@
   <info>
     <link type="guide" xref="index"/>
     <revision pkgversion="2.0" version="0.1" date="2010-05-19" status="draft"/>
-    <desc>
-      Introduction to the <app>Banshee Media Player</app>.
-    </desc>
+    <desc>Introduction to the <app>Banshee Media Player</app>.</desc>
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
@@ -23,26 +21,23 @@
 
   <title>Introduction</title>
 
-  <p>
-    <app>Banshee</app> is a media player that allows you to play your music,
-    videos, and other media as well sync it with portable devices to take your media
-    on the go.
-  </p>
-  <p>
-    <app>Banshee</app> includes features to import your media, manage its
-    metadata, and play your music and videos.
-  </p>
-  <p>
-    Banshee also helps you sync your music and videos to popular portable
-    devices, such as digital audio players and smartphones.  Banshee supports
-    popular devices including most iPods, Sandisk and Creative MP3 players, and
-    Android powered phones.
-  </p>
+  <p><app>Banshee</app> is a media player that allows you to play your music,
+  videos, and other media as well sync it with portable devices to take your
+  media on the go.</p>
+
+  <p><app>Banshee</app> includes features to import your media, manage its
+  metadata, and play your music and videos.</p>
+
+  <p>Banshee also helps you sync your music and videos to popular portable
+  devices, such as digital audio players and smartphones. Banshee supports
+  popular devices including most iPods, Sandisk and Creative MP3 players, and
+  Android powered phones.</p>
 <!--
   <figure>
     <title><gui>Banshee Media Player</gui> window</title>
     <desc><app>Banshee Media Player</app></desc>
-    <media type="image" src="figures/banshee.png" mime="image/png" style="right">
+    <media type="image" src="figures/banshee.png" mime="image/png"
+    style="right">
       <p><app>Banshee</app> library interface</p>
     </media>
   </figure>
diff --git a/help/C/itunes-import.page b/help/C/itunes-import.page
index 9475b6b..f2d9f2e 100644
--- a/help/C/itunes-import.page
+++ b/help/C/itunes-import.page
@@ -5,7 +5,8 @@
   <info>
     <link type="guide" xref="import#plugins"/>
     <revision pkgversion="1.6" version="1.6" date="2010-05-31" status="stub"/>
-    <desc>Import music and categorizations from the <app>iTunes</app> media player.</desc>
+    <desc>Import music and categorizations from the <app>iTunes</app> media
+    player.</desc>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/help/C/keyboardshortcuts.page b/help/C/keyboardshortcuts.page
index cafa4cb..cada1ee 100644
--- a/help/C/keyboardshortcuts.page
+++ b/help/C/keyboardshortcuts.page
@@ -20,126 +20,120 @@
 
   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-  
+
   <title>Control Banshee using Keyboard Shortcuts</title>
-  
+
   <section id="playbackcontrol">
-  
-  <title>Playback Control</title>
+    <title>Playback Control</title>
 
-<table frame="all" rules="rows" shade="rows">
+  <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Key</gui></p></td>  <td><p><gui>Action</gui></p></td>
+    <td><p><gui>Key</gui></p></td><td><p><gui>Action</gui></p></td>
   </tr>
   <tr>
-    <td><p>Space Bar</p></td> <td><p>Play or Pause the current song</p></td>
+    <td><p><key>Space Bar</key></p></td><td><p>Play or Pause the current song</p></td>
   </tr>
   <tr>
-    <td><p>N</p></td>     <td><p>Play the next song</p></td>
+    <td><p><key>N</key></p></td><td><p>Play the next song</p></td>
   </tr>
   <tr>
-    <td><p>B</p></td> <td><p>Play the previous song</p></td>
+    <td><p><key>B</key></p></td> <td><p>Play the previous song</p></td>
   </tr>
-</table>
+  </table>
 
   </section>
-  
+
   <section id="library">
-  
-  <title>Library Interaction</title>
+    <title>Library Interaction</title>
 
-<table frame="all" rules="rows" shade="rows">
+  <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Key</gui></p></td>  <td><p><gui>Action</gui></p></td>
+    <td><p><gui>Key</gui></p></td><td><p><gui>Action</gui></p></td>
   </tr>
   <tr>
-    <td><p><key>/</key>, <keyseq><key>Control</key><key>F</key></keyseq></p></td> <td><p>
-    Move the focus to the search box</p></td>
+    <td><p><key>/</key>, <keyseq><key>Control</key><key>F</key></keyseq></p>
+    </td> <td><p>Move the focus to the search box</p></td>
   </tr>
   <tr>
-    <td><p><keyseq><key>Control</key><key>I</key></keyseq></p></td>
-         <td><p>Open import media dialog</p></td>
-   </tr>      
+    <td><p><keyseq><key>Control</key><key>I</key></keyseq></p></td><td>
+    <p>Open import media dialog</p></td>
+   </tr>
 </table>
 
-  </section>  
+  </section>
 
   <section id="playlists">
-  
+
   <title>Playlists</title>
 
 <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Key</gui></p></td>  <td><p><gui>Action</gui></p></td>
+    <td><p><gui>Key</gui></p></td><td><p><gui>Action</gui></p></td>
   </tr>
   <tr>
     <td><p><keyseq><key>Control</key><key>N</key></keyseq></p></td> <td><p>
     Create New Playlist</p></td>
   </tr>
-         
+
 </table>
 
-  </section> 
-  
-    <section id="podcasts">
-  
-  <title>Podcasts</title>
+  </section>
+
+  <section id="podcasts">
+    <title>Podcasts</title>
 
-<table frame="all" rules="rows" shade="rows">
+  <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Key</gui></p></td>  <td><p><gui>Action</gui></p></td>
+    <td><p><gui>Key</gui></p></td><td><p><gui>Action</gui></p></td>
   </tr>
   <tr>
-    <td><p><key>Y</key></p></td> <td><p>
-    Mark the selected episodes as old</p></td>
+    <td><p><key>Y</key></p></td><td><p>Mark the selected episodes as old</p>
+    </td>
   </tr>
-         
-</table>
 
-  </section> 
-  
+  </table>
+
+  </section>
+
   <section id="interface">
-  
-  <title>Interface</title>
+    <title>Interface</title>
 
-<table frame="all" rules="rows" shade="rows">
+  <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Key</gui></p></td>  <td><p><gui>Action</gui></p></td>
+    <td><p><gui>Key</gui></p></td><td><p><gui>Action</gui></p></td>
   </tr>
   <tr>
-    <td><p><key>F</key></p></td> <td><p>
-    Toggle full-screen mode</p></td>
-  </tr>  
+    <td><p><key>F</key></p></td><td><p>Toggle full-screen mode</p></td>
+  </tr>
   <tr>
     <td><p><keyseq><key>Control</key><key>A</key></keyseq></p></td> <td><p>
-   Select all songs in playlist view</p></td>
+    Select all songs in playlist view</p></td>
   </tr>
   <tr>
     <td><p><keyseq><key>Control</key><key>Shift</key><key>A</key></keyseq></p>
-    </td> <td><p>
-   Unselect all songs in playlist view</p></td>
+    </td> <td><p>Unselect all songs in playlist view</p></td>
   </tr>
   <tr>
     <td><p><keyseq><key>Control</key><key>W</key></keyseq></p></td> <td><p>
-   Hide Banshee Window (Requires Notification Area Plug-in Enabled</p></td>
-  </tr>    
+    Hide Banshee Window (Requires Notification Area Plug-in Enabled</p></td>
+  </tr>
   <tr>
     <td><p><keyseq><key>Control</key><key>Left Mouse Button</key></keyseq>
-    </p></td> <td><p>
-   Play Previous Song (Requires Notification Area Plug-in Enabled</p></td>
-  </tr> 
-  <tr> 
+    </p></td> <td><p>Play Previous Song (Requires Notification Area Plug-in
+    Enabled</p></td>
+  </tr>
+  <tr>
     <td><p><keyseq><key>Control</key><key>Right Mouse Button</key></keyseq>
-    </p></td> <td><p>
-   Play Next Song (Requires Notification Area Plug-in Enabled</p></td>
-  </tr> 
-  <tr> 
+    </p></td> <td><p>Play Next Song (Requires Notification Area Plug-in
+    Enabled</p></td>
+  </tr>
+  <tr>
     <td><p><keyseq><key>Control</key><key>Middle Mouse Button</key></keyseq>
-    </p></td> <td><p>
-   Toggle Play / Pause (Requires Notification Area Plug-in Enabled</p></td>
-  </tr>    
-         
+    </p></td> <td><p>Toggle Play / Pause (Requires Notification Area Plug-in
+    Enabled</p></td>
+  </tr>
+
 </table>
 
-  </section>   
+  </section>
 </page>
diff --git a/help/C/lastfm.page b/help/C/lastfm.page
index 25cd618..0516d40 100644
--- a/help/C/lastfm.page
+++ b/help/C/lastfm.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,102 +21,109 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Last.fm</title>    
-  
+  <title>Last.fm</title>
+
   <p>Last.fm is a popular online service that offers both free and paid
-  versions.  Last.fm offers information on music artists and albums and if you 
-  create a user profile Last.fm allows you to track the music you listen to 
-  in Banshee for free.  If you subscribe as a paying member, you can also listen
-  to streaming music from Last.fm in various music clients, including Banshee.
-  Last.fm offers multiple channels to stream, including recommended music for
-  you based on your listening habits, your favorites and more.</p>
-  
+  versions. Last.fm offers information on music artists and albums and if you
+  create a user profile Last.fm allows you to track the music you listen to
+  in Banshee for free. If you subscribe as a paying member, you can also
+  listen to streaming music from Last.fm in various music clients, including
+  Banshee. Last.fm offers multiple channels to stream, including recommended
+  music for you based on your listening habits, your favorites and more.</p>
+
   <section id="enable-lastfm">
-  <title>Enable Last.fm</title> 
+    <title>Enable Last.fm</title>
+
   <p>To get the most out of Last.fm, you will want to create a Last.fm profile.
   Visit <link href="http://www.last.fm/join";>http://www.last.fm/join</link>
-   to create an account or choose 
-  <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> from the Banshee
-  menu. Once in the preferences select the <gui>Source Specific</gui> tab, press the
-  <gui>Source</gui> drop down menu, choose <gui>Last.fm</gui> and finally select the
+  to create an account or choose
+  <guiseq><gui style="menu">Edit</gui>
+  <gui style="menuitem">Preferences</gui></guiseq> from the Banshee menu. Once
+  in the preferences select the <gui style="tab">Source Specific</gui> tab,
+  press the <gui style="menu">Source</gui> drop down menu, choose
+  <gui style="menuitem">Last.fm</gui> and finally select the
   <em>Sign up for Last.fm</em> link.
   </p>
-  
-  <p>To enable Banshee to report the songs you play on your computer to Last.fm,
-  sign in to Last.fm in Banshee in the <gui>Source Specific</gui> preferences.
-  Enter your username and press the <gui>Log in to Last.fm</gui> button.  You 
-  will be directed to a Last.fm webpage in your browser to grant Banshee access.
-  Press the <gui>Yes, allow access</gui> link in your browser and you will be 
-  redirected to a webpage that displays a message that Banshee now has access to
-  Last.fm.  Return to Banshee and press the <gui>Finish Logging In</gui> button
-  to complete the process.
-  </p>
-  
+
+  <p>To enable Banshee to report the songs you play on your computer to
+  Last.fm, sign in to Last.fm in Banshee in the
+  <gui style="tab">Source Specific</gui> preferences. Enter your username and
+  press the <gui style="button">Log in to Last.fm</gui> button. You will be
+  directed to a Last.fm webpage in your browser to grant Banshee access. Press
+  the <gui style="button">Yes, allow access</gui> link in your browser
+  and you will be redirected to a webpage that displays a message that Banshee
+  now has access to Last.fm. Return to Banshee and press the
+  <gui style="button">Finish Logging In </gui>button to complete the
+  process.</p>
+
   </section>
-  
+
   <section id="songreporting">
-  <title>Enable Last.fm Song Reporting From Banshee</title> 
-  <p>After you have successfully linked Banshee to your Last.fm profile you must
-  ensure that you have enabled Banshee to report your songs.  To enable Banshee to
-  report the songs to your Last.fm profile go to Banshee's preferences, select the
-  <gui>Source Specific</gui> tab, select <gui>Last.fm</gui> from the dropdown, and
-  press the <gui>Enable Song Reporting From Banshee</gui> checkbox. If you have an active internet
-  connection Banshee will now send Last.fm information regarding the songs
-  you play.  To view your play history visit your profile on the Last.fm
-  website.  Last.fm will automatically update your music metadata if any of your
-  artist, song title, or album information is incorrect (although we recommend that
-  you use the Metadata Fixer extension to correct your files instead).
+    <title>Enable Last.fm Song Reporting From Banshee</title>
+
+  <p>After you have successfully linked Banshee to your Last.fm profile you
+  must ensure that you have enabled Banshee to report your songs. To enable
+  Banshee to report the songs to your Last.fm profile go to Banshee's
+  preferences, select the <gui style="tab">Source Specific</gui> tab, select
+  <gui style="menuitem">Last.fm</gui> from the dropdown, and press the
+  <gui style="checkbox">Enable Song Reporting From Banshee</gui> checkbox.
+  If you have an active internet connection Banshee will now send Last.fm
+  information regarding the songs you play. To view your play history visit
+  your profile on the Last.fm website. Last.fm will automatically update your
+  music metadata if any of your artist, song title, or album information is
+  incorrect (although we recommend that you use the Metadata Fixer extension
+  to correct your files instead).</p>
 
-  </p>
-  
   </section>
 
   <section id="devicesongreporting">
-  <title>Enable Last.fm Song Reporting From Your Device</title>
-  <p>After successfully linking Banshee to your Last.fm profile and enabling Banshee to 
-  report songs to Last.fm you can also enable scrobbling from a connected device. Banshee 
-  will, upon connection of your device, attempt to scrobble the songs you have played since the 
-  device was last connected and submit them to Last.fm.
-  </p>
+    <title>Enable Last.fm Song Reporting From Your Device</title>
 
-  <p>To enable scrobbling of a connected device go to Banshee's preferences, select the 
-  <gui>Source Specific</gui> tab, select <gui>Last.fm</gui> from the dropdown, and press 
-  the <gui>Enable Song Reporting From Device</gui> checkbox.  If you have an 
-  active internet connection Banshee will, upon connection of your device, now attempt to gather 
-  information regarding the songs that you have played since it was last connected.
-  </p>
+  <p>After successfully linking Banshee to your Last.fm profile and enabling
+  Banshee to report songs to Last.fm you can also enable scrobbling from a
+  connected device. Banshee will, upon connection of your device, attempt to
+  scrobble the songs you have played since the device was last connected and
+  submit them to Last.fm.</p>
 
-  <p>As with regular Banshee scrobbling submissions Last.fm will automatically update 
-  your music metadata if any of your artist, title, or album information is incorrect (although we 
-  again recommend that you use the Metadata Fixer extension to correct your files instead).
-  </p>
+  <p>To enable scrobbling of a connected device go to Banshee's preferences,
+  select the <gui style="tab">Source Specific</gui> tab, select
+  <gui style="menuitem">Last.fm</gui> from the dropdown, and press the
+  <gui style="checkbox">Enable Song Reporting From Device</gui> checkbox. If
+  you have an active internet connection Banshee will, upon connection of your
+  device, now attempt to gather information regarding the songs that you have
+  played since it was last connected.</p>
 
-  <p>Please note that currently Banshee only supports this feature with Apple products that are
-  supported by the AppleDevice extension.
-  </p>
+  <p>As with regular Banshee scrobbling submissions Last.fm will automatically
+  update your music metadata if any of your artist, title, or album information
+  is incorrect (although we again recommend that you use the Metadata Fixer
+  extension to correct your files instead).</p>
+
+  <p>Please note that currently Banshee only supports this feature with Apple
+  products that are supported by the AppleDevice extension.</p>
 
   </section>
-  
+
   <section id="lastfm-radio">
-  <title>Listen to Last.fm Radio</title> 
+    <title>Listen to Last.fm Radio</title>
+
   <p>Last.fm radio is free for residents of the United States, United Kingdom
-  and Germany.  Residents of other countries will have to pay for a premium 
-  account with Last.fm to listen to radio.  Premium members, in all countries,
-  also receive premium radio features: listening to playlists and stations of 
-  music you've loved or tagged.
-  </p>
-  
-  <p>In Banshee's sources pane on the left hand side, you will now have a 
-  Last.fm section, including your Last.fm radio stations.  You will need an
-  active internet connection to listen to Last.fm radio.  Choose the radio
+  and Germany. Residents of other countries will have to pay for a premium
+  account with Last.fm to listen to radio. Premium members, in all countries,
+  also receive premium radio features: listening to playlists and stations of
+  music you've loved or tagged.</p>
+
+  <p>In Banshee's sources pane on the left hand side, you will now have a
+  Last.fm section, including your Last.fm radio stations. You will need an
+  active internet connection to listen to Last.fm radio. Choose the radio
   station you wish to listen to and Banshee will communicate with Last.fm
-  to populate songs for that radio station.  Press the <gui>Play</gui> button
-  in Banshee or <key>Spacebar</key> to start streaming a Last.fm radio
-  station.  You can also press the <gui>Next</gui> button in Banshee, 
-  <key>N</key> or choose <guiseq><gui>Playback</gui><gui>Next</gui></guiseq>
-  to play the next song in your radio station queue.
-  </p>
-  
+  to populate songs for that radio station. Press the
+  <gui style="button">Play</gui> button in Banshee or <key>Spacebar</key> to
+  start streaming a Last.fm radio station. You can also press the
+  <gui style="button">Next</gui> button in Banshee,
+  <key>N</key> or choose <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Next</gui></guiseq> to play the next song in your radio
+  station queue.</p>
+
   </section>
-	
+
 </page>
diff --git a/help/C/manage-coverart.page b/help/C/manage-coverart.page
index bbfd36d..812b181 100644
--- a/help/C/manage-coverart.page
+++ b/help/C/manage-coverart.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,11 +21,6 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Cover art</title>    
-  
-  <p></p>
-  
-  <p>
-  </p>
-	
+  <title>Cover art</title>
+
 </page>
diff --git a/help/C/manage-playlists.page b/help/C/manage-playlists.page
index c67a071..0974160 100644
--- a/help/C/manage-playlists.page
+++ b/help/C/manage-playlists.page
@@ -12,136 +12,130 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Playlists</title>    
-  
+  <title>Playlists</title>
+
   <p>Playlists allow you to create and save a list of music tracks to be played
-  in a specific order.  Playlists are convenient to create a list of your
+  in a specific order. Playlists are convenient to create a list of your
   favorite songs or to split your library into smaller lists that are easy
-  to browse through. Some portable media players even allow you to transfer the 
-  playlist so you can take it with you on the go.
-  </p>
-  
+  to browse through. Some portable media players even allow you to transfer the
+  playlist so you can take it with you on the go.</p>
+
   <p>Banshee supports normal playlists, which include songs you add to the
-  playlist, as well as smart playlists.  Smart Playlists are automatically 
-  generated playlists based on your listening habits, favorite music, or more.</p>
-  
+  playlist, as well as smart playlists. Smart Playlists are automatically
+  generated playlists based on your listening habits, favorite music, or
+  more.</p>
+
   <section id="manual">
-  
     <title>Normal Playlists</title>
-  
-    <p>A normal playlist is a list of songs that you add and manage.  You might
-    want to create your own list of songs by your favorite artist from 
-    multiple albums, your latest favorite songs, or an upbeat playlist to listen
-    to while you exercise.
-    </p>
-    
-    <p>You can create a new playlist by pressing <keyseq><key>Control</key>
-    <key>N</key></keyseq>, from the menu choosing <guiseq><gui>Media</gui>
-    <gui>New Playlist</gui></guiseq> or by selecing the track(s) you would like
-    to add to the playlist.  Select the track(s), right click them, and choose
-    <guiseq><gui>Add to Playlist</gui><gui>New Playlist</gui></guiseq>.
-    You can also drag and drop them to a new playlist by selecting the track(s) 
-    and dragging them to the left hand
-    window pane over <gui>Music</gui>.  As you drag it over <gui>Music</gui>,
-    a new option <gui><em>New Playlist</em></gui> will appear and you can drop
-    the track(s) over <gui><em>New Playlist</em></gui> to add them to the 
-    playlist.  You can repeat this process until you have added all the tracks
-    you want in the playlist.
-    </p>
-
-    <p>To give your playlist its own name, select the playlist and right click
-    on the playlist and press <gui>Rename Playlist</gui> and enter the name
-    of your playlist.
-    </p>
-    
-    <p>You can change the order of the playlist by dragging and dropping the
-    song to the new position in the playlist.  Songs can only be re-ordered
-    in the playlist when none of the columns are sorted.  To unsort a column,
-    press the column until the up or down arrow is no longer showing and
-    the column is blank and then re-order the playlist.
-    </p>
-    
-    <p>To remove a track from the playlist, select the track(s) you wish to 
-    remove.  Press the <key>Delete</key>, from the menu choose 
-    <guiseq><gui>Edit</gui><gui>Remove from Playlist</gui></guiseq> or right
-    click the track(s) with your mouse and press <gui>Remove from Playlist</gui>.
-    </p>
-  </section> 
-  
+
+  <p>A normal playlist is a list of songs that you add and manage. You might
+  want to create your own list of songs by your favorite artist from multiple
+  albums, your latest favorite songs, or an upbeat playlist to listen to while
+  you exercise.</p>
+
+  <p>You can create a new playlist by pressing <keyseq><key>Control</key>
+  <key>N</key></keyseq>, from the menu choosing
+  <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">New Playlist</gui></guiseq> or by selecing the track(s)
+  you would like to add to the playlist. Select the track(s), right click them,
+  and choose <guiseq><gui style="menuitem">Add to Playlist</gui>
+  <gui style="menuitem">New Playlist</gui></guiseq>. You can also drag and drop
+  them to a new playlist by selecting the track(s) and dragging them to the
+  left hand window pane over <gui>Music</gui>. As you drag it over
+  <gui>Music</gui>, a new option
+  <gui style="menuitem"><em>New Playlist</em></gui> will appear and you can drop
+  the track(s) over <gui style="menuitem"><em>New Playlist</em></gui> to add
+  them to the playlist. You can repeat this process until you have added all
+  the tracks you want in the playlist.</p>
+
+  <p>To give your playlist its own name, select the playlist and right click
+  on the playlist and press <gui style="menuitem">Rename Playlist</gui> and
+  enter the name of your playlist.</p>
+
+  <p>You can change the order of the playlist by dragging and dropping the
+  song to the new position in the playlist. Songs can only be re-ordered
+  in the playlist when none of the columns are sorted. To unsort a column,
+  press the column until the up or down arrow is no longer showing and
+  the column is blank and then re-order the playlist.</p>
+
+  <p>To remove a track from the playlist, select the track(s) you wish to
+  remove. Press the <key>Delete</key>, from the menu choose
+  <guiseq><gui style="menu">Edit</gui>
+  <gui style="menuitem">Remove from Playlist</gui></guiseq> or right click the
+  track(s) with your mouse and press
+  <gui style="menuitem">Remove from Playlist</gui>.</p>
+
+  </section>
+
   <section id="smartplaylists">
     <title>Smart Playlist</title>
-    
-    <p>Smart Playlists allow you to quickly generate a dynamic playlist based
-    on a number of pre-set variables.  You can quickly create a new playlist
-    based on a specific artist, favorites or more.  
-    </p>
-    
-    <p>To create a new Smart Playlist, from the menu choose <guiseq>
-    <gui>Media</gui><gui>New Smart Playlist</gui></guiseq>.  You will be 
-    presented with a dialog to create a new Smart Playlist.  Enter
-    the name of your playlist and then choose the criteria your playlist 
-    should be based on.  You can choose from any field included in the song's 
-    meatadata, such as Album, Artist or Year.  Choose the criteria and then
-    choose from one of the following:
-    </p>
-    
+
+  <p>Smart Playlists allow you to quickly generate a dynamic playlist based
+  on a number of pre-set variables. You can quickly create a new playlist
+  based on a specific artist, favorites or more.</p>
+
+  <p>To create a new Smart Playlist, from the menu choose
+  <guiseq><gui style="menu">Media</gui>
+  <gui style="menuitem">New Smart Playlist</gui></guiseq>. You will be presented
+  with a dialog to create a new Smart Playlist. Enter the name of your playlist
+  and then choose the criteria your playlist should be based on. You can choose
+  from any field included in the song's meatadata, such as Album, Artist or
+  Year. Choose the criteria and then choose from one of the following:</p>
+
     <list>
       <item><p>is</p></item>
-      <item><p>is not</p></item>  
+      <item><p>is not</p></item>
       <item><p>less than</p></item>
-      <item><p>more than</p></item>  
+      <item><p>more than</p></item>
       <item><p>at most</p></item>
-      <item><p>at least</p></item>  
+      <item><p>at least</p></item>
     </list>
-    
-    <p>You can also press the <gui>+</gui> button to add an addition query
-    to the Smart Playlist.  For example, you could create a smart playlist
-    that includes all songs from 2010 that you rated 5 stars.  To create this
-    playlist you would choose:
-    </p>
-    
+
+  <p>You can also press the <gui style="button">+</gui> button to add an
+  addition query to the Smart Playlist. For example, you could create a smart
+  playlist that includes all songs from 2010 that you rated 5 stars. To create
+  this playlist you would choose:</p>
+
   <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Year</gui></p></td> <td><p><gui>is</gui></p> </td> 
-    <td><p><gui>2010</gui></p></td>
+    <td><p><gui>Year</gui></p></td><td><p><gui>is</gui></p></td>
+    <td><p>2010</p></td>
   </tr>
   <tr>
-    <td><p><gui>Rating</gui></p></td> <td><p><gui>is</gui></p></td> 
-    <td><p><gui></gui>5 stars</p></td>
+    <td><p><gui>Rating</gui></p></td><td><p><gui>is</gui></p></td>
+    <td><p>5 stars</p></td>
   </tr>
   </table>
-    
-    <p>You can then optionally select how many songs are included by pressing
-    the <gui>Limit</gui> to checkbox and choosing the number of songs to be
-    included.
-    </p>
-  
-  <p>Banshee also includes smart playlists already created for 
-  you.  Press the <gui>Open in editor</gui> button to view how the playlist
-  created was or to modify it.  If you press <gui>Create and save</gui> the 
-  playlist will be automatically generated and saved for you.  The following
-  playlists are included:
-  </p>
-  
+
+  <p>You can then optionally select how many songs are included by pressing
+  the <gui style="checkbox">Limit to</gui> checkbox and choosing the number of
+  songs to be included.</p>
+
+  <p>Banshee also includes smart playlists already created for you. Press the
+  <gui style="button">Open in editor</gui> button to view how the playlist
+  created was or to modify it. If you press
+  <gui style="button">Create and save</gui> the playlist will be automatically
+  generated and saved for you. The following playlists are included:</p>
+
   <list>
     <title>Banshee Smart Playlists</title>
     <item><p>Favorites (Songs rated four and five stars)</p></item>
-    <item><p>Recent Favorites (Songs listened to often in the past week)
-    </p></item>  
+    <item><p>Recent Favorites (Songs listened to often in the past week)</p>
+    </item>
     <item><p>Recently Added (Songs imported within the last week)</p></item>
     <item><p>Unheard (Songs that have not been played or skipped)</p></item>
     <item><p>Neglected Favorites (Favorites not played in over two months)
     </p></item>
     <item><p>700 MB of Favorites (A data CD worth of favorite songs)</p></item>
-    <item><p>80 Minutes of Favorites (An audio CD worth of favorite songs)
-    </p></item>
+    <item><p>80 Minutes of Favorites (An audio CD worth of favorite songs)</p>
+    </item>
     <item><p>Unrated (Songs that haven't been rated)</p></item>
   </list>
- 
-   </section> 
- 
+
+  </section>
+
 </page>
diff --git a/help/C/manage-tags.page b/help/C/manage-tags.page
index f69f414..5548e1b 100644
--- a/help/C/manage-tags.page
+++ b/help/C/manage-tags.page
@@ -8,11 +8,11 @@
     <link type="seealso" xref="coverart"/>
     <link type="seealso" xref="playlists"/>
     <desc>Edit and change music tags and metadata.</desc>
-    <revision pkgversion="2.0" version="0.1" date="2010-05-09" 			status="draft"/>
+    <revision pkgversion="2.0" version="0.1" date="2010-05-09" status="draft"/>
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,61 +21,56 @@
 -->
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-  
+
   <title>Music Metadata</title>
 
   <section id="metadata">
+    <title>Music metadata</title>
+
+  <p>Digital music contains metadata that stores information in the
+  music file including the artist, album, year recorded, genre, and more.
+  Almost all music purchased over the internet will have the metadata
+  already embedded and if you import music from CDs, Banshee will include
+  the metadata when ripping the CD if available. For more information
+  on ripping CDs and including the metadata see the <link xref="import"/>.</p>
+
+  <p>Popular metadata formats are ID3v1 and ID3v2 for MP3 files and Vorbis
+  comments for OGG Vorbis files.</p>
+
+  <p>If you have imported songs that do not contain metadata,<app>Banshee</app>
+  will display <gui>Unknown</gui> for most fields in the library. </p>
 
-  <title>Music metadata</title>    
-  
-  	<p>Digital music contains metadata that stores information in the 
-  	music file including the artist, album, year recorded, genre, and more.
-  	Almost all music purchased over the internet will have the metadata
-  	already embedded and if you import music from CDs, Banshee will include
-  	the metadata when ripping the CD if available.  For more information
-  	on ripping CDs and including the metadata see the 
-  	<link xref="import"/>.</p>
-  	
-  	<p>Popular metadata formats are ID3v1 and ID3v2 for MP3 files and
-  	Vorbis comments for OGG Vorbis files.</p>	
-  
-  	<p>If you have imported songs that do not contain metadata, 
-  	<app>Banshee</app> will display <gui>Unknown</gui> for most fields
-  	in the library. </p>
-  	
   </section>
 
-  <section id="editmetadata"> 	
-    
+  <section id="editmetadata">
     <title>Edit Your Metadata</title>
-    
-    <p>You can change and edit the metadata of your songs.  Select the song or
-    songs you want to update and hit the <key>E</key>, choose
-    <guiseq><gui>Edit</gui><gui>Edit Track Information</gui></guiseq> from the menu, or use
-    your mouse and right click on the files and select
-    <gui>Edit Track Information</gui>.
-    </p>
-    
-    <p>A dialog box will appear that shows the song's metadata and allow you to 
-    change or update it.  The default fields displayed include:</p>
-    
-    <list>
-      <item><p><gui>Track Title</gui></p></item>
-      <item><p><gui>Track Artist</gui></p></item>
-      <item><p><gui>Album Title</gui></p></item>
-      <item><p><gui>Genre</gui></p></item>
-      <item><p><gui>Track Number</gui></p></item>
-      <item><p><gui>Disc Number</gui></p></item>
-      <item><p><gui>Year</gui></p></item>
-    </list>
-    
-    <p>Update the song's information.  If you have selected multiple songs to
-    edit press the right arrow icon to the right of the <gui>Track Title</gui>
-    field or press the <gui>Forward</gui> button at the bottom of the dialog
-    when finished with each song.   When you have completed editing all metadata,
-    press <gui>Save</gui>.
-    </p>
-   
+
+  <p>You can change and edit the metadata of your songs. Select the song or
+  songs you want to update and hit the <key>E</key>, choose
+  <guiseq><gui style="menu">Edit</gui>
+  <gui style="menuitem">Edit Track Information</gui></guiseq> from the menu, or
+  use your mouse and right click on the files and select
+  <gui style="menuitem">Edit Track Information</gui>.</p>
+
+  <p>A dialog box will appear that shows the song's metadata and allow you to
+  change or update it. The default fields displayed include:</p>
+
+  <list>
+    <item><p><gui>Track Title</gui></p></item>
+    <item><p><gui>Track Artist</gui></p></item>
+    <item><p><gui>Album Title</gui></p></item>
+    <item><p><gui>Genre</gui></p></item>
+    <item><p><gui>Track Number</gui></p></item>
+    <item><p><gui>Disc Number</gui></p></item>
+    <item><p><gui>Year</gui></p></item>
+  </list>
+
+  <p>Update the song's information. If you have selected multiple songs to edit
+  press the right arrow icon to the right of the <gui>Track Title</gui> field
+  or press the <gui style="button">Forward</gui> button at the bottom of the
+  dialog when finished with each song. When you have completed editing all
+  metadata, press <gui style="button">Save</gui>.</p>
+
   </section>
 
 </page>
diff --git a/help/C/play-queue.page b/help/C/play-queue.page
index e8b267a..d9ceb02 100644
--- a/help/C/play-queue.page
+++ b/help/C/play-queue.page
@@ -11,76 +11,64 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Play Queue</title>    
-  
-  <p>The <gui>Play Queue</gui> allows you to add music to play in a sequential 
-  order.  You can add many tracks to let you listen to hours of music non-stop.
+  <title>Play Queue</title>
+
+  <p>The <gui>Play Queue</gui> allows you to add music to play in a sequential
+  order. You can add many tracks to let you listen to hours of music non-stop.
   You can add individual tracks or entire albums, and sort or re-order them.</p>
-  
-<section id="addqueue">
 
-  <title>Add Music to the Play Queue</title>
+  <section id="addqueue">
+    <title>Add Music to the Play Queue</title>
+
+  <p>From your music library, you will need to select the music tracks or
+  albums you want to add to the play queue.</p>
 
-  <p>From your music library, you will need to select the music tracks or albums
-  you want to add to the play queue.
-  </p>
-  
   <p>To add an entire album to the Play Queue, using your mouse press and hold
-  the album and drag the album over <gui>Play Queue</gui> in the far left 
-  window pane.
-  </p>
-  
+  the album and drag the album over <gui>Play Queue</gui> in the far left
+  window pane.</p>
+
   <p>You can add music tracks to the Play Queue individually or as a group.
   To add an individual file, drag and drop it over the <gui>Play Queue</gui>
-  in the far left window pane, or right click the track and choose 
-  <gui>Add to Play Queue</gui>.  
-  </p>
-  
-  <p>You can select multiple files by using your mouse and pressing 
-  <key>Control</key> and choosing each file with your mouse or 
-  select a range of files by
-  pressing <key>Shift</key> and clicking twice to select that range of files.  You can then
-  drag and drop it over the <gui>Play Queue</gui>
-  in the far left window pane or right click the tracks  and choose 
-  <gui>Add to Play Queue</gui>.
-  </p>
-  
-</section>
+  in the far left window pane, or right click the track and choose
+  <gui style="menuitem">Add to Play Queue</gui>.</p>
 
-<section id="reorderqueue">
+  <p>You can select multiple files by using your mouse and pressing
+  <key>Control</key> and choosing each file with your mouse or select a range
+  of files by pressing <key>Shift</key> and clicking twice to select that
+  range of files. You can then drag and drop it over the <gui>Play Queue</gui>
+  in the far left window pane or right click the tracks and choose
+  <gui style="menuitem">Add to Play Queue</gui>.</p>
 
-  <title>Organize Your Play Queue</title>
+  </section>
 
-  <p>Your Play Queue is organized in the order of the tracks you added.  The
+  <section id="reorderqueue">
+    <title>Organize Your Play Queue</title>
+
+  <p>Your Play Queue is organized in the order of the tracks you added. The
   first tracks or albums you added to the queue will be the first to be played.
   You can re-order your Play Queue by using your mouse and dragging and
-  dropping a track or group of tracks in the list.  Choose the track(s) you wish
+  dropping a track or group of tracks in the list. Choose the track(s) you wish
   to re-order with your mouse and release your mouse over the number or place
-  in the list you wish those files to be in the queue.
-  </p>
-
-</section>  
-  
-<section id="removequeue">
-
-  <title>Removing Tracks from the Play Queue</title>
-
-  <p>You can remove an individual track, a group of tracks, or clear your entire
-  play queue.
-  </p>
-  
-  <p>To remove an individual track or group of tracks, select the track 
-  with your mouse and then press <key>Delete</key>.  
-  </p>
-  
-  <p>To clear your entire Play Queue, press the <gui>Clear</gui> button in the
-  upper right hand corner of the Play Queue.
-  </p>
-  
-</section>      
-	
+  in the list you wish those files to be in the queue.</p>
+
+  </section>
+
+  <section id="removequeue">
+    <title>Removing Tracks from the Play Queue</title>
+
+  <p>You can remove an individual track, a group of tracks, or clear your
+  entire play queue.</p>
+
+  <p>To remove an individual track or group of tracks, select the track with
+  your mouse and then press <key>Delete</key>.</p>
+
+  <p>To clear your entire Play Queue, press the <gui style="button">Clear</gui>
+  button in the upper right hand corner of the Play Queue.</p>
+
+</section>
+
 </page>
diff --git a/help/C/play.page b/help/C/play.page
index 321de55..58edbf2 100644
--- a/help/C/play.page
+++ b/help/C/play.page
@@ -8,7 +8,8 @@
     <link type="seealso" xref="queue"/>
     <desc>Play your videos and music files.</desc>
     <revision pkgversion="1.6" version="0.1" date="2009-01-22" status="draft"/>
-    <revision pkgversion="2.6.0" version="0.2" date="2012-11-26" status="draft"/>
+    <revision pkgversion="2.6.0" version="0.2" date="2012-11-26"
+    status="draft"/>
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
@@ -25,41 +26,38 @@
 -->
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-  
+
   <title>Play Your Media</title>
 
   <section id="playmusic">
-  <title>Play your music</title>    
-  
-  <p>To play music in Banshee, choose the Music source.  The music library
+    <title>Play your music</title>
+
+  <p>To play music in Banshee, choose the Music source. The music library
   will show you all artists in your music library, cover art for each album,
   and a list of all songs in your library.</p>
-  
+
   <p>Choose the album or song you wish to play from the list of artists, albums
-  or use the search bar in the upper right hand corner of Banshee.
-  </p>
-  
-  <p>To start playing a song, use your mouse to double click the song name, 
-  press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.
-  </p>
-  
+  or use the search bar in the upper right hand corner of Banshee.</p>
+
+  <p>To start playing a song, use your mouse to double click the song name,
+  press the <key>Spacebar</key>, or choose
+  <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
   <p>You can also start playing an album by choosing the album in the album
-  browser and using your mouse to double click the song name, 
-  press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.
-  </p>
-  
+  browser and using your mouse to double click the song name, press the
+  <key>Spacebar</key>, or choose <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
   <p>To play all songs by one artist, choose the artist in the artist browser
-  and press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.
-  </p>
-  
+  and press the <key>Spacebar</key>, or choose
+  <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
   <p>Banshee also displays your Favorite albums (those you play the most),
-  Recent Favorites, Recently Added and Unheard music.  Choose the one
-  you wish to listen to and you can play songs from each.
-  </p>
-  
+  Recent Favorites, Recently Added and Unheard music. Choose the one
+  you wish to listen to and you can play songs from each.</p>
+
   <p>Banshee can be used to play music in a random order using the
   <gui style="menuitem">Shuffle</gui> mode. Enable the mode in <guiseq>
   <gui style="menu">Playback</gui><gui style="menuitem">Shuffle</gui></guiseq>,
@@ -81,8 +79,10 @@
     <item>
       <title><gui style="radiobutton">By Rating</gui></title>
       <p>Play tracks with higher ratings more often than unrated ones.</p>
-      <note type="info"><p>If there are no rated tracks, the tracks are played
-      in a random order.</p></note>
+      <note style="info">
+        <p>If there are no rated tracks, the tracks are played
+      in a random order.</p>
+      </note>
     </item>
     <item>
       <title><gui style="radiobutton">By Score</gui></title>
@@ -94,44 +94,44 @@
   </section>
 
   <section id="playvideo">
-  <title>Play a video</title>    
-  
-  <p>Your imported videos are listed alphabetically.  To play a video, 
-  choose the video you wish to play from the list and 
-  press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.</p>
-  
+    <title>Play a video</title>
+
+  <p>Your imported videos are listed alphabetically. To play a video,
+  choose the video you wish to play from the list and press the
+  <key>Spacebar</key>, or choose <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
   <p>Banshee also shows your Favorite videos (those you watch the most)
-  and Unwatched videos.  Choose one and you can play a video from the list.</p>	
-  
+  and Unwatched videos. Choose one and you can play a video from the
+  list.</p>
+
   </section>
-  
+
   <section id="playpodcast">
-  <title>Play a Podcast</title>    
-  
+    <title>Play a Podcast</title>
+
   <p>Podcasts shows you all Podcasts you're subscribed to, all Podcast
-  shows available, and the Podcast browser lists all Podcasts in order of 
+  shows available, and the Podcast browser lists all Podcasts in order of
   newest first.</p>
-  
-  <p>To play a Podcast, 
-  choose the Podcast you wish to play from the list and 
-  press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.</p>
-  
+
+  <p>To play a Podcast, choose the Podcast you wish to play from the list and
+  press the <key>Spacebar</key>, or choose
+  <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
   </section>
-  
+
   <section id="playradio">
-  <title>Play an internet radio station</title>    
-  
-  <p>The Radio source shows you all internet radio stations you have added 
-  to Banshee alphabetically.
-  </p>
-  
-  <p>To play an internet radio station, 
-  choose the radio station you wish to play from the list and 
-  press the <key>Spacebar</key>, or choose <guiseq><gui>Playback</gui>
-  <gui>Play</gui></guiseq> from the Banshee menu.</p>
-  
-  </section>    
-	
+    <title>Play an internet radio station</title>
+
+  <p>The Radio source shows you all internet radio stations you have added
+  to Banshee alphabetically.</p>
+
+  <p>To play an internet radio station, choose the radio station you wish to
+  play from the list and press the <key>Spacebar</key>, or choose
+  <guiseq><gui style="menu">Playback</gui>
+  <gui style="menuitem">Play</gui></guiseq> from the Banshee menu.</p>
+
+  </section>
+
 </page>
diff --git a/help/C/rb-import.page b/help/C/rb-import.page
index dba5693..3e5c849 100644
--- a/help/C/rb-import.page
+++ b/help/C/rb-import.page
@@ -5,7 +5,8 @@
   <info>
     <link type="guide" xref="import#plugins"/>
     <revision pkgversion="1.6" version="1.6" date="2010-05-31" status="stub"/>
-    <desc>Import music and categorizations from the <app>Rhythmbox</app> music player.</desc>
+    <desc>Import music and categorizations from the <app>Rhythmbox</app> music
+    player.</desc>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/help/C/search.page b/help/C/search.page
index c8cb808..1947030 100644
--- a/help/C/search.page
+++ b/help/C/search.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,99 +21,100 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Searching your Banshee Library</title>    
-  
-  <p>Banshee features a powerful search language.  You can search your 
-  library quickly and easily with basic search terms or perform detailed
-  searches with Banshee's advanced search terminology.</p>
-  
+  <title>Searching your Banshee Library</title>
+
+  <p>Banshee features a powerful search language. You can search your library
+  quickly and easily with basic search terms or perform detailed searches with
+  Banshee's advanced search terminology.</p>
+
   <p>To perform a search of your media in Banshee, press the <key>S</key> or
   click the <gui>Search</gui> box in the upper right hand corner of the Library
-  view in Banshee.
-  </p>
-  
-  <p>A search query consists of some basic terms, for example, 
-  <em>dave matthews</em>.  By entering <em>dave matthews</em> in the search box,
+  view in Banshee.</p>
+
+  <p>A search query consists of some basic terms, for example,
+  <em>dave matthews</em>. By entering <em>dave matthews</em> in the search box,
    Banshee will search all metadata fields including Track Title, Album Title,
-   Album Artist, Year, etc.  Any track whose metadata includes <em>dave</em> 
-   and <em>matthews</em> will be returned.  Search terms are case insensitive, meaning you don't have to capitalize.  <em>dave</em>, <em>Dave</em>, and <em>DAVE</em>
-   all mean the same thing when searching.</p>
-
-<section id="operators">
-  <title>Basic Operators</title>
-  <p>Operators can be placed between any two search words or placed before a 
-  search word.  The default operation is <gui>AND</gui> and is used when
-  no other operators are used between two search terms.  Because it is the
+   Album Artist, Year, etc. Any track whose metadata includes <em>dave</em>
+   and <em>matthews</em> will be returned. Search terms are case insensitive,
+   meaning you don't have to capitalize. <em>dave</em>, <em>Dave</em>, and
+   <em>DAVE</em> all mean the same thing when searching.</p>
+
+  <section id="operators">
+    <title>Basic Operators</title>
+
+  <p>Operators can be placed between any two search words or placed before a
+  search word. The default operation is <gui>AND</gui> and is used when
+  no other operators are used between two search terms. Because it is the
   default, there is no explicit AND operator.</p>
-  
-  <p>Other basic operators include <gui>OR</gui> and <gui>NOT</gui>.  Together,
+
+  <p>Other basic operators include <gui>OR</gui> and <gui>NOT</gui>. Together,
   these three operations can yield very powerful queries to help you search
   your media.</p>
-  
-</section>
 
-<section id="logical">
-  <title>Logical Operators and Examples</title>
+  </section>
+
+  <section id="logical">
+    <title>Logical Operators and Examples</title>
+
   <p>The following is a list of logical operators and examples of the search
   results when searching using them.</p>
-  
+
   <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Operator</gui></p></td>  <td><p><gui>Description</gui></p></td>
+    <td><p><gui>Operator</gui></p></td><td><p><gui>Description</gui></p></td>
   </tr>
   <tr>
-    <td><p><em>default</em>, <em>white space</em></p></td> <td><p>
+    <td><p><em>default</em>, <em>white space</em></p></td><td><p>
     Search for two terms with a space between the two words or terms.</p></td>
   </tr>
   <tr>
-    <td><p>OR, or, <key>|</key>, <key>,</key></p></td> <td><p>
+    <td><p>OR, or, <key>|</key>, <key>,</key></p></td><td><p>
     Search results will be two songs with either result in any field.</p></td>
   </tr>
   <tr>
-    <td><p>NOT, not,<key>-</key></p></td> <td><p>
-    Do not display search results with any search term that follows the 
-    operator of NOT, not,<key>-</key>.</p></td>
-  </tr>  
-         
-</table>
+    <td><p>NOT, not,<key>-</key></p></td><td><p>Do not display search results
+    with any search term that follows the operator of NOT, not,<key>-</key></p>
+    </td>
+  </tr>
+  </table>
 
   <p>Examples of logical operations include:</p>
-  
+
   <table frame="all" rules="rows" shade="rows">
   <tr>
-    <td><p><gui>Query</gui></p></td>  <td><p><gui>Description</gui></p></td>
+    <td><p><gui>Query</gui></p></td><td><p><gui>Description</gui></p></td>
   </tr>
   <tr>
-    <td><p>dave matthews</p></td> <td><p>
-    Matches any fields in a track containing both <em>dave</em> and 
+    <td><p>dave matthews</p></td><td><p>
+    Matches any fields in a track containing both <em>dave</em> and
     <em>matthews</em>.</p></td>
   </tr>
   <tr>
-    <td><p>dave, matthews</p></td> <td><p>
+    <td><p>dave, matthews</p></td><td><p>
     Matches any fields in a track containing either <em>dave</em> or
     <em>matthews</em>.</p></td>
   </tr>
   <tr>
-    <td><p>dave or matthews</p></td> <td><p>
+    <td><p>dave or matthews</p></td><td><p>
     Matches any fields in a track containing either <em>dave</em> or
     <em>matthews</em>.</p></td>
-  </tr> 
+  </tr>
   <tr>
-    <td><p>dave | matthews</p></td> <td><p>
+    <td><p>dave | matthews</p></td><td><p>
     Matches any fields in a track containing either <em>dave</em> or
     <em>matthews</em>.</p></td>
-  </tr>       
+  </tr>
   <tr>
-    <td><p>-"dave matthews"</p></td> <td><p>
+    <td><p>-"dave matthews"</p></td><td><p>
     Displays all tracks whose fields do not contain <em>dave
     matthews</em>.</p></td>
-  </tr> 
-  
-  </table> 
-  
-  <p>For more information on performing more complex search queries,
-  see the <link xref="adv-search"/> page.</p>
-  
+  </tr>
+
+  </table>
+
+  <p>For more information on performing more complex search queries, see the
+  <link xref="adv-search"/> page.</p>
+
 </section>
-	
+
 </page>
diff --git a/help/C/sort.page b/help/C/sort.page
index 8860be3..cc548d6 100644
--- a/help/C/sort.page
+++ b/help/C/sort.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -25,31 +25,32 @@
 
   <section id="addcolumn">
 
-  <title>Adding Columns</title>    
-  
+    <title>Adding Columns</title>
+
   <p>As your library grows, you may want to change your library view to add
   additional information about the songs in your library or change the way
   you can view and sort your songs, artists or albums.</p>
-  
+
   <p>You can add additional columns to the library view in <app>Banshee</app>
   to give you more information about the songs and also allow you to sort
-  by.  By default, Banshee displays columns for songs including 
-  <gui>Name</gui>, <gui>Artist</gui>, <gui>Album</gui> and <gui>Time</gui>.
-  To add additional columns, using your mouse right click on any of the columns
-  and Banshee will display all available column to choose from.  Click the
-  checkbox next to the name of the column you wish to add to the library view.
-  </p>
-  
+  by. By default, Banshee displays columns for songs including <gui>Name</gui>,
+  <gui>Artist</gui>, <gui>Album</gui> and <gui>Time</gui>. To add additional
+  columns, using your mouse right click on any of the columns and Banshee will
+  display all available column to choose from. Click the checkbox next to the
+  name of the column you wish to add to the library view.</p>
+
   </section>
-  
+
   <section id="sorting">
     <title>Sorting Columns</title>
-    <p>You can sort your library by using your mouse to click on any of the
-    columns displayed in library view.  If you wish to sort your music library
-    by Artist, click the <gui>Artist</gui> column header and Banshee will 
-    automatically sort that column alphabetically.  Clicking the 
-    <gui>Artist</gui> column again will sort the column in reverse alphabetical
-    order.</p>
+
+  <p>You can sort your library by using your mouse to click on any of the
+  columns displayed in library view. If you wish to sort your music library
+  by Artist, click the <gui>Artist</gui> column header and Banshee will
+  automatically sort that column alphabetically. Clicking the
+  <gui>Artist</gui> column again will sort the column in reverse alphabetical
+  order.</p>
+
   </section>
-	
+
 </page>
diff --git a/help/C/sync.page b/help/C/sync.page
index f25019d..f0b5a20 100644
--- a/help/C/sync.page
+++ b/help/C/sync.page
@@ -11,7 +11,7 @@
     <credit type="author">
       <name>Paul Cutler</name>
       <email>pcutler gnome org</email>
-    </credit>    
+    </credit>
 <!--
     <copyright>
       <year>2010</year>
@@ -21,130 +21,127 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-  <title>Sync</title>    
-  
-  <p>Banshee supports syncing your music to portable media players and 
-  smartphones.  You can add specific music tracks, albums or playlist 
-  or allow Banshee to keep your music player in sync with your entire
-  library.  After your player is connected to your computer you can also
-  play back the songs on your portable player in Banshee.  When syncing
-  music in a lossless format, such as FLAC, Banshee will automatically
-  transcode your music for you to a lossy format such as Ogg Vorbis or MP3,
-  if you have the correct codecs installed.
-  </p>
-  
+  <title>Sync</title>
+
+  <p>Banshee supports syncing your music to portable media players and
+  smartphones. You can add specific music tracks, albums or playlist or allow
+  Banshee to keep your music player in sync with your entire library. After
+  your player is connected to your computer you can also play back the songs
+  on your portable player in Banshee. When syncing music in a lossless format,
+  such as FLAC, Banshee will automatically transcode your music for you to a
+  lossy format such as Ogg Vorbis or MP3, if you have the correct codecs
+  installed.</p>
+
   <section id="devices">
     <title>Device Support</title>
-    <p>Banshee supports almost all modern portable music players and
-    smartphones with the notable exception of the Apple iPhone, iPad and
-    iPod Touch.</p>
-  
+
+  <p>Banshee supports almost all modern portable music players and
+  smartphones with the notable exception of the Apple iPhone, iPad and
+  iPod Touch.</p>
+
   <p>When you plug your device in, Banshee will display it in the left menu.
   Pressing the device icon will take you to your device home page in Banshee
   displaying your sync preferences.
   </p>
-  
+
   </section>
-  
-    <section id="sync-settings">
+
+  <section id="sync-settings">
     <title>Sync Your Music</title>
-    <p>You can choose to manage the media on your portable music
-    by having Banshee automatically sync it or manage your music and media
-    manually.
-    </p>
-    
-    <p>Choose your device from the Banshee menu and then choose how you want
-    to sync your media, including:
-    </p>
-    <list>
-      <item><p>Music</p></item>
-      <item><p>Audiobooks</p></item>  
-      <item><p>Videos</p></item>
-      <item><p>Podcast</p></item>  
-    </list>
-    
-    <p>From the dropdown menu next to each of the media, choose from:
-    </p>
-    <list>
-      <item><p>Manage manually</p></item>
-      <item><p>Sync entire library</p></item>  
-    </list>    
-    
-    <note style="warning">
-      <p>If you choose to sync your entire library automatically with your
-      portable media player make sure your portable media player has enough
-      storage space.  If your library is larger than the space on your
-      portable media player, Banshee will sync media until your player is
-      full and then stop.        
-      </p>
-    </note>
-    
-    <p>If you have created playlists or smart playlists in your music library,
-    they will also be displayed as a sync option for Music.  This can be 
-    helpful when creating smart playlists, as smart playlists will automatically
-    update as new content is added based on the playlist rules, and Banshee
-    will sync the new playlist to your device every time you plug it in.
-    </p>
-    
-    <p>Banshee will display the total hard drive space of your portable music
-    player in a graph in the bottom center of Banshee.  The graph will show you
-    how much space is taken by audio files, video, other and free space.  
-    Directly below that Banshee will show you how many total items are stored
-    on your portable music player, how many hours or days of listening that is
-    equal to, and total space used.
-    </p>
-    
+
+  <p>You can choose to manage the media on your portable music by having
+  Banshee automatically sync it or manage your music and media manually.</p>
+
+  <p>Choose your device from the Banshee menu and then choose how you want
+  to sync your media, including:</p>
+
+  <list>
+    <item><p>Music</p></item>
+    <item><p>Audiobooks</p></item>
+    <item><p>Videos</p></item>
+    <item><p>Podcast</p></item>
+  </list>
+
+  <p>From the dropdown menu next to each of the media, choose from:</p>
+
+  <list>
+    <item><p>Manage manually</p></item>
+    <item><p>Sync entire library</p></item>
+  </list>
+
+  <note style="warning">
+    <p>If you choose to sync your entire library automatically with your
+    portable media player make sure your portable media player has enough
+    storage space. If your library is larger than the space on your
+    portable media player, Banshee will sync media until your player is
+    full and then stop.</p>
+  </note>
+
+  <p>If you have created playlists or smart playlists in your music library,
+  they will also be displayed as a sync option for Music. This can be
+  helpful when creating smart playlists, as smart playlists will automatically
+  update as new content is added based on the playlist rules, and Banshee
+  will sync the new playlist to your device every time you plug it in.</p>
+
+  <p>Banshee will display the total hard drive space of your portable music
+  player in a graph in the bottom center of Banshee. The graph will show you
+  how much space is taken by audio files, video, other and free space.
+  Directly below that Banshee will show you how many total items are stored
+  on your portable music player, how many hours or days of listening that is
+  equal to, and total space used.</p>
+
   </section>
 
   <section id="sync-manually">
     <title>Sync Your Entire Library</title>
-    <p>You can drag and drop media to your portable music player from Banshee.
-    Select the file or files you want to copy to your portable media player
-    and then press and hold your right mouse button and drag the file(s) to
-    your portable media player icon in Banshee.  This will copy the files to 
-    your device.
-    </p>
-    
-    <p>If your music library is encoded in a format that your portable media
-    player does not support, such as OGG or FLAC, and you have the necessary
-    codecs installed, Banshee can automatically transcode these files to MP3
-    when transferring to your portable media player.  Check with your Linux
-    distribution for the necessary codecs as it is outside the scope of this
-    help and varies by distribution.
-    </p>
-    
-    <note style="tip">
-      <p>You may need to eject your device to load the files correctly
-      on your portable music player.  To eject your device in Banshee,
-      using your mouse right click the device in the Banshee menu and
-      press <gui>Disconnect</gui>.
-      </p>
-    </note>
+
+  <p>You can drag and drop media to your portable music player from Banshee.
+  Select the file or files you want to copy to your portable media player
+  and then press and hold your right mouse button and drag the file(s) to
+  your portable media player icon in Banshee. This will copy the files to
+  your device.</p>
+
+  <p>If your music library is encoded in a format that your portable media
+  player does not support, such as OGG or FLAC, and you have the necessary
+  codecs installed, Banshee can automatically transcode these files to MP3
+  when transferring to your portable media player. Check with your Linux
+  distribution for the necessary codecs as it is outside the scope of this
+  help and varies by distribution.</p>
+
+  <note style="tip">
+    <p>You may need to eject your device to load the files correctly on your
+    portable music player. To eject your device in Banshee, using your mouse
+    right click the device in the Banshee menu and press
+    <gui style="menuitem">Disconnect</gui>.</p>
+  </note>
 
   </section>
-  
+
   <section id="pmp-play">
     <title>Play Music From Your Portable Music Player</title>
-    <p>You can play music stored on your portable music player directly in
-    Banshee.  Choose your player in the Banshee menu on the left and your 
-    portable music player's library will be displayed.  You can then play
-    music in Banshee just as you would music in your own library.</p>
+
+  <p>You can play music stored on your portable music player directly in
+  Banshee. Choose your player in the Banshee menu on the left and your
+  portable music player's library will be displayed. You can then play
+  music in Banshee just as you would music in your own library.</p>
+
   </section>
-  
+
   <section id="pmp-delete">
     <title>Remove Music From your Portable Music Player</title>
-    <p>To remove songs stored on your portable music player, choose your
-    player in Banshee to view its library.  Then choose the tracks you would
-    like to remove and right click the tracks and choose <gui>Delete</gui> or from the 
-    menu choose <guiseq><gui>Edit</gui><gui>Delete</gui></guiseq>.</p>
-    
-     <note style="warning">
-      <p>Deleting files from your portable music player will permanently remove
-      the files and you will not be able to recover them.      
-      </p>
-    </note>
-    
+
+  <p>To remove songs stored on your portable music player, choose your
+  player in Banshee to view its library. Then choose the tracks you would
+  like to remove and right click the tracks and choose
+  <gui style="menuitem">Delete</gui> or from the menu choose
+  <guiseq><gui style="menu">Edit</gui>
+  <gui style="menuitem">Delete</gui></guiseq>.</p>
+
+  <note style="warning">
+    <p>Deleting files from your portable music player will permanently remove
+    the files and you will not be able to recover them.</p>
+  </note>
+
   </section>
 
-	
 </page>
diff --git a/help/C/ui.page b/help/C/ui.page
index ec58c59..1dd3758 100644
--- a/help/C/ui.page
+++ b/help/C/ui.page
@@ -5,8 +5,7 @@
   <info>
     <link type="guide" xref="index"/>
     <revision pkgversion="2.0" version="0.1" date="2010-05-19" status="stub"/>
-    <desc>
-      An overview of <app>Banshee's</app> user interface.
+    <desc>An overview of <app>Banshee's</app> user interface.
     </desc>
     <credit type="author">
       <name>Paul Cutler</name>
@@ -18,7 +17,7 @@
       <name>GNOME Documentation Project</name>
     </copyright>
 -->
-    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Introduction to the Banshee User Interface</title>
@@ -26,60 +25,66 @@
   <figure>
     <title><gui>Banshee Media Player</gui> window</title>
     <desc><app>Banshee Media Player</app></desc>
-    <media type="image" src="figures/banshee.png" mime="image/png" style="right">
+    <media type="image" src="figures/banshee.png" mime="image/png"
+    style="right">
       <p><app>Banshee</app> library interface</p>
     </media>
   </figure>
-  
-<section id="context">
-  <title>Sources</title>
-    <p>Your music and video sources are shown on the left in Banshee.  The
-    sources give you quick access to your Play Queue, Music, Videos, Amazon,
-    Last.fm, Podcasts and more.
-    </p>
-    
-    <note style="tip">
-      <p>The menu choices will change depending on the source you have chosen.
-      For example, to use the menu to import a Podcast, you will need to choose
-      the Podcast source.  The menu option for importing a Podcast is not
-      available when viewing the video or music library.</p>
-    </note> 
-</section>
 
-<section id="browser">
-  <title>Library Browser</title>
-  <p>When you select a music or video source from Sources, Banshee will 
-  display your content in the Library browser.  Depending on the source
+  <section id="context">
+    <title>Sources</title>
+
+  <p>Your music and video sources are shown on the left in Banshee. The
+  sources give you quick access to your Play Queue, Music, Videos, Amazon,
+  Last.fm, Podcasts and more.</p>
+
+  <note style="tip">
+    <p>The menu choices will change depending on the source you have chosen.
+    For example, to use the menu to import a Podcast, you will need to choose
+    the Podcast source. The menu option for importing a Podcast is not
+    available when viewing the video or music library.</p>
+  </note>
+
+  </section>
+
+  <section id="browser">
+    <title>Library Browser</title>
+
+  <p>When you select a music or video source from Sources, Banshee will
+  display your content in the Library browser. Depending on the source
   you choose, Banshee can display your music or video library, Podcast
   subscriptions or even the Amazon Music Store to allow you to buy music.</p>
+
 </section>
 
-<section id="nowplaying">
-  <title>Now Playing View</title>
+  <section id="nowplaying">
+    <title>Now Playing View</title>
+
   <p>Helpful when using Banshee in full screen mode, the Now Playing mode
-  hides the library to give you a larger view of the music or video you're 
-  watching.   When listening to music, the Now Playing view will show you 
-  the artist name, album and cover art if available.  If you are watching
+  hides the library to give you a larger view of the music or video you're
+  watching. When listening to music, the Now Playing view will show you
+  the artist name, album and cover art if available. If you are watching
   a video, Banshee will display the video.</p>
-  
+
   <p>To change Now Playing to hide the Banshee user interface and use the full
-  screen mode, you can press the <key>F</key>, press the <gui>Fullscreen</gui> 
-  button in the upper right hand corner of Banshee, or choose 
-  <guiseq><gui>View</gui><gui>Fullscreen</gui></guiseq> to start Fullscreen
-  mode.</p>
-  
-</section>
+  screen mode, you can press the <key>F</key>, press the
+  <gui style="button">Fullscreen</gui> button in the upper right hand corner
+  of Banshee, or choose
+  <guiseq><gui style="menu">View</gui>
+  <gui style="menuitem">Fullscreen</gui></guiseq> to start Fullscreen mode.</p>
+
+  </section>
 
-<section id="library">
-  <title>Library</title>
-  <p>The Library view in Banshee will change depending on the Source you have 
-  chosen.  The Music Library will display cover art, artists in your library, 
-  and list of songs.  The Podcast Library will display your Podcast 
+  <section id="library">
+    <title>Library</title>
+
+  <p>The Library view in Banshee will change depending on the Source you have
+  chosen. The Music Library will display cover art, artists in your library,
+  and list of songs. The Podcast Library will display your Podcast
   subscriptions, podcasts that are downloaded or not downloaded, and all, new
-  or old podcasts.  Please see each Source's help page for detailed information
-  on managing a source.
-  </p>
-</section>
+  or old podcasts. Please see each Source's help page for detailed information
+  on managing a source.</p>
 
+</section>
 
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]