File: README

package info (click to toggle)
powershell 0.9-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 492 kB
  • ctags: 339
  • sloc: ansic: 3,159; sh: 180; makefile: 104
file content (48 lines) | stat: -rw-r--r-- 1,610 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PowerShell
by Matt Spong
spong@glue.umd.edu

Web Page: http://powershell.pdq.net

Introduction:

PowerShell is a terminal emulator for the X11 Window System.  It is built
on top of the GTK+ Toolkit (www.gtk.org) and GNOME (www.gnome.org).  It
supports many very useful features such as the ability to have many
terminals embedded in a single window, separated by notebook tabs.

Requirements:

PowerShell requires gnome-libs 1.0.8 or greater. If your version of 
gnome-libs is especially old, the configure script will detect this and
build PowerShell without support for URL handlers (which are, in my opinion, 
one of the best features of the program)  gnome-libs may be downloaded at
http://www.gnome.org

It also requires GTK+ 1.2 or greater.

Installation:

Please see the file titled "INSTALL" in the main PowerShell distribution.

Usage:

Please see docs/html/book1.htm for the full PowerShell documentation.

Bug Reports / Suggestions:

Please report any bug reports or suggestions to Matt Spong
(spong@glue.umd.edu)  I don't recommend submitting patches since I tend to
work on this program a large amount and by the time your patch is
submitted the code may be so different that it does not apply any more! At
the very least, please contact me before starting work on a patch to make
sure I haven't already done what you're trying to do in a as-of-yet
unreleased version.

Also, I have recently created a CVS server for PowerShell, so if you
are interested in becoming a co-developer, please contact me for a
CVS account so you can make sure to code against the most recent versions
of each file.