package soupault

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

Install

Authors

Maintainers

Sources

2.5.0.tar.gz
md5=fdf0dc8be5af59ea3c12567b6baab6f9
sha512=2c85d3947c5252a424568a1af8294fb6c805fcb787149abe78e4d3c34c674a6825bf04734b1eefdf193f6b1f76e89de4a6fedbcefdf5d73d8827f249a840b353

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: 22 Mar 2021

Dependencies (18)

  1. lua-ml >= "0.9.2"
  2. tsort >= "2.0.0"
  3. jingoo >= "1.4.2"
  4. base64
  5. spelll >= "0.3"
  6. odate
  7. stringext
  8. containers
  9. ezjsonm
  10. re
  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

None