~ubuntu-branches/ubuntu/oneiric/eog/oneiric-proposed

« back to all changes in this revision

Viewing changes to help/uk/plugin-python-console.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-06 15:40:48 UTC
  • mfrom: (1.14.21 upstream)
  • Revision ID: package-import@ubuntu.com-20110906154048-7brtsfk3pu86x7m5
Tags: 3.1.91-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  <info>
5
5
   <link type="guide" xref="index#advanced"/>
6
 
   <desc>A python console for <app>Eye of GNOME</app>.</desc>
 
6
   <desc>The Python console can be used to add extra functions and run scripts in the image viewer.</desc>
7
7
 
8
 
   <revision pkgversion="3.2" version="0.1" date="2011-04-10" status="review"/>
 
8
   <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
9
9
   <credit type="author">
10
10
     <name>Tiffany Antopolski</name>
11
11
     <email>tiffany.antopolski@gmail.com</email>
16
16
 
17
17
  </info>
18
18
 
19
 
<title>Python Console</title>
20
 
 
21
 
  <p>In order to add this functionality, you will need to install <link xref="plugins">eog-plugins</link>.</p>
22
 
 
23
 
  <p>Once installed, you can activate/deactivate the <gui>Python console</gui> <gui>Tools</gui> menu item in the <link xref="preferences#plugins">preferences plugins menu</link>. </p>
24
 
<p>Click <guiseq><gui>Tools</gui><gui>Python Console</gui></guiseq> to bring up the console.</p>
 
19
<title>Python console</title>
 
20
 
 
21
<p>The image viewer has a plugin system which uses the Python scripting 
 
22
 language. If you activate the <em>Python console</em>, you can gain direct 
 
23
 access to a Python interpreter from inside the image viewer, which you can 
 
24
 then use to write scripts or programmatically manipulate images, for example.</p>
 
25
 
 
26
<steps>
 
27
 <item>
 
28
  <p>Before you can activate the Python console, you will need to install <link xref="plugins">eog-plugins</link>.</p>
 
29
 </item>
 
30
 <item>
 
31
  <p>Once <sys>eog-plugins</sys> is installed, click <guiseq><gui>Edit</gui>
 
32
 <gui>Preferences</gui></guiseq> and go to the <gui>Plugins</gui> tab.</p>
 
33
 </item>
 
34
 <item>
 
35
  <p>Check <gui>Python Console</gui> and click <gui>Close</gui>.</p>
 
36
 </item>
 
37
 <item>
 
38
  <p>Click <guiseq><gui>Tools</gui><gui>Python Console</gui></guiseq> to 
 
39
  bring up the console.</p>
 
40
 </item>
 
41
</steps>
 
42
 
25
43
</page>