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/
- First attempt at a sort of Language Matrix... catseye 12 years ago
- Add two more gewgaws: Chzrxl and Multicolouralism. catseye 12 years ago
- Add online ZOWIE interpreter exhibit. catseye 12 years ago
- Place the "Verb it Online" buttons prominently on implementables. catseye 12 years ago
- Expose sleek_key() instead of filekey() to templates. catseye 12 years ago
- Update TODO. catseye 12 years ago
- Convert repeated macro to context function. catseye 12 years ago
- Music renditions use `download-link` instead of generic `links`. catseye 12 years ago
- online-implementations -> online-locations, macro for buttons. catseye 12 years ago
- Towards a better schema for "online implementations". catseye 12 years ago
- When listing implementations, note which is the reference implementation. catseye 12 years ago
- Indent, section-ate, and forget it was once an {% include %}. catseye 12 years ago
- Expand a now-gratuitous {% set %}. catseye 12 years ago
- Smack the TODO around a little bit. catseye 12 years ago
- Put 'Listen' buttons on Musical Composition pages. catseye 12 years ago
- Seperate commands for JSONify'ing and rendering HTML pages. catseye 12 years ago
- Announce server switch. catseye 12 years ago
- You can't confuse the Markdown processor! You will regret this! catseye 12 years ago
- Fix up entry for 'N-DCNC (link up to distribution.) catseye 12 years ago
- Cache reference implementation on node; saves about 1 sec, typ. catseye 12 years ago
- Documentation on github is better than no documentation at all... catseye 12 years ago
- Kill non_ref_dist_implementations and 'Contained Implementations'. catseye 12 years ago
- Get rid of `reference-distribution` field entirely. catseye 12 years ago
- Begin replacing `reference-distribution` with `defining-distribution` where necessary. catseye 12 years ago
- We ought to be able to derive this; not used in templates anyway. catseye 12 years ago
- Attempt to update description of ref. dist. in schema. catseye 12 years ago
- Broken checkpoint, but inching towards glorious orthogonality! Sure. catseye 12 years ago
- Rather painful checkpoint, in deriving ref. dist from ref. impl. catseye 12 years ago
- No, standards-body is in use, actually, so use it in Defined by. catseye 12 years ago
- Make 'Defined by' a real section which is (almost) always there. catseye 12 years ago