File: README

package info (click to toggle)
mined 2000.10-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,908 kB
  • ctags: 2,256
  • sloc: ansic: 130,722; sh: 1,720; makefile: 253; perl: 169; sed: 152; cpp: 28
file content (125 lines) | stat: -rw-r--r-- 5,054 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
-----------------------------------------------------------------------------
What is mined? (Pronounce "min-ed")

Mined is a powerful text editor with a comprehensive and easy-to-use 
user interface and fast, small-footprint behaviour.

For an overview of major features and highlights, see the file DESCR 
or the overview in the HTML documentation (doc/overview.html or 
http://towo.net/mined/).


-----------------------------------------------------------------------------
Quick start

See the file INSTALL on how to build and install mined from its 
source distribution.

This installs the binary program, the manual page, the online help 
file, and the runtime support library, to appropriate locations as 
used by various systems.


Runtime support library
The Mined runtime support library is located in the subdirectory 
usrshare of the mined distribution archive, or, depending on 
system-specific installation, in a typical location like
/usr/share[/lib]/mined, /usr/local/share/mined, or /opt/mined/share.
Its contents is described in detail in the mined manual page.
The most important files are:
* Support for optimising a runtime environment:
  - profile.mined
	shell commands to set environment variables for mined, 
	template for inclusion in $HOME/.profile
  - Xdefaults.mined
	xterm configuration entries suitable for mined, template 
	for inclusion in $HOME/.Xdefaults or $HOME/.Xresources
  - xinitrc.mined
	shell commands to activate Xdefaults.mined, 
	template for inclusion in $HOME/.profile
  - makeprint
	script to search for or retrieve and build the 
	uniprint program from the yudit package
* Support for invoking mined in a suitable terminal:
  - uterm
	script to invoke xterm in UTF-8 mode
  - umined
	script to start mined in a separate xterm window, using UTF-8 mode
  - mterm
	script to invoke mlterm with suitable options (for bidi support)
  - wmined[.bat]
	(especially for Windows)
	script to start mined in a separate rxvt window, 
	using Windows look-and-feel, 
	especially on Windows where rxvt is run in stand-alone mode


For Unicode (UTF-8) terminal operation on Unix / X:
* Use a fairly new version of xterm (>= version 145).
  If you need to build an xterm binary program yourself, configure 
  the package with the script configure-xterm from the mined runtime 
  support library.
* Install Unicode fonts for your X server from 
  http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts.tar.gz 
  and http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts-asian.tar.gz for 
  Chinese/Japanese/Korean characters.
  Quick install: unpack these archives in a directory, e.g. $HOME/opt/fonts, 
  and make sure the X server is set up to include that directory in its 
  font search path:
	xset +fp $HOME/opt/fonts
* Start xterm with the script uterm from the mined runtime support 
  library or with the uxterm command.

See http://towo.net/mined/, click "Unicode Howto", for more details.


-----------------------------------------------------------------------------
Platforms

Mined compiles and runs on major Unix environments and is intended to 
remain portable to as many Unix environments as possible, including 
legacy systems.
Mined also runs on Windows (cygwin) and on DOS (djgpp).
It used to compile under EMX and even still compiles under Turbo-C.
Mined also used to run on VMS but I could not check that lately.

See also README.cygwin for cygwin-specific hints on compilation, 
installation, and setting up the terminal environment.

See also doc/compilation for an overview of makefiles and for 
some platform-specific compilation hints.


-----------------------------------------------------------------------------
Copyright/license

For legal purposes, the GNU general public license applies (see the file 
LICENSE.GNU).

The intention is that the editor mined may be freely used, compiled, 
ported to other systems or adapted to specific preferences.
I do however appreciate that you please report any changes to 
mined@towo.net for feedback and optional inclusion in further versions.

Also redistributions should not take license/royalty fees for the use 
of mined or any derived version (it is not very clear to the software 
community what exactly the GNU license means in this respect).
Redistributions within software collections are welcome.
Please notify them to mined@towo.net and if the distribution is on 
a fixed media (CD), I appreciate being offered a free copy.

Although high effort was taken to prevent mined from loosing users' 
edited data, no liability is accepted for any loss or damage whatsoever.


-----------------------------------------------------------------------------
Mailing list

Mined is also hosted as a sourceforge project <sf.net/projects/mined> 
where a mailing list is available. To subscribe for information about 
updates, or discussion, error reports, and feature requests, 
or to send a mail, please go to the Mined mailing list page:
<lists.sf.net/lists/listinfo/mined-editor>


-----------------------------------------------------------------------------