aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/mt-webface.rs
Commit message (Collapse)AuthorAgeFilesLines
* add latex (via katex) to model pagesbnewbold2017-01-141-0/+3
|
* add repr to webfacebnewbold2017-01-141-0/+26
|
* basic sandbox wiki editing and creationbnewbold2017-01-111-4/+165
|
* switch from 'markdown' to 'pulldown-cmark' for markdown renderingbnewbold2017-01-051-3/+8
|
* add /raw/ model downloadbnewbold2017-01-041-0/+9
|
* switch URL scheme to be based at /m/{namespace}/{model}/bnewbold2017-01-041-5/+15
|
* refactor error handling with error_chainbnewbold2016-12-271-0/+5
|
* call ::std::process::exit() directlybnewbold2016-12-271-2/+1
|
* remove metadata.tomlbnewbold2016-12-261-3/+2
| | | | | Grab name and decription from modelica source. Only keep around examples in .toml (so far unimplemented)
* render markdownbnewbold2016-10-301-0/+2
| | | | IMPORTANT: simply un-escaping here, which isn't safe
* show example models in webfacebnewbold2016-10-291-10/+30
|
* start adding option handling for webfacebnewbold2016-10-291-2/+40
|
* rename tools to mt-prefixbnewbold2016-10-281-0/+70