~ubuntu-branches/ubuntu/trusty/xpn/trusty

« back to all changes in this revision

Viewing changes to xpn.html

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2008-09-27 14:27:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080927142733-qzybsxdg3mss05j5
Tags: 1.2.5-1
* New upstream release
* debian/control:
  - Standards-Version 3.8.0 (no changes needed)
  - added dependency on python-pysqlite2
  - Python dependency bumped to >= 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<p>
26
26
    Simply extract the tarball. A directory named "xpn-x.y.z" will be created.
27
27
    In this directory you will find the executable file "xpn.py" that launchs
28
 
    the newsreader.
 
28
    the newsreader.</br>
 
29
    Type </br>
 
30
    ./xpn.py --help </br>
 
31
    to get informations on command-line options.
 
32
 
29
33
</p>
30
34
<h2>Using XPN</h2>
31
35
<p>
110
114
</p>   
111
115
<h2>Requirements</h2>
112
116
<ul>
113
 
    <li>Python (2.4 or better)</li>
 
117
    <li>Python (2.5 or better)</li>
114
118
    <li>PyGtk (2.8 or better)</li>
115
119
    <li>GTK+ (2.8 or better)</li>
116
120
</ul>