Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 8acf0e0f657f5a54e42dc62d9438c019 > files > 1

man2web-0.88-5mdv2008.1.x86_64.rpm

# $Id: config_file.in,v 1.3 2003/04/27 22:40:12 jtalkington Exp $

### @package@ version @package_version@ configuration file ###

# disable apropos or section indexes

#DISABLE APROPOS
#DISABLE INDEXES

# the man command
MAN_COMMAND man

# the switch used to pass the MANPATH to man
MANPATH_SWITCH -S

# the MANPATH
# the manpath can be specified as one colon seperated list, or
# with one or more on each line (or a combination of both) e.g.
# MANPATH /usr/share/man:usr/local/man
# or
# MANPATH /usr/share/man
# MANPATH /usr/local/man
MANPATH /usr/share/man
MANPATH /usr/X11R6/man
MANPATH /usr/local/man
MANPATH /usr/kerberos/man
MANPATH /usr/man
MANPATH /usr/local/share/man


# the switch that is used to pass the section to man
SECTION_SWITCH -S

# command for apropos (keyword) search)
# emptry string disables apropos searches
APROPOS apropos

# section entries
# the the format is: psuedo_section real_section description
# where
# psuedo_section is the apparent section it's in
# real_section is the real section it's in
# description is a text description
# psuedo_section is needed because some platforms (such as MacOS X) 
# don't allow for subsections to be specified.

# SECTION 3x 3 Curses Library Functions
# SECTION 3 3 C Library Functions

SECTION 1       1       User Commands
SECTION 2       2       System Calls
SECTION 3       3       Library Functions
# the rest of the sections are specific programming sections, but they can all
# be accessed via section 3
#SECTION 3xglut  3xglut  Open GL Utility Toolkit
#SECTION 3pm     3pm     Perl Programmers Guide
#SECTION 3ssl    3ssl    SSL Library Functions
#SECTION 3thr    3thr    Pthread Library Functions
#SECTION 3x      3x      Misc. Library Functions
SECTION 4       4       Devices and Special Files
SECTION 5       5       File Formats
SECTION 6       6       Games
SECTION 7       7       Conventions and Miscellany
SECTION 8       8       System Administration Commands
SECTION n       n       Tcl/Tk Built-In Commands


# style sheet elements

# the default font
STYLE BODY {font-family: arial, helvetica, sans-serif; }

# colors bold elements (bold doesn't work when in <PRE> mode,
# which is used for man page contents)
STYLE SPAN.bold { color: navy; }

# colors underline
STYLE SPAN.underline { color: purple; }

# links
STYLE A:link {color: blue; text-decoration: none; }
STYLE A:visited {color: blue; text-decoration: none; }
STYLE A:hover {text-decoration: underline; }