[BACK]Return to LAYOUT CVS log [TXT][DIR] Up to [local] / src / usr.bin / vi

File: [local] / src / usr.bin / vi / LAYOUT (download)

Revision 1.7, Wed Jan 6 22:34:45 2016 UTC (8 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD
Changes since 1.6: +1 -5 lines

Remove the actual message catalogs.  From Martijn van Duren

#	$OpenBSD: LAYOUT,v 1.7 2016/01/06 22:34:45 millert Exp $

#	@(#)LAYOUT	8.12 (Berkeley) 10/10/96

FAQ
	Frequently asked questions.

LAYOUT
	This file: the layout of the nvi sources.

LICENSE
	Nvi's copyright notice and conditions for redistribution.

README
	Welcome message and basic information.

build/
	The build/configuration directory for nvi.  See build/README for
	more information.

cl/
	Source files for nvi's curses screen support.

common/
	Source files for pieces of code that are shared by ex and vi,
	e.g., searching and logging code or code translating line numbers
	into requests to the dbopen(3) database code.  It also has the
	interface code for modifying "records" in the underlying database.

docs/
	Ex/vi documentation, both current and historic.

	USD.doc/
		[USD stands for "User's Supplementary Documents".]

		edit/   Roff source for "Edit: A tutorial".  This document
			was USD:14 in the 4.3BSD manuals, but was not
			distributed with 4.4BSD.

		exref/  Roff source for "Ex Reference Manual -- Version
			3.7".  This document was USD:16 in the 4.3BSD
			manuals, and USD tabbed 12 in the 4.4BSD manuals.

		vi.man/ Roff source for a UNIX manual page for nex/nvi.
			An updated version of the 4.4BSD manual page.

		vi.ref/ Roff source for the nex/nvi reference document.
			An updated version of the 4.4BSD document, USD
			tabbed 13.

		vitut/  Roff source for "An Introduction to Display
			Editing with Vi".  This document was USD:15 in
			the 4.3BSD manuals, but was not distributed with
			4.4BSD.  It includes the historic "Vi Quick
			Reference" card.


		PostScript preformatted versions of the nex/nvi reference
		manual and manual page are in the files named with a ".ps"
		suffix, in their respective source directories.  Flat text
		preformatted versions of the nex/nvi reference manual and
		manual page are in the files named with a ".txt" suffix,
		in their respective source directories.

	changelog	-- Log of changes from version to version.
	features	-- Todo list, suggested features list.
	internals/
	    autowrite	-- Vi autowrite option discussion.
	    context	-- Previous context marks discussion.
	    gdb.script	-- GDB debugging scripts.
	    input	-- Vi maps, executable buffers, and input discussion.
	    openmode	-- Open mode behaviors.
	    quoting	-- Vi quoting discussion.
	    structures	-- Out-of-date nvi internal structure description.
	tutorial/	-- Historic vi tutorial(s), of unknown quality.

ex/
	The ex source code.  Because vi has the colon command, lots of
	this code is used by vi.  Generally, if functionality is shared
	by both ex and vi, it's in the ex directory.  If it's vi only,
	it's in the vi directory.  Files are generally named by the
	command(s) they support, but occasionally with a name that
	describes their functionality.

	version.h	-- Version information.

include/
	Replacement include files.

vi/
	The vi source code.