package stog

  1. Overview
  2. Docs
module Blocks : sig ... end

The "blocks" predefined module.

module Config : sig ... end

Reading stog config.

module Cut : sig ... end

Cutting documents into pieces. This function is associated to a level in the Base module.

module Date : sig ... end
module Deps : sig ... end
module Doclist : sig ... end

Producing list of documents.

module Dyn : sig ... end

Common module for code dynamic loading.

module Engine : sig ... end

Rewrite engine.

module Error : sig ... end

Errors.

module Exec : sig ... end

Functions to execute and display commands in generated pages.

module Filter : sig ... end

Filters.

module Filter_lexer : sig ... end

Filter lexer.

module Filter_parser : sig ... end
module Filter_types : sig ... end

Representation of document filters.

module Find : sig ... end

Finding files.

module Graph : sig ... end

Annotated sparse graphs.

module Highlight : sig ... end

Highlighting code.

module Html : sig ... end

Base module.

module Html5 : sig ... end

Handling HTML5.

module Info : sig ... end

Computing information from stog structure (graphs, ...).

module Init : sig ... end

Initializing stog structures and modules.

module Install : sig ... end
module Intl : sig ... end

Inernationalization

module Io : sig ... end

Building a stog structure from a project tree.

module Latex : sig ... end

LaTeX rules.

module Log : sig ... end

Logging

module Ocaml : sig ... end

Functions to eval and display ocaml in generated pages.

module Of_latex : sig ... end

LaTeX to Stog translation.

module Path : sig ... end

Document paths.

module Plug : sig ... end

Interface for plugins.

module Server_mode : sig ... end

Registering a server

module Svg : sig ... end

Utilities for SVG documents.

module Tags : sig ... end

Predefined tags.

module Tmap : sig ... end
module Tmpl : sig ... end

Default templates.

module Trie : sig ... end

Tries.

module Types : sig ... end

Types.

module Url : sig ... end

URLs.

module Version : sig ... end