File: README

package info (click to toggle)
manedit 0.8.1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,488 kB
  • ctags: 2,910
  • sloc: ansic: 49,339; cpp: 3,562; sh: 690; makefile: 80
file content (73 lines) | stat: -rw-r--r-- 2,106 bytes parent folder | download
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
                             M A N E D I T

                             Version 0.8.1

                    http://wolfpack.twu.net/ManEdit


        (Read INSTALL for compiling and installation instructions.)


Release Notes
-------------

	Fixed a bug that caused a crash whenever a string was added
	to the selection.

	Added new select and copy functions to the Viewer's menu.

	Improved the Editor's copy/paste ownership widget behavior.

	Fixed a GtkSelection bug in which redundant GtkSignals were
	being connected.

	Added pointer roller scroll support.

	Fixed a bug in the mapping of popup menus.


Introduction
------------

	ManEdit is a UNIX Manual Page Integrated Development Environment.
	It has full UNIX manual page editing capabilities using an XML
	interface with instant preview. ManEdit uses the GTK+ widget set
	and requires the X Window Systems.

	In the ManEdit editor you can load one or more manual pages and
	edit each section using ManEdit's manual page format to XML
	translation feature.  Each manual page is broken down into
	sections and one header for easier recognition of the manual
	page format. If you are unfamiliar with the XML or manual page
	formats, you should go to Help->How To Write ManPages.

	In viewer mode, you can search for an manual page installed in
	the global manual page directories on the file system ManEdit is
	running on. There is also an index feature which creates a
	complete catagory index listing of all the manual pages
	installed on the file system (see View->Index).

	ManEdit also supports full Drag and Drop features between its
	process windows, you can run ManEdit with multiple editor and
	viewer windows in a single process.


Contacts
--------

        This program is written, copyrighted, and maintained by
        WolfPack. For contact addresses see:

        http://wolfpack.twu.net/contacts.html

Inventory
---------

        manedit-#.#.#
        |
	+- include	Global include files.
        +- manedit	ManEdit program source.
	+- pconf	Platform configurator internal files.

						           -------
						           MANEDIT