[gedit] modified plugin help to use the plugin name as the title element



commit 83899378d7685004b5ec482db15ab572ac3aad7c
Author: Jim Campbell <jwcampbell gmail com>
Date:   Wed Aug 17 20:51:06 2011 -0500

    modified plugin help to use the plugin name as the title element

 help/C/gedit-plugins-bookmarks.page.stub        |    5 ++---
 help/C/gedit-plugins-bracket-comp.page          |    5 +++--
 help/C/gedit-plugins-change-case.page           |    5 +++--
 help/C/gedit-plugins-code-comment.page.stub     |    5 ++---
 help/C/gedit-plugins-color-picker.page.stub     |    7 +++----
 help/C/gedit-plugins-commander.page.stub        |    7 +++----
 help/C/gedit-plugins-doc-stats.page             |    5 +++--
 help/C/gedit-plugins-draw-spaces.page.stub      |    7 +++----
 help/C/gedit-plugins-external-tools.page        |    1 +
 help/C/gedit-plugins-file-browser.page          |    5 +++--
 help/C/gedit-plugins-insert-date-time.page      |    6 +++---
 help/C/gedit-plugins-install.page               |    5 +++--
 help/C/gedit-plugins-join-split-lines.page.stub |    7 +++----
 help/C/gedit-plugins-modelines.page             |    5 +++--
 help/C/gedit-plugins-multi-edit.page.stub       |    4 ++--
 help/C/gedit-plugins-pyconsole.page             |    5 +++--
 help/C/gedit-plugins-quick-open                 |    3 ++-
 help/C/gedit-plugins-quick-open.page.stub       |    7 +++----
 help/C/gedit-plugins-session-saver.page.stub    |    7 +++----
 help/C/gedit-plugins-snippets.page              |    5 +++--
 help/C/gedit-plugins-snippets.page.stub         |    7 +++----
 help/C/gedit-plugins-sort.page                  |    5 +++--
 help/C/gedit-plugins-tag-list.page              |    6 ++++--
 help/C/gedit-plugins-terminal.page              |    3 ++-
 help/C/gedit-plugins-word-completion.page.stub  |    7 +++----
 25 files changed, 69 insertions(+), 65 deletions(-)
---
diff --git a/help/C/gedit-plugins-bookmarks.page.stub b/help/C/gedit-plugins-bookmarks.page.stub
index 3d00c72..6d67fb3 100644
--- a/help/C/gedit-plugins-bookmarks.page.stub
+++ b/help/C/gedit-plugins-bookmarks.page.stub
@@ -7,13 +7,12 @@
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Record commonly-referenced locations with bookmarks</desc>
   </info>
 
-  <title>Record commonly-referenced locations with bookmarks</title>
+  <title>Bookmarks</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-bracket-comp.page b/help/C/gedit-plugins-bracket-comp.page
index 6c83a21..7310314 100644
--- a/help/C/gedit-plugins-bracket-comp.page
+++ b/help/C/gedit-plugins-bracket-comp.page
@@ -4,14 +4,15 @@
 
   <info>
     <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
-    <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+    <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
+    <desc>Auto-complete closing brackets</desc>
   </info>
 
-  <title>Auto-complete closing brackets</title>
+  <title>Bracket completion</title>
 
   <p>The <app>Bracket Completion</app> plugin will auto-complete closing brackets for curly braces, parentheses, and square brackets.</p>
 
diff --git a/help/C/gedit-plugins-change-case.page b/help/C/gedit-plugins-change-case.page
index 6fbe989..0dcded4 100644
--- a/help/C/gedit-plugins-change-case.page
+++ b/help/C/gedit-plugins-change-case.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-    <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+    <revision pkgversion="3.2" version="1.0" date="2011-03-25" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -14,9 +14,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Change the case of selected text</desc>
 </info>
 
-<title>Change the case of selected text</title>
+<title>Change case</title>
 
 <p>This plugin helps you to change the case of selected portions of text. You can use it to change text to be all lower case, all upper case, to invert the case, or apply title case.  To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change Case</gui></guiseq>.</p>
 
diff --git a/help/C/gedit-plugins-code-comment.page.stub b/help/C/gedit-plugins-code-comment.page.stub
index ccae822..c8700e6 100644
--- a/help/C/gedit-plugins-code-comment.page.stub
+++ b/help/C/gedit-plugins-code-comment.page.stub
@@ -7,13 +7,12 @@
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Comment-out or uncomment a block of code</desc>
   </info>
 
-  <title>Comment-out or uncomment a block of code</title>
+  <title>Code comment</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-color-picker.page.stub b/help/C/gedit-plugins-color-picker.page.stub
index 4f9e3e7..3b8e02b 100644
--- a/help/C/gedit-plugins-color-picker.page.stub
+++ b/help/C/gedit-plugins-color-picker.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Pick a color from a dialog and insert its hexadecimal representation</desc>
   </info>
 
-  <title>Pick a color from a dialog and insert its hexadecimal representation.</title>
+  <title>Color picker</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-commander.page.stub b/help/C/gedit-plugins-commander.page.stub
index f431f86..64fbf01 100644
--- a/help/C/gedit-plugins-commander.page.stub
+++ b/help/C/gedit-plugins-commander.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Use a command line interface for advanced editing</desc>
   </info>
 
-  <title>Use a command line interface for advanced editing</title>
+  <title>Commander</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-doc-stats.page b/help/C/gedit-plugins-doc-stats.page
index bab0518..6b44b14 100644
--- a/help/C/gedit-plugins-doc-stats.page
+++ b/help/C/gedit-plugins-doc-stats.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="10" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -13,9 +13,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>View document statistics</desc>
 </info>
 
-<title>View document statistics </title>
+<title>Document statistiscs</title>
 
 <p>The <em>Document Statistics</em> plugin can show you various statistics about your current document. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document Statisics</gui></guiseq>.</p>
 
diff --git a/help/C/gedit-plugins-draw-spaces.page.stub b/help/C/gedit-plugins-draw-spaces.page.stub
index e899d04..bb73f0a 100644
--- a/help/C/gedit-plugins-draw-spaces.page.stub
+++ b/help/C/gedit-plugins-draw-spaces.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Show white space between words or portions of code</desc>
   </info>
 
-  <title>Show white space between words or portions of code</title>
+  <title>Draw spaces</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-external-tools.page b/help/C/gedit-plugins-external-tools.page
index 72ac81f..ce7f8cd 100644
--- a/help/C/gedit-plugins-external-tools.page
+++ b/help/C/gedit-plugins-external-tools.page
@@ -15,6 +15,7 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Run scripts on your current files, and interact with other applications</desc>
   <!--INFOAT: http://live.gnome.org/Gedit/ToolLauncherPlugin-->
 </info>
 
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page
index a49458d..2e13f13 100644
--- a/help/C/gedit-plugins-file-browser.page
+++ b/help/C/gedit-plugins-file-browser.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -13,9 +13,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Use the side pane to browse and open files</desc>
 </info>
 
-<title>Use the side pane to browse and open files</title>
+<title>File browser pane</title>
 
   <p>Depending on how you use <app>gedit</app>, you may find it helpful to use the <app>File Browser pane</app> plugin. This plugin embeds a <app>file browser</app> in the side pane, giving you easy access to your frequently-used files.</p>
   
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page
index 9d5e126..c38aa18 100644
--- a/help/C/gedit-plugins-insert-date-time.page
+++ b/help/C/gedit-plugins-insert-date-time.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -14,10 +14,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
-
+  <desc>Insert the current date/time at the cursor position</desc>
 </info>
 
-<title>Insert the current date/time at the cursor position</title>
+<title>Insert date/time</title>
 
 <p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin allows you to insert the date and/or time at the current cursor position. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui></guiseq>.  To use the plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>.</p>
 
diff --git a/help/C/gedit-plugins-install.page b/help/C/gedit-plugins-install.page
index 8233e71..c145f84 100644
--- a/help/C/gedit-plugins-install.page
+++ b/help/C/gedit-plugins-install.page
@@ -4,7 +4,7 @@
 
   <info>
     <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
-    <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+    <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
@@ -15,9 +15,10 @@
       <name>Daniel Neel</name>
       <email>dneelyep gmail com</email>
     </credit>
+    <desc>Some gedit plugins need to be manually installed. Here is how to install them.</desc>
   </info>
 
-  <title>Install Additional gedit Plugins</title>
+  <title>Additional gedit plugins</title>
 
   <p>Installing third-party plugins gives you extra functionality that is not included by default in <app>gedit</app>. An online list of third-party plugins is maintained <link href="http://live.gnome.org/Gedit/Plugins#third_party";>here</link>.</p>
 
diff --git a/help/C/gedit-plugins-join-split-lines.page.stub b/help/C/gedit-plugins-join-split-lines.page.stub
index c698a3f..a4326fa 100644
--- a/help/C/gedit-plugins-join-split-lines.page.stub
+++ b/help/C/gedit-plugins-join-split-lines.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Join several lines of text, or split long ones</desc>
   </info>
 
-  <title>Join several lines of text, or split long ones</title>
+  <title>Join&#47;split lines</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-modelines.page b/help/C/gedit-plugins-modelines.page
index eb02780..d612092 100644
--- a/help/C/gedit-plugins-modelines.page
+++ b/help/C/gedit-plugins-modelines.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -13,9 +13,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Emacs, Kate and Vim-style modelines support for gedit</desc>
 </info>
 
-<title>Emacs, Kate and Vim-style modelines support for gedit</title>
+<title>Modelines</title>
 
 <p>The <app>Modelines</app> plugin allows <app>gedit</app> to analyze the lines of text at the start and end of a file, and then apply a set of document preferences to the file. The <app>Modelines</app> plugin supports a subset of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app> text editors.</p>
 
diff --git a/help/C/gedit-plugins-multi-edit.page.stub b/help/C/gedit-plugins-multi-edit.page.stub
index a9470d3..f0260b4 100644
--- a/help/C/gedit-plugins-multi-edit.page.stub
+++ b/help/C/gedit-plugins-multi-edit.page.stub
@@ -10,10 +10,10 @@
       <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Edit a document in multiple places at once</desc>
   </info>
 
-  <title>Edit a document in multiple places at once</title>
+  <title>Multi edit</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
index ff27057..8435eaf 100644
--- a/help/C/gedit-plugins-pyconsole.page
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -4,14 +4,15 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-    <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+    <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Add an interactive Python console to the bottom pane</desc>
 </info>
 
-  <title>Add an interactive Python console to the bottom pane</title>
+  <title>Python console</title>
 
   <p>You can add a Python console to the bottom pane, allowing you to test Python scripts without leaving <app>gedit</app>. To enable the Python console, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Python Console</gui></guiseq>.</p>
 
diff --git a/help/C/gedit-plugins-quick-open b/help/C/gedit-plugins-quick-open
index 80d31ee..25bd080 100644
--- a/help/C/gedit-plugins-quick-open
+++ b/help/C/gedit-plugins-quick-open
@@ -10,8 +10,9 @@
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
   </credit>
+  <desc>Quickly open a file, or set of files</desc>
 </info>
 
-<title>*Quick open</title>
+<title>Quick open</title>
 
 </page>
diff --git a/help/C/gedit-plugins-quick-open.page.stub b/help/C/gedit-plugins-quick-open.page.stub
index 9f148a6..2f12932 100644
--- a/help/C/gedit-plugins-quick-open.page.stub
+++ b/help/C/gedit-plugins-quick-open.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Quickly open a file or set of files</desc>
   </info>
 
-  <title>Quickly open files</title>
+  <title>Quick open</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-session-saver.page.stub b/help/C/gedit-plugins-session-saver.page.stub
index 09343a9..dec30ef 100644
--- a/help/C/gedit-plugins-session-saver.page.stub
+++ b/help/C/gedit-plugins-session-saver.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Save and restore your working sessions</desc>
   </info>
 
-  <title>Save and restore your working sessions</title>
+  <title>Session saver</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-snippets.page b/help/C/gedit-plugins-snippets.page
index 14d4e14..eeafa88 100644
--- a/help/C/gedit-plugins-snippets.page
+++ b/help/C/gedit-plugins-snippets.page
@@ -4,15 +4,16 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-12-5" status="stub"/>
+  <revision pkgversion="3.2" version="0.1" date="2010-12-5" status="incomplete"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
   </credit>
+  <desc>Use snippets to quickly insert often-used pieces of text</desc>
   <!--INFOAT: http://live.gnome.org/Gedit/Plugins/Snippets-->
 </info>
 
-<title>Use snippets to quickly insert often-used pieces of text</title>
+<title>Snippets</title>
 
 <!-- TODO: write documentation for gedit snippets -->
 
diff --git a/help/C/gedit-plugins-snippets.page.stub b/help/C/gedit-plugins-snippets.page.stub
index b327154..198b6a0 100644
--- a/help/C/gedit-plugins-snippets.page.stub
+++ b/help/C/gedit-plugins-snippets.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Quickly insert often-used pieces of text</desc>
   </info>
 
-  <title>Quickly insert often-used pieces of text</title>
+  <title>Snippets</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
index 87ae2b8..a93ac96 100644
--- a/help/C/gedit-plugins-sort.page
+++ b/help/C/gedit-plugins-sort.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-17" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -13,9 +13,10 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Sort lines of text into alphabetical order</desc>
 </info>
 
-<title>Sort text into alphabetical order</title>
+<title>Sort</title>
 
 <p>The Sort plugin arranges selected lines of text into alphabetical order.</p>
 
diff --git a/help/C/gedit-plugins-tag-list.page b/help/C/gedit-plugins-tag-list.page
index 6dab4a1..4c11cb7 100644
--- a/help/C/gedit-plugins-tag-list.page
+++ b/help/C/gedit-plugins-tag-list.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="1.0" date="2011-03-25" status="final"/>
+  <revision pkgversion="3.2" version="1.0" date="2011-08-15" status="candidate"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -13,9 +13,11 @@
     <name>Jim Campbell</name>
     <email>jwcampbell gmail com</email>
   </credit>
+  <desc>Automatically insert tags, strings and special characters into a document</desc>
 </info>
 
-<title>Automatically insert tags, strings and special characters into a document</title>
+<title>Tag list</title>
+
   <p>The <app>Tag List</app> plugin allows you to insert common tags and special characters from a list in the side pane. By default, the plugin can insert tags and special characters for HTML, XHTML, XSLT, XUL and LaTeX.</p>
 
   <section id="using-tag-list">
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
index 1151c25..5714da1 100644
--- a/help/C/gedit-plugins-terminal.page
+++ b/help/C/gedit-plugins-terminal.page
@@ -10,9 +10,10 @@
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
+    <desc>Add a terminal console to the bottom pane</desc>
   </info>
 
-  <title>Add a Terminal console to the bottom pane</title>
+  <title>Embedded terminal</title>
 
   <p><app>gedit</app> makes it possible to include an embedded version of <app>Gnome Terminal</app>, the GNOME command-line application, in the bottom pane of the <app>gedit</app> window.  This will let you run scripts, install needed software, or test your program without leaving <app>gedit</app>.</p>
 
diff --git a/help/C/gedit-plugins-word-completion.page.stub b/help/C/gedit-plugins-word-completion.page.stub
index 4dc88e6..619e08f 100644
--- a/help/C/gedit-plugins-word-completion.page.stub
+++ b/help/C/gedit-plugins-word-completion.page.stub
@@ -4,16 +4,15 @@
   <info>
     <revision version="0.1" date="2011-08-13" status="stub"/>
 
-    <credit type="author copyright">
+    <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
-      <years>2011</years>
     </credit>
 
-    <desc></desc>
+    <desc>Autocomplete words or portions of code as you type</desc>
   </info>
 
-  <title>Autocomplete words or portions of code as you type</title>
+  <title>Word completion</title>
 
   <comment>
     <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>



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