2015-01-05 07:20:29 -05:00
|
|
|
osric-cgi
|
|
|
|
=========
|
|
|
|
|
2015-01-05 07:24:17 -05:00
|
|
|
A CGI script for creating an OSRIC character sheet and spitting out the JSON.
|
|
|
|
This is intended to replace the previous project,
|
|
|
|
[osric-character-sheet-to-json](https://github.com/kirbyman62/osric-character-sheet-to-json).
|
2015-01-05 12:34:01 -05:00
|
|
|
It intends to walk the player through the entire character creation process,
|
|
|
|
and thus aims to be quite comprehensive.
|
2015-01-05 07:24:17 -05:00
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
Just fill out the form on the website and it should give you JSON. Pretty easy.
|
2015-02-03 10:44:17 -05:00
|
|
|
The JSON should eventually make it's way to the lovely
|
|
|
|
[irc-osric](https://github.com/vypr/irc-osric) bot, made by vypr.
|
2015-01-05 07:24:17 -05:00
|
|
|
It'll be hosted on iotek hopefully, otherwise on one of my Raspberry Pis.
|
2015-02-23 22:30:26 -05:00
|
|
|
|
|
|
|
Dependancies
|
|
|
|
------------
|
|
|
|
|
|
|
|
Currently, osric-cgi depends on the following non-core modules (and by
|
|
|
|
extension - their dependancies):
|
|
|
|
|
|
|
|
* CGI
|
|
|
|
* JSON
|
|
|
|
* List::Compare
|