package soupault

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.2.1.tar.gz
md5=c1f1b1dfcde00dadf98c826b2fb03afa
sha512=3254a205d67f76bc856fb043796ee87861e9232b230315bf346aed4496fa917677c4c9bfb8f9ec048e2f7b0c2b92fd5a02c24b60896d52686076f3171a85afda

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: 02 Nov 2021

Dependencies (18)

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

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"