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/
- Support `hidden` property on nodes. catseye 13 years ago
- Fix template-searching logic, again. catseye 13 years ago
- To change jQuery, supply a base.html in your own template dir. catseye 13 years ago
- You'll have to copy files from static/ yourself, not hard right? catseye 13 years ago
- Remove templates that don't really belong here. catseye 13 years ago
- Support multiple template directories. catseye 13 years ago
- Support multiple data and template dirs (but latter is broken.) catseye 13 years ago
- Add catalog subcommand to create a toolshelf catalog. catseye 13 years ago
- Sample programs for a few more languages. catseye 13 years ago
- Improve architecture nodes. catseye 13 years ago
- Programming Language Family is "implementable"; update doc index. catseye 13 years ago
- Some (not all) improvements for programming language families. catseye 13 years ago
- Fix "Try it Online" links. catseye 13 years ago
- Make Gemooy page less terrible. catseye 13 years ago
- Render sample-input, -output, and -credit. catseye 13 years ago
- Update my thoughts on closures. catseye 13 years ago
- Pluralize file name, for consistency. catseye 13 years ago
- My opinion of HTML5. catseye 13 years ago
- Gallery -> Online Installations. catseye 13 years ago
- Support for bespoke templates for types. catseye 13 years ago
- Create templates for remaining online installations. catseye 13 years ago
- Merge. catseye 13 years ago
- Update some descriptions of implemented games. catseye 13 years ago
- Better pluralization. catseye 13 years ago
- Fix Previous Releases list in template. Console::Virtual release. catseye 13 years ago
- Begin moving online installations (gallery exhibits) to own nodes. catseye 13 years ago
- nav, if it made sense; less verbose distributions; project matrix. catseye 13 years ago
- Put description and sample in two fluid grid cells in same row. catseye 13 years ago
- plural() template function. Screenshots in Games collection. catseye 13 years ago
- Distributions don't get their own pages anymore. catseye 13 years ago