Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coq-community/proviola
Tool for reanimation of Coq proofs [maintainer=@JasonGross]
https://github.com/coq-community/proviola
coq coqdoc css html xml xsl
Last synced: 2 months ago
JSON representation
Tool for reanimation of Coq proofs [maintainer=@JasonGross]
- Host: GitHub
- URL: https://github.com/coq-community/proviola
- Owner: coq-community
- License: gpl-3.0
- Created: 2020-06-05T20:06:13.000Z (over 4 years ago)
- Default Branch: server
- Last Pushed: 2020-06-07T23:41:46.000Z (over 4 years ago)
- Last Synced: 2024-07-29T17:44:58.739Z (6 months ago)
- Topics: coq, coqdoc, css, html, xml, xsl
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proviola
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link][contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md[conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg
[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md[zulip-shield]: https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg
[zulip-link]: https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20usersProviola is a tool for creating "proof movies" out of proof scripts,
in particular, scripts for the Coq and Isabelle proof assistants,
and transforming these movies into "dynamic" HTML pages.## Meta
- Author(s):
- Carst Tankink (initial)
- Coq-community maintainer(s):
- Jason Gross ([**@JasonGross**](https://github.com/JasonGross))
- License: [GNU General Public License v3.0 or later](LICENSE)
- Additional dependencies:
- [lxml library](https://lxml.de)
- Related publication(s):
- [Proviola: a Tool for Proof Re-animation](https://arxiv.org/abs/1005.2672) doi:[10.1007/978-3-642-14128-7_37](https://doi.org/10.1007/978-3-642-14128-7_37)## Usage
Run coqdoc on your sources, then run the `camera.py` script on the generated HTML file. Optionally provide an output file.
On the generated xml file (default extension: .flm), run an XSL processor such as xsltproc (linux) to get an HTML page.
The default XSL template is proviola/coq/proviola.xsl, which includes the required JavaScript and CSS.There is a known bug in processing "plain" scripts, not pre-processed by coqdoc.