File: index.html

package info (click to toggle)
mined 2000.10-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,904 kB
  • ctags: 2,258
  • sloc: ansic: 130,722; sh: 1,725; makefile: 260; perl: 169; sed: 152; cpp: 28
file content (135 lines) | stat: -rw-r--r-- 3,757 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
126
127
128
129
130
131
132
133
134
135
<head>
<meta name="description" content="A powerful but easy to use and small-footprint text mode editor with extensive Unicode and CJK encoding support.">
<meta name="keywords" content="editor, text mode editor, programmers editor, programming editor, Unicode editor, UTF-8 editor, Unicode text editor, UTF-8 text editor, Unicode text mode editor, UTF-8 text mode editor, text mode Unicode editor, text mode UTF-8 editor, text mode HTML editor, CJK editor">
<meta name="robots" content="index">

<title>Unicode text editor mined 2000</title>

<script language="JavaScript">
var selected_item = "";

function select (item) {
	selected_item = item;
	if (navigation.select) {
		navigation.select (item);
	}
}
</script>

</head>



<frameset rows=100,* border=0 frameborder=0 framespacing=0>
	<frame frameborder=0
	 src=header.html
	 marginwidth=0 marginheight=0
	 scrolling=no
	>
	<frameset cols=160,* border=0 frameborder=0 framespacing=0>
		<frame frameborder=0 name=navigation
		 src=navigate.html
		 marginwidth=0 marginheight=0
		>
		<frame frameborder=0 name=mined
		 src=overview.html
		 marginwidth=10 marginheight=10
		>
	</frameset>
</frameset>

<noframes>
<dl>
<center><h3>text editor mined 2000</h3></center>

<dt>Mined is a text editor with

	<p>
	<ul type=disk>
	<h4>Good interactive features</h4>
	<li>Intuitive user interface
	<li>Supports various control styles:
	<br>command control, control-key and function key control, and mouse control
	<li>Pull-down menus available
	</ul>

	<p>
	<ul type=disk>
	<h4>Versatile character encoding support</h4>
	<li>Extensive Unicode support, including double-width and 
		combining characters,
	<br>Arabic ligature joining (LAM/ALEF), 
		keyboard mapping and script highlighting
	<li>East Asian character set support: handling of major CJK 
		encodings (including GB18030 and full EUC-JP) in 
		either Unicode terminal or CJK terminal,
	<br>Support of CJK input methods by enhanced keyboard mapping 
		including multiple choice mappings (handled by a pick 
		list menu)
	<li>Auto-detection of text character encoding
	<li>Auto-detection of UTF-8 / CJK terminal mode and detailed features
	<li>Encoding support tested with xterm, mlterm, hanterm, cxterm, rxvt, linux console
	</ul>

	<p>
	<ul type=disk>
	<h4>Many useful text editing capabilities</h4>
	<li>Many text editing features, e.g. paragraph wrapping, 
		smart quotes (with quotation marks style selection and 
		<img align=absmiddle src=new.gif> auto-detection), 
		multi-line support in search and replacement patterns
	<li>Multiple paste buffers (emacs-style)
	<li>Program editing features, HTML support and syntax highlighting, 
		identifier search
	<li>Systematic text and file handling safety, avoiding loss of data
	<li>Optional emacs command mode
	</ul>

	<p>
	<ul type=disk>
	<h4>Small-footprint operation and portability</h4>
	<li>Plain text mode (terminal) operation
	<li>Instant start-up
	<li>Runs on many platforms: Unix (Linux/Sun/HP/BSD/Mac and more),
		DOS (djgpp), Windows (cygwin)
	</ul>

</dl>

<table width=100% cellpadding=4 cellspacing=4>
<tr>
<td height=10>
</td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=overview.html><font color=black><b>
Overview</b></font></a></td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=features.html><font color=black><b>
Features</b></font></a></td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=unicode.html><font color=black><b>
Unicode Howto</b></font></a></td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=mined.html><font color=black><b>
Mined Manual</b></font></a></td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=download.html><font color=black><b>
Download</b></font></a></td>
</tr>
<tr>
<td bgcolor=#4080F0>
<a href=contact.html><font color=black><b>
Contact</b></font></a></td>
</tr>
</table>
</noframes>