HTML generator for MLP:CCG rules based on Hithroc's plain text version
Go to file
Hamcha 58ddb252fa
Add rules for glossary, make CSS nicer
2019-06-14 11:37:08 +02:00
.gitignore Don't bundle rules 2019-06-14 00:15:27 +02:00
README.md Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00
main.go Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00
style.css Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00
template.go Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00
template.html Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00

README.md

htmlroc

Converts MLP:CCG rule files from text to HTML!

Installation

Requirements

Running htmlroc

  1. Clone project locally and cd to it
  2. Place the text rules inside the project's folder as rules.txt
  3. Run this command:
    go run .
    

Alternately, you can compile with go install and use the command line flags to specify location of rules.txt and template.html

Thanks to