Tree @master (Download .tar.gz)
Chrysoberyl
See also: The Dossier ∘ The Dipple ∘ The Cannery ∘ The Glosscubator
Chrysoberyl is an attempt to catalogue, and curate, the things produced by, and related to, Cat's Eye Technologies.
It is something between a wiki and a database and a semantic web and The Devil's Dictionary.
It is supposed to be primarily informative, and only secondarily machine- processable, and only thirdly structured. For this purpose, it has historically been collected in relatively ad-hoc YAML files, but in 2017 it was converted to Feedmark format, which is a subset of Markdown.
These Feedmark articles can be found in the article directory.
Chrysoberyl contains primarily things produced by Cat's Eye Technologies; it only contains things not produced by Cat's Eye Technologies when they directly relate to things that are (e.g. Perl 5.12 might have an entry, but only as a "Project Dependency", not as a "Programming Language".)
This README used to contain a lot more information, but a lot of it has gone out of date at this point, but if you're interested, you can look it up in this repository's history.
The scripts in the script directory are used for managing the content
in Chrysoberyl, as well as for release management of the things produced
by Cat's Eye Technologies. They are written in Python 3, and may have
a few requirements. You can set up a virtualenv and install them with:
virtualenv --python=3.5 venv
source venv/bin/activate
pip install -r requirements.txt
Commit History
@master
git clone https://git.catseye.tc/Chrysoberyl/
- Remove no-longer-necessary images list Chris Pressey 10 years ago
- Description for Online Installation node Chris Pressey 10 years ago
- Update entry on SixtyPical Chris Pressey 10 years ago
- Fix buglet and add latest version number for toolshelf Chris Pressey 10 years ago
- pyflakes cleanup on this module Chris Pressey 10 years ago
- Integrate with toolshelf for `catalogue`, reduce code duplication. Chris Pressey 10 years ago
- Account for some recently-encountered hg weirdness Chris Pressey 10 years ago
- Write catalogue file to filename specified in config yaml. Chris Pressey 10 years ago
- Add yet more missing releases. Chris Pressey 10 years ago
- Add entries for T-Rext, Guten-gutter, and seedbank. Chris Pressey 10 years ago
- Add entries for The New Gamerly Realism. Chris Pressey 10 years ago
- Add entries for hatoucan, and fix bug in check_releases. Chris Pressey 10 years ago
- Refactor to reduce duplication: make them methods on NameSpace. Chris Pressey 10 years ago
- `chrysoberyl catalogue` now pins each source to the latest tag. Chris Pressey 10 years ago
- Handle weirdness of NaNoGenLab (in future, other) distributions. Chris Pressey 10 years ago
- Missing distfiles being rolled... Chris Pressey 10 years ago
- All detected missing releases emplaced! Chris Pressey 10 years ago
- Because some tag names are goofy, allow them to be expl. given. Chris Pressey 10 years ago
- Default to rel_ tags, DECIMAL_VERSIONS activates decimal tags. Chris Pressey 10 years ago
- Output rel_v_r_yyyy_mmdd format tags. Chris Pressey 10 years ago
- Add yet more missing releases. Chris Pressey 10 years ago
- Add many releases that were detected as missing. Still some to go. Chris Pressey 10 years ago
- Add check_distfiles command. Chris Pressey 10 years ago
- Begin adding some of these missing releases. Chris Pressey 10 years ago
- Compare releases (to tags) without comparing distfile URLs. Chris Pressey 10 years ago
- Make a useful report output. Chris Pressey 10 years ago
- Move check_releases closer to doing its job. Chris Pressey 10 years ago
- First, terrible version of check_releases command. Chris Pressey 10 years ago
- Add distributions (only) that were catalogued but not included. Chris Pressey 10 years ago
- Esolangs without implementations are in the Specs on Spec distribution. Chris Pressey 10 years ago