Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevmenandr/vindolanda
https://github.com/nevmenandr/vindolanda
font fonts latin-language
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nevmenandr/vindolanda
- Owner: nevmenandr
- License: cc-by-4.0
- Created: 2024-08-11T04:02:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:19:06.000Z (6 months ago)
- Last Synced: 2024-08-22T21:17:34.826Z (6 months ago)
- Topics: font, fonts, latin-language
- Language: HTML
- Homepage: https://nevmenandr.github.io/vindolanda/
- Size: 8.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13293623.svg)](https://doi.org/10.5281/zenodo.13293623)
# Vindolanda
[![HTML Manuscript](https://img.shields.io/badge/manuscript-HTML-blue.svg)](https://nevmenandr.github.io/vindolanda/)
[![PDF Manuscript](https://img.shields.io/badge/manuscript-PDF-blue.svg)](https://nevmenandr.github.io/vindolanda/manuscript.pdf)
[![GitHub Actions Status](https://github.com/nevmenandr/vindolanda/workflows/Manubot/badge.svg)](https://github.com/nevmenandr/vindolanda/actions)## Text with a description
When a commit to the `main` branch occurs (for example, when a pull request is merged), CI builds the manuscript and writes the results to the [`gh-pages`](https://github.com/nevmenandr/vindolanda/tree/gh-pages) and [`output`](https://github.com/nevmenandr/vindolanda/tree/output) branches.
The `gh-pages` branch uses [GitHub Pages](https://pages.github.com/) to host the following URLs:+ **HTML manuscript** at https://nevmenandr.github.io/vindolanda/
+ **PDF manuscript** at https://nevmenandr.github.io/vindolanda/manuscript.pdfFor continuous integration configuration details, see [`.github/workflows/manubot.yaml`](.github/workflows/manubot.yaml).
## Repository directories & files
The directories are as follows:
+ [`content`](content) contains the manuscript source, which includes markdown files as well as inputs for citations and references.
See [`USAGE.md`](USAGE.md) for more information.
+ [`output`](output) contains the outputs (generated files) from Manubot including the resulting manuscripts.
You should not edit these files manually, because they will get overwritten.
+ [`webpage`](webpage) is a directory meant to be rendered as a static webpage for viewing the HTML manuscript.
+ [`build`](build) contains commands and tools for building the manuscript.
+ [`ci`](ci) contains files necessary for deployment via continuous integration.## License
[![License: CC BY 4.0](https://img.shields.io/badge/License%20All-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)
[![License: CC0 1.0](https://img.shields.io/badge/License%20Parts-CC0%201.0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/)Except when noted otherwise, the entirety of this repository is licensed under a CC BY 4.0 License ([`LICENSE.md`](LICENSE.md)), which allows reuse with attribution.
Please attribute by linking to https://github.com/nevmenandr/vindolanda.Since CC BY is not ideal for code and data, certain repository components are also released under the CC0 1.0 public domain dedication ([`LICENSE-CC0.md`](LICENSE-CC0.md)).
All files matched by the following glob patterns are dual licensed under CC BY 4.0 and CC0 1.0:+ `*.sh`
+ `*.py`
+ `*.yml` / `*.yaml`
+ `*.json`
+ `*.bib`
+ `*.tsv`
+ `.gitignore`All other files are only available under CC BY 4.0, including:
+ `*.md`
+ `*.html`
+ `*.pdf`
+ `*.docx`