package soupault

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

Install

Dune Dependency

Authors

Maintainers

Sources

soupault.4.0.1.tar.gz
md5=e9d5c935fab5f5138e90433b8ef7a421
sha512=2370659a15dc511e4e81c82e946162abefe54f7838d324ba0dee0db7bf09ad82b5a5eb5ca6915875e9715ed953b43438b3185255ea3ec782c5e753515a3e462a

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: 31 May 2022

Dependencies (19)

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

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.