package soupault

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.8.0.tar.gz
md5=e9c26a1687a7500d9c45bec2d852fbb6
sha512=9d072529e85b477af934bf83d5bf97dd50e8d43c7c3b73650e9b085277ebd7859da9aa91292b1d3171fd0c7b468e6df70806d3549fe5fb685922d8d6f98eeb61

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: 01 Feb 2024

Dependencies (21)

  1. lua-ml >= "0.9.3"
  2. tsort >= "2.1.0"
  3. digestif >= "0.7.3"
  4. camomile >= "2.0.0"
  5. jingoo >= "1.4.2"
  6. base64 >= "3.0.0"
  7. spelll >= "0.4"
  8. odate >= "0.6"
  9. re >= "1.9.0"
  10. csv >= "2.4"
  11. yaml >= "2.0.0"
  12. ezjsonm >= "1.2.0"
  13. otoml >= "1.0.4"
  14. markup >= "1.0.0-1"
  15. lambdasoup >= "1.0.0"
  16. fmt >= "0.8.9"
  17. logs >= "0.7.0"
  18. fileutils >= "0.6.3"
  19. containers >= "3.9"
  20. dune >= "2.0.0"
  21. ocaml >= "4.13"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.