Media adaptors guaranteed to be available locally: HTML, UNIX manual page, directory, FTP directory, ...
See: Description
Class Summary | |
---|---|
ArchiveFileEntry | |
ArchiveMediaAdaptor | Superclass for archive media adaptors, such as zip/jar, sit, tar, do/dsk, po/raw. |
ASCII | Media adaptor for plain old ASCII files (.txt => doc tree) groups lines into heuristically determined paragraphs (two styles of paragraph: blank line between and indended) MUST RETAIN SPACES, WHICH THIS PRESENTLY DOESN'T. |
CSS | Cascading Style Sheet (CSS) reader, with some CSS2. |
CSSContext | |
CSSGeneral | Adds CSS-specific attributes to CLGeneral. |
FontSampler | Show sampler of characters in font file. |
FTPDirectory | Media adaptor that displays contents of a FTP directory with links to files and other directories. |
GenericCSS | Placeholder Generic context modifier, tuned to CSS properties. |
HexDump | Like od and strings, simple hex/ASCII dump catch all for general binary data that the user nevertheless wants to view. |
HTML | Media adaptor for HTML (.html => document tree). |
JavaClass | Media adaptor for displaying information about Java .class files. |
LocalDirectory | MediaAdaptor that displays contents of a local directory. |
ManualPage | Media adaptor for UNIX manual pages (directly from roff -man source). |
ManualPageVolume | Collect all man pages in Preferences' MANPATH (Java doesn't read environment variables, which is just as well, but would like to initially import setting). |
MediaAdaptorByte | Superclass for byte stream-based document formats. |
MediaAdaptorChar | Superclass for character stream-based document formats, such as HTML. |
MediaAdaptorRandom | Superclass for media adaptors that require a file, not a stream. |
ML | Abstract superclass for XML, HTML, (winks in direction of SGML), ... |
MultivalentAdaptor | Multivalent hub document adaptor. |
PerlPOD | Media adaptor for Perl "Plain Old Documentation" (POD). |
PersonalAnnos | Automatically save and restore annotations from Personal layer. |
RawImage | MediaAdaptor that builds tree to show raw image, PNG/JPEG/GIF/XBM. |
RPM | Media adaptor for RPM files. |
StyleSheetSetter |
Cascades style sheets for a document:
|
Tar | Media adaptor for UNIX tape archive (Tar) files. |
Texinfo | Media adaptor for GNU's Texinfo format. |
Unsupported | For unsupported document types, say so, and tell user how to see ASCII version. |
XML | An ever-closer approximation to the XML specification, which itself is a moving target. |
Zip | Media adaptor for Zip files. |