File: INSTALL

package info (click to toggle)
xpn 1.2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 2,500 kB
  • ctags: 1,685
  • sloc: python: 12,693; xml: 206; makefile: 16; sh: 1
file content (27 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*******************************************************************************
*                           X Python Newsreader                               *
*                                 INSTALL                                     *
*******************************************************************************

No installation required.
You just have to launch the programm from its directory, using:

./xpn.py

type 
 
./xpn.py --help

to get informations on command-line options

Note: XPN won't work if you launch it with a symlink that point to the 
      file xpn.py. But you can create a simple launcher script like this:

      #! /usr/bin/env bash
      /path/to/xpn/dir/xpn.py

      and then you can creat a symlink that points on this launcher.


XPN - X Python Newsreader 
Copyright (C) 2003 Antonio Caputo <nemesis2001@gmx.it>