To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Static website generator based on HTML rewriting
Install
Authors
Maintainers
Sources
4.4.0.tar.gz
md5=865598a20a5bea67f09639639c218717
sha512=62fe0a6d97bd589cdf0d244fb628087b8e5fa6bf10613cf7e905d5050aa7242e3c837df485457492ebff384c595ee36ced98f36027ecba2ea786f9a4e179dda4
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 Feb 2023
Dependencies (20)
-
digestif
>= "0.7.3"
-
camomile
>= "1.0.0" & < "2.0.0"
-
lua-ml
>= "0.9.3"
-
tsort
>= "2.1.0"
-
jingoo
>= "1.4.2"
-
base64
>= "3.0.0"
-
spelll
>= "0.4"
-
odate
>= "0.6"
-
containers
>= "3.9"
-
yaml
>= "2.0.0"
-
ezjsonm
>= "1.2.0"
-
re
>= "1.9.0"
-
fmt
>= "0.8.9"
-
logs
>= "0.7.0"
-
fileutils
>= "0.6.3"
-
otoml
>= "1.0.4"
-
markup
>= "1.0.0-1"
-
lambdasoup
>= "0.7.3"
-
dune
>= "2.0.0"
-
ocaml
>= "4.13"
Dev Dependencies
Used by
Conflicts (1)
-
result
< "1.5"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page