package soupault

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

Install

Authors

Maintainers

Sources

3.1.0.tar.gz
md5=ce0f0cb9557c3f229c3913797b961bc1
sha512=a8aa4c7d1da2a117ca38075a38735b3d09c142f331fd71322e6a11d789681d114267316aa5dc45f5ecab98eb2e57c4f6f9a75ae65afca55967561e64de929b7d

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: 15 Aug 2021

Dependencies (18)

  1. lua-ml >= "0.9.2"
  2. tsort >= "2.1.0"
  3. jingoo >= "1.4.2"
  4. base64 >= "3.0.0"
  5. spelll >= "0.3"
  6. odate
  7. containers >= "3.4"
  8. yaml >= "2.0.0"
  9. ezjsonm
  10. re
  11. fmt
  12. logs
  13. fileutils
  14. otoml < "0.9.2"
  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"