[gedit] completed a draft of the plugins-terminal page. corrected how help is displayed in yelp by fixing in



commit cc167c9c0bdfb97a10abd07ca4134ac4ca558e53
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Mar 5 07:39:52 2011 -0600

    completed a draft of the plugins-terminal page. corrected how help is displayed in yelp by fixing info section in index page. moved plugins ahead of printing in the indes page.

 help/C/gedit-plugins-terminal.page |   11 ++++++++---
 help/C/index.page                  |   16 +++++++++-------
 2 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
index af30f78..6c10a5d 100644
--- a/help/C/gedit-plugins-terminal.page
+++ b/help/C/gedit-plugins-terminal.page
@@ -4,14 +4,19 @@
 
   <info>
     <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
-    <desc>Short description</desc>
-    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <revision pkgversion="3.0" version="0.9" date="2010-10-10" status="draft"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
   </info>
 
-  <title>*Add a Terminal</title>
+  <title>Add a Terminal console to the bottom panel</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 panel 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>
+
+  <p>To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>.</p>
+
+  <p>Once you have enabled the plugin, add the terminal to the bottom panel by selecting <guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>, or just press <guiseq><gui>Ctrl</gui><gui>F9</gui></guiseq>.</p>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 5af4590..d8c1496 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -4,6 +4,9 @@
       id="index">
 
   <info>
+    <title type="link">gedit Text Editor</title>
+    <title type="text">gedit Text Editor</title>
+
     <revision pkgversion="0.1" version="0.1" date="2010-05-24" status="incomplete"/>
     <credit type="author">
       <name>Jim Campbell</name>
@@ -20,9 +23,8 @@
 -->
   </info>  
   
-  <title>
+  <title type="text">
     <media type="image" mime="image/png" src="figures/gedit-icon.png">
-      gedit logo
     </media>
     gedit Text Editor
   </title>
@@ -36,16 +38,16 @@
 
   <section id="configure-gedit" style="2column">
     <title>Configure gedit</title>
+  </section> 
+ 
+  <section id="gedit-plugins" style="2column">
+    <title>gedit Plugins</title>
   </section>
 
   <section id="gedit-printing-guide" style="2column">
     <title>Printing with gedit</title>
   </section>
-  
-  <section id="gedit-plugins" style="2column">
-    <title>gedit Plugins</title>
-  </section>
-
+ 
   <section id="gedit-snippets" style="2column">
     <title>gedit Snippets</title>
   </section>



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