added info

This commit is contained in:
array-in-a-matrix 2022-04-16 01:12:25 -04:00
parent 1eefc8a55e
commit cd37eff9fb

View file

@ -1,5 +1,18 @@
# html2gmi
Makefile allows the conversion of an entire html website to gmi.
run `make` then place website in `input` directory. Then run `make all` and the converted website should be in `output` directory.
- `make` = compiles go program and creates input/output directories.
- `make setup` = same as `make`.
- `make all` = converts htm/html/xhtml files to gmi.
- `make clear` = temporary files and output directory.
- `make clean` = same as `make clear` but also deletes `html2gmi` binary.
- `make purge` = same as `make clean` but also deletes input directory.
---
A command line application to convert HTML to GMI (Gemini text/gemini), written in Go. Written in Go so it should compile on various common platforms (linux/mac/windows etc).
A simple wrapper around the Go library https://github.com/LukeEmmet/html2gemini
@ -75,4 +88,4 @@ go get github.com/LukeEmmet/html2gmi@master
## 0.2.1
* public release
* public release