42 lines
501 B
Markdown
42 lines
501 B
Markdown
|
|
# html-docwrap
|
||
|
|
|
||
|
|
reads an HTML string from `stdin`, wraps it into an HTML document with styling and prints the result to `stdout`
|
||
|
|
|
||
|
|
|
||
|
|
## Building
|
||
|
|
|
||
|
|
### Requirements
|
||
|
|
|
||
|
|
- shell interpreter
|
||
|
|
|
||
|
|
|
||
|
|
### Instructions
|
||
|
|
|
||
|
|
- execute `tools/build`
|
||
|
|
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
### Requirements
|
||
|
|
|
||
|
|
- shell interpreter
|
||
|
|
|
||
|
|
|
||
|
|
### Instructions
|
||
|
|
|
||
|
|
- as `root`, execute `tools/install`
|
||
|
|
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
### Requirements
|
||
|
|
|
||
|
|
- Python3 intpreter
|
||
|
|
|
||
|
|
|
||
|
|
### Instructions
|
||
|
|
|
||
|
|
- see `html-docwrap -h`
|
||
|
|
- example: `echo "<strong>Hello, World!</strong>" | html-docwrap`
|
||
|
|
|