https://github.com/customcommander/csl-dev
CSL Development Toolkit
https://github.com/customcommander/csl-dev
academic-writing citation-style-language csl docker
Last synced: 12 months ago
JSON representation
CSL Development Toolkit
- Host: GitHub
- URL: https://github.com/customcommander/csl-dev
- Owner: customcommander
- License: mit
- Created: 2018-06-24T18:51:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T09:30:57.000Z (about 6 years ago)
- Last Synced: 2025-04-09T17:47:44.358Z (about 1 year ago)
- Topics: academic-writing, citation-style-language, csl, docker
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSL Dev
This Docker image contains:
- [CSL Schema v1.0.1](https://github.com/citation-style-language/schema/releases). (Available in `/var/csl/schema`.)
- [Jing](https://github.com/relaxng/jing-trang). (Validator for RELAX NG.)
## Prerequisites
1. You must have Docker installed on your machine.
2. You must build the Docker image first:
```
cd /path/to/csl-dev
docker build -t customcommander/csl-dev .
```
## How to validate a CSL file?
```
cd /path/to/csl-dev
./validate-csl.sh /path/to/my/style.csl
```
_Note: if the CSL file is valid nothing will be printed out._