An open API service indexing awesome lists of open source software.

https://github.com/221v/groff1

html-xhtml to groff with xmerl
https://github.com/221v/groff1

Last synced: 4 months ago
JSON representation

html-xhtml to groff with xmerl

Awesome Lists containing this project

README

        

# groff1
html-xhtml to groff with xmerl

```
c(v1).
v1:do("n2o.htm").
v1:do("n2o_ftp.htm").

v1:do("n2o.ua.htm").

c(v2).
v2:do("n2o.htm").
v2:do("n2o.ua.htm").

v2:do("bert.js.htm").

c(pre).
pre:do("bert.js.htm","UA").
pre:do("n2o.htm","UA").
pre:do("index.html","UA").

pre:do("UA").
```