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 some redirects that got lost along the way. Chris Pressey 7 years ago
- Technically this article is refdexable. Chris Pressey 7 years ago
- accumulate_article_refdex() Chris Pressey 7 years ago
- I don't think it's used, but I think it should be used? Chris Pressey 7 years ago
- I'm a bit confused but will checkpoint this. Chris Pressey 7 years ago
- Merge branch 'rewrite-cleanup-using-feedmark' Chris Pressey 7 years ago
- Add four new distributions. Chris Pressey 7 years ago
- Have this work now (with the latest version of feedmark.) Chris Pressey 7 years ago
- Attempt to rewrite Feedmark cleanup in Python, for speed. Chris Pressey 7 years ago
- Update NEWS for release 2.24 of Befunge-93. Chris Pressey 7 years ago
- Update for release of v2.24 of the Befunge-93 distribution. Chris Pressey 7 years ago
- Standardly slugify some anchors. Chris Pressey 7 years ago
- Add SIVG distribution (only so I can mirror its git repo for now). Chris Pressey 7 years ago
- Recognize also Electronics Projects. Chris Pressey 7 years ago
- Wunnel distribution => Wunnel. Chris Pressey 7 years ago
- Many of these are reference distributions. Chris Pressey 7 years ago
- Indicate some forks. Chris Pressey 8 years ago
- Mark some further distributions as discontinued. Chris Pressey 8 years ago
- Remove C64 Demo Depot distribution. Chris Pressey 8 years ago
- Remove a few archived distributions. Chris Pressey 8 years ago
- Migrate away from assuming repo is hosted on GitHub. Chris Pressey 8 years ago
- Update tag for Chrysoberyl distribution. Chris Pressey 8 years ago
- Make Markdown more correct, link up some languages. Chris Pressey 8 years ago
- Fix links. Chris Pressey 8 years ago
- Quick hack to get it to validate, however, this might be how... Chris Pressey 8 years ago
- Move two Tool entries called "Archival" to Archived article. Chris Pressey 8 years ago
- Remove 'type' from all these Distribution nodes. We know. Chris Pressey 8 years ago
- Add script to rewrite distributions JSON. Chris Pressey 8 years ago
- Add script which really should've been here for a long time now. Chris Pressey 8 years ago
- Transition away from monolithic `chrysoberyl` utility. Chris Pressey 8 years ago