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 non-misc-y refdex entries from the misc refdexes. Chris Pressey 8 years ago
- Remove other-esolangs.yaml. Chris Pressey 8 years ago
- Merge pull request #20 from catseye/platforms-article Chris Pressey (commit: GitHub) 8 years ago
- Add QEMU link. Chris Pressey 8 years ago
- Small edits to make article even more readable. Chris Pressey 8 years ago
- Attempt to make the article presentable. Chris Pressey 8 years ago
- More edits (for completeness, not tidiness.) Chris Pressey 8 years ago
- Small edits to article. Chris Pressey 8 years ago
- Make buildable again. Chris Pressey 8 years ago
- Cleanups. Chris Pressey 8 years ago
- First cut at Platforms article. Chris Pressey 8 years ago
- Remove "other platforms". Chris Pressey 8 years ago
- Combine game distributions into game-distributions.yaml. Chris Pressey 8 years ago
- Merge pull request #19 from catseye/tools-article Chris Pressey (commit: GitHub) 8 years ago
- Distributions in Archived article Chris Pressey 8 years ago
- Clean up Archived article. Chris Pressey 8 years ago
- Add tools-refdex.json. Chris Pressey 8 years ago
- Add distributions. Chris Pressey 8 years ago
- Get links right when rewriting them. Chris Pressey 8 years ago
- Further cleanup. Chris Pressey 8 years ago
- Cleanup. Chris Pressey 8 years ago
- Migrate forks. Remove types. Chris Pressey 8 years ago
- Remove the "other tools" data. Chris Pressey 8 years ago
- Move entries from archived.yaml to Archived.md. Chris Pressey 8 years ago
- Move distributions to own yaml. Chris Pressey 8 years ago
- Begin trying to sweep up "other" and "archival" tools. Chris Pressey 8 years ago
- Add schemas, and cleanup. Chris Pressey 8 years ago
- Cleanup, now that feedmark is able to handle doing so. Chris Pressey 8 years ago
- Merge branch 'master' of https://github.com/catseye/Chrysoberyl into tools-article Chris Pressey 8 years ago
- Fix 'hidden' flag logic. Chris Pressey 8 years ago