1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
##
## wml::fmt:all - All of Formatting (FMT) category
## Copyright (c) 1997-2001 Ralf S. Engelschall, All Rights Reserved.
##
#use wml::fmt::isolatin
#use wml::fmt::pod
#use wml::fmt::sdf
#use wml::fmt::text
#use wml::fmt::url
#use wml::fmt::verbatim
#use wml::fmt::xtable
##EOF##
__END__
=head1 NAME
wml::fmt:all - All of Formatting (FMT) category
=head1 SYNOPSIS
#use wml::fmt::all
=head1 DESCRIPTION
This includes all existing include files of the B<Formatting> (FMT) category,
i.e. all includes with prefix B<wml::fmt>. The following files currently
exist:
wml::fmt::isolatin(3) ... ISO-Latin-1 to HTML Entity Conversion
wml::fmt::verbatim(3) ... Really Preformatted Verbatim Text
wml::fmt::xtable(3) ... HTML tables through Advanced Syntax
wml::fmt::url(3) ... Recognize Uniform Resource Locator
wml::fmt::text(3) ... Plain ASCII with Special Formatting Semantic
wml::fmt::pod(3) ... Plain Old Document (POD) Format
wml::fmt::sdf(3) ... Simple Document Format (SDF)
=head1 AUTHOR
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
=head1 REQUIRES
Internal: P1
External: --
=head1 SEE ALSO
wml::fmt::isolatin(3),
wml::fmt::verbatim(3),
wml::fmt::xtable(3),
wml::fmt::url(3),
wml::fmt::text(3),
wml::fmt::pod(3),
wml::fmt::sdf(3).
=cut
|