|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
# gmitohtml |
|
|
|
|
[](https://docs.rocketnine.space/gitlab.com/tslocum/gmitohtml/pkg/gmitohtml) |
|
|
|
|
[](https://gitlab.com/tslocum/gmitohtml/commits/master) |
|
|
|
|
[](https://docs.rocketnine.space/code.rocketnine.space/tslocum/gmitohtml/pkg/gmitohtml) |
|
|
|
|
[](https://liberapay.com/rocketnine.space) |
|
|
|
|
|
|
|
|
|
[Gemini](https://gemini.circumlunar.space) to [HTML](https://en.wikipedia.org/wiki/HTML) |
|
|
|
@ -10,7 +9,7 @@ conversion tool and daemon
|
|
|
|
|
|
|
|
|
|
[**Download gmitohtml**](https://gmitohtml.rocketnine.space/download/?sort=name&order=desc) |
|
|
|
|
|
|
|
|
|
gmitohtml is available on Android as [Xenia](https://gitlab.com/tslocum/xenia). |
|
|
|
|
gmitohtml is available on Android as [Xenia](https://code.rocketnine.space/tslocum/xenia). |
|
|
|
|
|
|
|
|
|
## Compile |
|
|
|
|
|
|
|
|
@ -18,14 +17,14 @@ gmitohtml is written in [Go](https://golang.org). Run the following command to
|
|
|
|
|
download and build gmitohtml from source. |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
go get gitlab.com/tslocum/gmitohtml |
|
|
|
|
go get code.rocketnine.space/tslocum/gmitohtml |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
The resulting binary is available as `~/go/bin/gmitohtml`. |
|
|
|
|
|
|
|
|
|
## Configure |
|
|
|
|
|
|
|
|
|
See [CONFIGURATION.md](https://gitlab.com/tslocum/gmitohtml/blob/master/CONFIGURATION.md) |
|
|
|
|
See [CONFIGURATION.md](https://code.rocketnine.space/tslocum/twins/src/branch/master/CONFIGURATION.md) |
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|
|
@ -43,4 +42,4 @@ gmitohtml < document.gmi
|
|
|
|
|
|
|
|
|
|
## Support |
|
|
|
|
|
|
|
|
|
Please share issues and suggestions [here](https://gitlab.com/tslocum/gmitohtml/issues). |
|
|
|
|
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/gmitohtml/issues). |
|
|
|
|