# AsciiDoc configuration file # Copyright (c) Jonas Fonseca , 2006 # This file sets the following ELinks specific AsciiDoc macros: # # General purpose: # - man:page[section]: which is used for linking between ELinks manpages. [replacements] (^|[^-])--($|[^-])=\1--\2 # Some macros can have optional {0} value, that is what # the {0%...} and {0#...} handles. ############################################################################# # DocBook ifdef::backend-docbook[] # To be replaced later [attributes] squote=' # No interlinking between elinks manpages [man-inlinemacro] {0%{target}} {0#} {0#{target}{0}} {0#} # No interlinking between elinks manpages [otherman-inlinemacro] {0%{target}} {0#} {0#{target}{0}} {0#} # For manpages use less verbose linking ifdef::doctype-manpage[] [link-inlinemacro] {0%<{target}>} {0#{0} <{target}>} [http-inlinemacro] {0%<http:{target}>} {0#{0} <http:{target}>} [mailto-inlinemacro] <{target}> [header] template::[header-declarations] {mantitle} {manvolnum} ELinks {elinks_version} {description} {manname} {manpurpose} endif::doctype-manpage[] endif::backend-docbook[] ############################################################################# # XHTML11 ifdef::backend-xhtml11[] [attributes] squote=' # Use the man:[] macro to link between elinks manpages [man-inlinemacro] {target}({0}) [otherman-inlinemacro] {target}({0}) endif::backend-xhtml11[]