package soupault

  1. Overview
  2. Docs
Static website generator based on HTML rewriting

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.0.tar.gz
md5=80b51662396c7ce1805322c0783b2371
sha512=eb585a338a04176be4dc9b495589dd6dbcdf488955b3fb803e11400b274b6fef9d323ca7aa38dd31450c3533f6bbf5d4540917092d1e912ac83964bc1690230e

Description

A website generator that works with page element tree rather than text and allows you to manipulate pages and retrieve metadata from existing HTML using arbitrary CSS selectors.

With soupault you can:

  • Generate ToC and footnotes.
  • Insert file content or an HTML snippet in any element.
  • Preprocess element content with external programs (e.g. run <pre> tags through a highlighter)
  • Extract page metadata (think microformats) and render it using a Jingoo template or an external script.
  • Export extracted metadata to JSON.

Soupault is extensible with Lua (2.5) plugins and provides an API for element tree manipulation, similar to web browsers.

The website generator mode is optional, you can use it as post-processor for existing sites.

Published: 18 Jan 2021

Dependencies (18)

  1. lua-ml >= "0.9.2"
  2. tsort >= "2.0.0"
  3. jingoo >= "1.4.2"
  4. base64 >= "3.0.0"
  5. spelll >= "0.3"
  6. odate
  7. stringext
  8. containers
  9. ezjsonm
  10. re >= "1.7.2"
  11. fmt
  12. logs
  13. fileutils
  14. toml >= "6.0.0"
  15. markup >= "1.0.0-1"
  16. lambdasoup >= "0.7.2"
  17. dune >= "2.0.0"
  18. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.