snm-0.0.3: The Simple Nice-Looking Manual Generator.

Manual

Description

Read and output manuals

Synopsis

Documentation

data OutputType Source

The output types

Constructors

XHtml 
Text 

load_manual :: FilePath -> IO ManualSource

Load a manual from a directory

write_manual :: (Manual -> String) -> String -> Manual -> FilePath -> IO ()Source

Write out a manual

formats :: Map OutputType (Manual -> String, String)Source

Write in a number of formats