TokenScript guides

This repo was created in response to the TokenScript documentation plan.

Currently Christoph mans this project with input from various team members.

To build the documents:

  1. Download and install Dita Open Kit

  2. Install plugin net.infotexture.dita-bootstrap

$ dita --install net.infotexture.dita-bootstrap
  1. Make a website for documents. If dita is in $PATH you can do this:
$ dita --project config/website.yaml

Otherwise, say, dita is installed in /home/christoph/dita-ot-3.5.2/bin/dita do this

$ /home/christoph/dita-ot-3.5.2/bin/dita --project config/website.yaml

Which will create a website in the out/ directory.

  1. If you have the credential, you can upload the website to a web hosting account.
$ lftp -c 'open cobalt.primarywebservers.com; mirror -x .git --exclude-glob-from=.gitignore -R out/ ./'