Constants - A class containing global constants to configure the Jumping Spider.
This class has several constants, mostly just the names of database tables.
- The name of the the DBMDatabase manpage (a directory name).
- The mode of the the DBMDatabase manpage (GDBM, DBM, or BSD).
- The name of the table that maps strings to ids (internal).
- The name of the table that maps ids to strings (internal).
- The name of the graph for side edges.
- The name of the graph for downward edges.
- the name of the table that maps content descriptions to ids (URLs).
- The name of the table that records reachability in the down graph.
- The name of the table that records reachability for the entire MWW.