X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/0c5e4d73b7a10b69af9b465665e2a6e418a79eff..7065f8b98467bd2b3eb0b482f9cb152ebc43fbf6:/index.sgml diff --git a/index.sgml b/index.sgml index 67b7dbbf..23269e80 100644 --- a/index.sgml +++ b/index.sgml @@ -3,11 +3,16 @@
-- mdocml – mdoc macro compiler + mdocml – UNIX manpage compiler, current version @VERSION@ (@VDATE@) +
++ Sources: current, + cvsweb + (archives)
Disambiguation: mdocml is often referred to by its installed binary, mandoc
.
- mdocml is in plain-old ANSI C and should build and run on any modern system (mandocdb requires Berkeley Database, installed by - default on all BSD UNIX operating systems). -
-
- To compile mdocml, run make
, then make install
to install into
- /usr/local. Be aware: if you have an existing groff installation, this may overwrite its preconv binary. The mandocdb utility is not yet linked to the build: you must run make mandocdb
to
- build it (it does not install).
-
- The most current version of mdocml is @VERSION@, dated @VDATE@.
+ mdocml is in ISO C99 and should build and run on any modern system; however, you'll need sqlite3 to build apropos (links to whatis),
+ man.cgi, and mandocdb.
+ To build and install into /usr/local/, just run make install
.
+ Be careful: the preconv, apropos, and whatis binary names are usually taken by existing utilities.
Source archive | -- /snapshots/mdocml.tar.gz - (md5) - | -
Online source | -- cvsweb - | -
Win32 (i686) binary archive | -- /binaries/mdocml-win32.zip - | -
Win64 (x86_64) binary archive | -- /binaries/mdocml-win64.zip - | -
+ Several systems come bundled with mdocml utilities.
+ If your system does not appear below, the maintainers have not contacted me and it should not be considered
+ official
.
+ Please contact us if you plan on maintaining a downstream version!
+
DragonFly BSD | - usr.bin/mandoc + usr.bin/mandoc |
FreeBSD | - ports/textproc/mdocml + ports/textproc/mdocml |
NetBSD | - src/external/bsd/mdocml + src/external/bsd/mdocml |
OpenBSD | - src/usr.bin/mandoc + src/usr.bin/mandoc |
Source archive | +pkgsrc | - /snapshots/ + textproc/mdocml |
Binary archive | +Minix3 | - /binaries/ + external/bsd/mdocml |
mandoc(1) | +apropos(1) | - format and display UNIX manuals - - (text | - xhtml | - pdf | - postscript) - + search the manual page database |
mandocdb(8) | +demandoc(1) | - index UNIX manuals - - (text | - xhtml | - pdf | - postscript) - + emit only text of UNIX manuals + | +
mandoc(1) | ++ format and display UNIX manuals | |
preconv(1) | recode multibyte UNIX manuals - - (text | - xhtml | - pdf | - postscript) - | |
mandoc(3) | mandoc macro compiler library - - (text | - xhtml | - pdf | - postscript) - | |
man(7) | man language reference - - (text | - xhtml | - pdf | - postscript) - + | +|
man.cgi(7) | ++ cgi for manpage query and display | |
eqn(7) | eqn-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
mandoc_char(7) | mandoc special characters - - (text | - xhtml | - pdf | - postscript) - | |
mdoc(7) | mdoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
roff(7) | roff-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
tbl(7) | tbl-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - + | +|
mandocdb(8) | ++ index UNIX manuals |
bug-reports, general questions, and announcements - (archive) |
patches and system discussions - (archive) |
source commit messages - (archive) |