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/
- Add Exanoke. catseye 14 years ago
- Add more works in progress. catseye 14 years ago
- Add Language Construct, and somehow Closure was missed earlier. catseye 14 years ago
- Import the rest of LoUIE. catseye 14 years ago
- Allow bespoke templates for individual nodes. catseye 14 years ago
- Add more LoUIE. catseye 14 years ago
- Add some ideas from LoUIE. catseye 14 years ago
- authors, not author. And update for new things on Github. catseye 14 years ago
- in-distribution -> in-distributions (e.g. Console::Virtual) catseye 14 years ago
- "ANSI Terminal" is not a platform. catseye 14 years ago
- Add supported_on_platforms(). catseye 14 years ago
- Unify Architecture and Platform, and check Platform more. catseye 14 years ago
- Add host-platform to data and templates. catseye 14 years ago
- Compute what implementations are in a distribution. catseye 14 years ago
- Check refs against sets of types. catseye 14 years ago
- BSD -> BSD license, plus indefart, plus bug fix. catseye 14 years ago
- Automatic descriptions of implementations and distributions. catseye 14 years ago
- Deal with emulators. catseye 14 years ago
- Complete removal of has-reference-distribution. catseye 14 years ago
- Partly eliminate has-reference-distribution. catseye 14 years ago
- There's just one type, "Implementation", now. catseye 14 years ago
- Render (lamely, oh so lamely) documentation on nodes. catseye 14 years ago
- Implement doc trolling. catseye 14 years ago
- Skeleton of doc-trolling logic. catseye 14 years ago
- Add some command-line options (only one is implemented.) catseye 14 years ago
- Allow internal links to have different presentation. catseye 14 years ago
- Final un-latest-ing. catseye 14 years ago
- Implementations in templates. catseye 14 years ago
- Last of the implementation-ofs. catseye 14 years ago
- More implementation-ofs. catseye 14 years ago