package soupault

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

Install

Authors

Maintainers

Sources

2.8.0.tar.gz
md5=72bf1e2a4c3b6fcf891d7797be729118
sha512=cd1e0587c44d0876941a78b3c0441811703b2e88995162bd14062facd3294b4bbc9c44aa84d84f9eb04be410f0f8d17690bf72e9152968bef149826c392c6adf

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: 19 Jun 2021

Dependencies (17)

  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. containers >= "3.4"
  8. ezjsonm
  9. re
  10. fmt
  11. logs
  12. fileutils
  13. toml >= "6.0.0"
  14. markup >= "1.0.0-1"
  15. lambdasoup >= "0.7.2"
  16. dune >= "2.0.0"
  17. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"