Codepage messages related translated & other stuff...
[midnight-commander.git] / doc / FILES
blob146c93be008448306d065e9f5330f377786690a8
1 COPYING                 GNU General public license
2 INSTALL                 Installing directions
3 INSTALL.FAST            Short directions for busy people
4 NEWS                    List of new features by version
5 README                  Mini documentation
6 mcfn_install.in         Templace for a script to install mc () function into your /etc/profile or ~/.profile
7 mc.spec.in              Template for rpm specification file 
8 mc.spec                 rpm specification file
9 doc/                    Directory: Documentation files
10 doc/DEVEL               Development hints
11 doc/FILES               List of the files included in the distribution
12 doc/LSM                 Linux software map entry
13 doc/mc.1.in             Template for MC anual page
14 doc/mcedit.1.in         Template for MC edit anual page
15 doc/mcserv.8.in         Template for MC file server manual page
16 install-sh              Install command if BSD compatible install is not found
17 lib/                    Directory: Additional useful files
18 lib/ansi.ti             Terminfo database for generic ansi terminal
19 lib/linux.ti            Enhanced terminfo database for Linux console
20 lib/mc.ext              Sample executable extension file
21 lib/mc.menu             Sample user menu file
22 lib/ncurses.h           To be used if the real ncurses is not available
23 lib/tdiff               Tool to compare two terminfo databases
24 lib/vt100.ti            Enhanced terminfo database for vt100 terminal
25 lib/xnc.hlp             The part of the mc.hlp file not produced from the mc.1 file
26 lib/xterm.ti            Enhanced terminfo database for xterm terminal
27 lib/mcserv.pamd         PAM registration file for mcserv service
28 lib/mcserv.init         mcserv SySV init script for RH Linux
29 slang/                  Directory: Slang screen manager (from Slang distribution)
30 slang/slang.h
31 slang/sldisply.c
32 slang/slerr.c
33 slang/slsmg.c
34 slang/slutty.c
35 src/                    Directory: Midnight Commander source files
36 src/ChangeLog           Detailed list of changes
37 src/GNUmakefile         Makefile wrapper for GNU make
38 src/Makefile.in         Makefile template for configure
39 src/TODO                Things to be done, ongoing projects
40 src/achown.c            Advanced chown/chmod dialog
41 src/auto.c              Automatic mounting and unmounting
42 src/auto.h              "
43 src/boxes.c             Miscellaneous dialog boxes
44 src/boxes.h             "
45 src/chmod.c             Chown dialog
46 src/chmod.h             "
47 src/chown.c             Chmod dialog
48 src/chown.h             "
49 src/cmd.c               The commands implementation.
50 src/cmd.h               "
51 src/color.c             Color terminal detection and color definitions
52 src/color.h             "
53 src/complete.c          Completion of filenames etc.
54 src/complete.h          "
55 src/configure           Configures Midnight Commander for target machine
56 src/configure.in        Configure template for GNU autoconf (2.x)
57 src/cons.handler.c      API for taking advantage of cons.saver daemon
58 src/cons.saver.c        Linux console image save and restore daemon
59 src/cons.saver.h        Common header file for cons.handler.c and cons.saver.c
60 src/dialog.c            Old dialog routines
61 src/dialog.h            "
62 src/dir.c               Loading and sorting of directory contents
63 src/dir.h               "
64 src/dlg.c               New dialog routines (see also widget.c)
65 src/dlg.h               "
66 src/ext.c               Executable extensions feature
67 src/ext.h               "
68 src/file.c              File operations (copy, move, delete)
69 src/file.h              "
70 src/find.c              File search feature
71 src/find.h              "
72 src/fsusage.c           File system space usage (from GNU fileutils)
73 src/fsusage.h           "
74 src/gindex.pl           Creates index for the mc.hlp file
75 src/global.h            Some global definitions
76 src/help.c              Hypertext help browser (for browsing the mc.hlp file)
77 src/help.h              "
78 src/hotlist.c           Directory hotlist
79 src/hotlist.h           "
80 src/key.c               Keyboard and mouse reading
81 src/key.h               "
82 src/layout.c            Division of the screen area between panels (layout dialog)
83 src/layout.h            "
84 src/mad.c               Simple memory allocation debugger (not normally used)
85 src/mad.h               "
86 src/main.c              Trash can
87 src/main.h              "
88 src/man2hlp.c           Creates mc.hlp and mc.html from mc.1
89 src/mc.hlp              Hypertext help file
90 src/mem.h               Strcpy, memcpy, bcopy and friends
91 src/menu.c              Menu bar and its drop-down menus
92 src/menu.h              "
93 src/mountlist.c         List of mounted filesystems (from GNU fileutils)
94 src/mountlist.h         "
95 src/mouse.c             Mouse initialization, mouse events (see also key.c)
96 src/mouse.h             "
97 src/option.c            Configuration dialog
98 src/option.h            "
99 src/panel.h             Directory panel structure definition
100 src/profile.c           Code to handle MS-Windows style INI files (from WINE)
101 src/profile.h           "
102 src/regex.c             Regular expression code (from GNU regex library)
103 src/regex.h             "
104 src/screen.c            Outputting of the directory panels to the screen
105 src/setup.c             Loading and saving of the setup
106 src/setup.h             "
107 src/slint.c             Support file for Slang screen manager
108 src/subshell.c          Concurrent shell support (optional)
109 src/subshell.h          "
110 src/terms.c             Enter and exit the cursor addressing mode (xterm)
111 src/tree.c              Directory tree feature
112 src/tree.h              "
113 src/user.c              User menu handling and macro capabilities
114 src/user.h              "
115 src/util.c              Useful utility routines (don't output to screen)
116 src/util.h              "
117 src/vfs.c               Virtual file system (to support transparent ftp, tar, zip etc.)
118 src/vfs.h               "
119 src/view.c              Internal file viewer
120 src/view.h              "
121 src/widget.c            Widgets for dialog manager (see also dlg.c)
122 src/widget.h            "
123 src/win.c               Useful utility routines (which output to screen)
124 src/win.h               "
125 src/wtools.c            Listbox and query dialog routines etc.
126 src/wtools.h            "
127 src/xcurses.c           BSD curses support
128 src/xmkdir              Replacement for "mkdir -p /dir" because some systems don't support the -p flag