HTML generator for MLP:CCG rules based on Hithroc's plain text version
Go to file
Hamcha ab5427dca2
Add stub script and move js/css to static folder
2019-06-14 11:55:29 +02:00
static Add stub script and move js/css to static folder 2019-06-14 11:55:29 +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
template.go Add rules for glossary, make CSS nicer 2019-06-14 11:37:08 +02:00
template.html Add stub script and move js/css to static folder 2019-06-14 11:55:29 +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