HTML generator for MLP:CCG rules based on Hithroc's plain text version
Go to file
Hamcha 6bd69681ab Grammar fix 2019-09-03 09:00:54 +00:00
static Use stricter selection in media query as well 2019-06-14 17:52:11 +02:00
static-src/stylesheets Use stricter selection in media query as well 2019-06-14 17:52:11 +02:00
.gitignore Add build system for static assets 2019-06-14 15:21:11 +02:00
README.md Grammar fix 2019-09-03 09:00:54 +00:00
gulpfile.js Add build system for static assets 2019-06-14 15:21:11 +02:00
main.go Add build system for static assets 2019-06-14 15:21:11 +02:00
package.json Add build system for static assets 2019-06-14 15:21:11 +02:00
template.go Add build system for static assets 2019-06-14 15:21:11 +02:00
template.html Add title manually for now 2019-06-14 15:43:15 +02:00
yarn.lock Add build system for static assets 2019-06-14 15:21:11 +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

Rebuilding static assets

If you have node.js installed, you can also modify the static assets and rebuild them. Source files are in static-src. To rebuild, run either npm i or yarn install depending on your package manager of choice and then:

yarn build

This will build the CSS/JS files needed for the provided template.

Thanks to