~bitfehler/scd2html

Convert scdoc files to HTML5
Fix compilation issues with clang
Add APKBUILD template
README: add link to WASM demo

clone

read-only
https://git.sr.ht/~bitfehler/scd2html
read/write
git@git.sr.ht:~bitfehler/scd2html

You can also use your local clone with git send-email.

#scd2html

scd2html generates HTML from scdoc source files

You can test scd2html with input of your choice using the WASM demo.

#Installation

make
sudo make install

You can pass PREFIX or DESTDIR to make if you'd like:

make PREFIX=/usr
sudo make PREFIX=/usr install

Uninstallation is similar:

sudo make uninstall

#Usage

See scd2html(1) for running this tool. See the scdoc documentation for learning about scdoc in general.

#Contributing

Send patches/bug reports to ~bitfehler/public-inbox@lists.sr.ht