mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* doc/LSM: Remove, it's outdated.
* doc/FILES: Likewise. * doc/DEVEL: Remove information about FILES.
This commit is contained in:
parent
1bcc23a48f
commit
b93f936a81
@ -1,5 +1,9 @@
|
|||||||
2001-08-10 Pavel Roskin <proski@gnu.org>
|
2001-08-10 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* doc/LSM: Remove, it's outdated.
|
||||||
|
* doc/FILES: Likewise.
|
||||||
|
* doc/DEVEL: Remove information about FILES.
|
||||||
|
|
||||||
* FAQ: Eliminate all broken URLs on the MC site.
|
* FAQ: Eliminate all broken URLs on the MC site.
|
||||||
From Frederic L. W. Meunier <0@pervalidus.net>
|
From Frederic L. W. Meunier <0@pervalidus.net>
|
||||||
|
|
||||||
|
@ -41,9 +41,6 @@ o This code is distributed under the GNU General Public License and
|
|||||||
of how the dialog manager functions are used. For a more complete
|
of how the dialog manager functions are used. For a more complete
|
||||||
example, take a look at the main.c file.
|
example, take a look at the main.c file.
|
||||||
|
|
||||||
Take a look at the FILES file in the doc/ directory. It has a
|
|
||||||
roadmap of the files that make up the Midnight Commander.
|
|
||||||
|
|
||||||
The file util.c has a lot of utility functions. Get familiar with
|
The file util.c has a lot of utility functions. Get familiar with
|
||||||
them, they are very simple.
|
them, they are very simple.
|
||||||
|
|
||||||
|
128
doc/FILES
128
doc/FILES
@ -1,128 +0,0 @@
|
|||||||
COPYING GNU General public license
|
|
||||||
INSTALL Installing directions
|
|
||||||
INSTALL.FAST Short directions for busy people
|
|
||||||
NEWS List of new features by version
|
|
||||||
README Mini documentation
|
|
||||||
mcfn_install.in Templace for a script to install mc () function into your /etc/profile or ~/.profile
|
|
||||||
mc.spec.in Template for rpm specification file
|
|
||||||
mc.spec rpm specification file
|
|
||||||
doc/ Directory: Documentation files
|
|
||||||
doc/DEVEL Development hints
|
|
||||||
doc/FILES List of the files included in the distribution
|
|
||||||
doc/LSM Linux software map entry
|
|
||||||
doc/mc.1.in Template for MC anual page
|
|
||||||
doc/mcedit.1.in Template for MC edit anual page
|
|
||||||
doc/mcserv.8.in Template for MC file server manual page
|
|
||||||
install-sh Install command if BSD compatible install is not found
|
|
||||||
lib/ Directory: Additional useful files
|
|
||||||
lib/ansi.ti Terminfo database for generic ansi terminal
|
|
||||||
lib/linux.ti Enhanced terminfo database for Linux console
|
|
||||||
lib/mc.ext Sample executable extension file
|
|
||||||
lib/mc.menu Sample user menu file
|
|
||||||
lib/ncurses.h To be used if the real ncurses is not available
|
|
||||||
lib/tdiff Tool to compare two terminfo databases
|
|
||||||
lib/vt100.ti Enhanced terminfo database for vt100 terminal
|
|
||||||
lib/xnc.hlp The part of the mc.hlp file not produced from the mc.1 file
|
|
||||||
lib/xterm.ti Enhanced terminfo database for xterm terminal
|
|
||||||
lib/mcserv.pamd PAM registration file for mcserv service
|
|
||||||
lib/mcserv.init mcserv SySV init script for RH Linux
|
|
||||||
slang/ Directory: Slang screen manager (from Slang distribution)
|
|
||||||
slang/slang.h
|
|
||||||
slang/sldisply.c
|
|
||||||
slang/slerr.c
|
|
||||||
slang/slsmg.c
|
|
||||||
slang/slutty.c
|
|
||||||
src/ Directory: Midnight Commander source files
|
|
||||||
src/ChangeLog Detailed list of changes
|
|
||||||
src/GNUmakefile Makefile wrapper for GNU make
|
|
||||||
src/Makefile.in Makefile template for configure
|
|
||||||
src/TODO Things to be done, ongoing projects
|
|
||||||
src/achown.c Advanced chown/chmod dialog
|
|
||||||
src/auto.c Automatic mounting and unmounting
|
|
||||||
src/auto.h "
|
|
||||||
src/boxes.c Miscellaneous dialog boxes
|
|
||||||
src/boxes.h "
|
|
||||||
src/chmod.c Chown dialog
|
|
||||||
src/chmod.h "
|
|
||||||
src/chown.c Chmod dialog
|
|
||||||
src/chown.h "
|
|
||||||
src/cmd.c The commands implementation.
|
|
||||||
src/cmd.h "
|
|
||||||
src/color.c Color terminal detection and color definitions
|
|
||||||
src/color.h "
|
|
||||||
src/complete.c Completion of filenames etc.
|
|
||||||
src/complete.h "
|
|
||||||
src/configure Configures Midnight Commander for target machine
|
|
||||||
src/configure.in Configure template for GNU autoconf (2.x)
|
|
||||||
src/cons.handler.c API for taking advantage of cons.saver daemon
|
|
||||||
src/cons.saver.c Linux console image save and restore daemon
|
|
||||||
src/cons.saver.h Common header file for cons.handler.c and cons.saver.c
|
|
||||||
src/dialog.c Old dialog routines
|
|
||||||
src/dialog.h "
|
|
||||||
src/dir.c Loading and sorting of directory contents
|
|
||||||
src/dir.h "
|
|
||||||
src/dlg.c New dialog routines (see also widget.c)
|
|
||||||
src/dlg.h "
|
|
||||||
src/ext.c Executable extensions feature
|
|
||||||
src/ext.h "
|
|
||||||
src/file.c File operations (copy, move, delete)
|
|
||||||
src/file.h "
|
|
||||||
src/find.c File search feature
|
|
||||||
src/find.h "
|
|
||||||
src/fsusage.c File system space usage (from GNU fileutils)
|
|
||||||
src/fsusage.h "
|
|
||||||
src/gindex.pl Creates index for the mc.hlp file
|
|
||||||
src/global.h Some global definitions
|
|
||||||
src/help.c Hypertext help browser (for browsing the mc.hlp file)
|
|
||||||
src/help.h "
|
|
||||||
src/hotlist.c Directory hotlist
|
|
||||||
src/hotlist.h "
|
|
||||||
src/key.c Keyboard and mouse reading
|
|
||||||
src/key.h "
|
|
||||||
src/layout.c Division of the screen area between panels (layout dialog)
|
|
||||||
src/layout.h "
|
|
||||||
src/mad.c Simple memory allocation debugger (not normally used)
|
|
||||||
src/mad.h "
|
|
||||||
src/main.c Trash can
|
|
||||||
src/main.h "
|
|
||||||
src/man2hlp.c Creates mc.hlp and mc.html from mc.1
|
|
||||||
src/mc.hlp Hypertext help file
|
|
||||||
src/mem.h Strcpy, memcpy, bcopy and friends
|
|
||||||
src/menu.c Menu bar and its drop-down menus
|
|
||||||
src/menu.h "
|
|
||||||
src/mountlist.c List of mounted filesystems (from GNU fileutils)
|
|
||||||
src/mountlist.h "
|
|
||||||
src/mouse.c Mouse initialization, mouse events (see also key.c)
|
|
||||||
src/mouse.h "
|
|
||||||
src/option.c Configuration dialog
|
|
||||||
src/option.h "
|
|
||||||
src/panel.h Directory panel structure definition
|
|
||||||
src/profile.c Code to handle MS-Windows style INI files (from WINE)
|
|
||||||
src/profile.h "
|
|
||||||
src/regex.c Regular expression code (from GNU regex library)
|
|
||||||
src/regex.h "
|
|
||||||
src/screen.c Outputting of the directory panels to the screen
|
|
||||||
src/setup.c Loading and saving of the setup
|
|
||||||
src/setup.h "
|
|
||||||
src/slint.c Support file for Slang screen manager
|
|
||||||
src/subshell.c Concurrent shell support (optional)
|
|
||||||
src/subshell.h "
|
|
||||||
src/terms.c Enter and exit the cursor addressing mode (xterm)
|
|
||||||
src/tree.c Directory tree feature
|
|
||||||
src/tree.h "
|
|
||||||
src/user.c User menu handling and macro capabilities
|
|
||||||
src/user.h "
|
|
||||||
src/util.c Useful utility routines (don't output to screen)
|
|
||||||
src/util.h "
|
|
||||||
src/vfs.c Virtual file system (to support transparent ftp, tar, zip etc.)
|
|
||||||
src/vfs.h "
|
|
||||||
src/view.c Internal file viewer
|
|
||||||
src/view.h "
|
|
||||||
src/widget.c Widgets for dialog manager (see also dlg.c)
|
|
||||||
src/widget.h "
|
|
||||||
src/win.c Useful utility routines (which output to screen)
|
|
||||||
src/win.h "
|
|
||||||
src/wtools.c Listbox and query dialog routines etc.
|
|
||||||
src/wtools.h "
|
|
||||||
src/xcurses.c BSD curses support
|
|
||||||
src/xmkdir Replacement for "mkdir -p /dir" because some systems don't support the -p flag
|
|
51
doc/LSM
51
doc/LSM
@ -1,51 +0,0 @@
|
|||||||
Begin3
|
|
||||||
|
|
||||||
Title: Midnight Commander
|
|
||||||
Version: 4.1
|
|
||||||
Entered-date: 25DEC97
|
|
||||||
|
|
||||||
Description: File manager and visual shell with transparent support
|
|
||||||
for tar, ftp, rpm, deb (and others) as file systems.
|
|
||||||
Builtin hex and text, editor and viewer. Online help,
|
|
||||||
file type interpretation, and hundreds of powerful
|
|
||||||
features and short cuts.
|
|
||||||
|
|
||||||
Keywords: file directory manager shell browser utility curses
|
|
||||||
mouse menu visual user-friendly color vfs tar ftp gzip
|
|
||||||
undelete editor viewer
|
|
||||||
|
|
||||||
Author: borsenkow.msk@sni.de (Andrej Borsenkow)
|
|
||||||
rodo@ucw.cz (Radek Doulik)
|
|
||||||
mr854307@cs.nthu.edu.tw (Ching Hui)
|
|
||||||
miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
|
|
||||||
jj@sunsite.mff.cuni.cz (Jakub Jelinek)
|
|
||||||
jtklehto@paju.oulu.fi (Janne Kukonlehto)
|
|
||||||
fredl@nebula.ow.org (Fred Leeflang)
|
|
||||||
mok@roxanne.nuclecu.unam.mx (Mauricio Plaza)
|
|
||||||
dugan@b011.eunet.es (Dugan Porter)
|
|
||||||
psheer@icon.co.za (Paul Sheer)
|
|
||||||
k3190@fh-sw.de (Norbert Warmuth)
|
|
||||||
|
|
||||||
Maintained-by: miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
|
|
||||||
|
|
||||||
Primary-site: ftp://ftp.gnome.org/mirror/gnome.org/stable/sources/mc/
|
|
||||||
|
|
||||||
Platforms: alpha-dec-osf, alpha-linux, hppa-hp-hpux, ix86-bsdi,
|
|
||||||
ix86-freebsd, ix86-linux, ix86-os2, ix86-sco,
|
|
||||||
ix86-solaris, ix86-windows95, ix86-windows-nt,
|
|
||||||
m68k-apple-aux, mc88110-aviion-dgux, mips-sgi-irix,
|
|
||||||
mips-dec-ultrix, powerpc-ibm-aix, powerpc-linux,
|
|
||||||
rs6000-ibm-aix, sparc-sun-netbsd, sparc-sun-solaris,
|
|
||||||
sparc-sun-sunos, sparc-linux, unixware.
|
|
||||||
|
|
||||||
If mouse support is required on the
|
|
||||||
Linux console, then the GPM mouse server.
|
|
||||||
(available at ftp://ftp.systemy.it/pub/develop/)
|
|
||||||
|
|
||||||
It is also preferable to use Rxvt as an X
|
|
||||||
Terminal if you are using mc under X.
|
|
||||||
(available at http://www.rxvt.org/)
|
|
||||||
|
|
||||||
Copying-policy: GPL
|
|
||||||
|
|
||||||
End
|
|
Loading…
Reference in New Issue
Block a user