package stog
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
A static web site compiler, handling blog posts, or XML document in general.
Install
Dune Dependency
Authors
Maintainers
Sources
stog-0.15.0.tar.gz
sha256=48dc7f1fe7a9e2b4a33f808fe9a940847d4f2726a2456f1cf13455d531bf1ba4
md5=84307f487428a07ca6e235df87389683
Description
Main features:
- generate static XML/HTML documents: easy to deploy, less security problems,
- handling of blog posts, with dates, topics, keywords and associated RSS feeds,
- no new syntax,
- based on a XML rewrite engine allowing to apply substitutions (rewrite rules) on some tags. Some substitutions are pre-defined, and others can be defined in your documents or added by plugins. Content can then be written with semantic tags,
- support multi-language sites,
- a lot of predefined functions can be used to handle sectionning, table of contents, verified cross-references, ...,
- OCaml code can be interpreted at compilation time and the result included in the generated documents, which is nice to write tutorials on OCaml libraries,
- some plugins ease the inclusion of graphviz graphs, and pictures generated by Aysmptote or LaTeX,
- ...
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page