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/
- Generalize collect_auspices() and use it in Genre node. Chris Pressey 10 years ago
- WaybackMachinify two links that have gone poof. Chris Pressey 10 years ago
- Add a class for the images accompanying a list item. Chris Pressey 10 years ago
- Fix link to art. Chris Pressey 10 years ago
- Remove some more links Chris Pressey 10 years ago
- Remove some links and image lists. Chris Pressey 10 years ago
- Convert some links to nodes, remove others. Chris Pressey 10 years ago
- Remove some links, convert some others to nodes. Chris Pressey 10 years ago
- Clean up auspices by implementing the filter during collection. Chris Pressey 10 years ago
- Remove no-longer-necessary images list Chris Pressey 10 years ago
- Description for Online Installation node Chris Pressey 10 years ago
- Update entry on SixtyPical Chris Pressey 10 years ago
- Fix buglet and add latest version number for toolshelf Chris Pressey 10 years ago
- pyflakes cleanup on this module Chris Pressey 10 years ago
- Integrate with toolshelf for `catalogue`, reduce code duplication. Chris Pressey 10 years ago
- Account for some recently-encountered hg weirdness Chris Pressey 10 years ago
- Write catalogue file to filename specified in config yaml. Chris Pressey 10 years ago
- Add yet more missing releases. Chris Pressey 10 years ago
- Add entries for T-Rext, Guten-gutter, and seedbank. Chris Pressey 10 years ago
- Add entries for The New Gamerly Realism. Chris Pressey 10 years ago
- Add entries for hatoucan, and fix bug in check_releases. Chris Pressey 10 years ago
- Refactor to reduce duplication: make them methods on NameSpace. Chris Pressey 10 years ago
- `chrysoberyl catalogue` now pins each source to the latest tag. Chris Pressey 10 years ago
- Handle weirdness of NaNoGenLab (in future, other) distributions. Chris Pressey 10 years ago
- Missing distfiles being rolled... Chris Pressey 10 years ago
- All detected missing releases emplaced! Chris Pressey 10 years ago
- Because some tag names are goofy, allow them to be expl. given. Chris Pressey 10 years ago
- Default to rel_ tags, DECIMAL_VERSIONS activates decimal tags. Chris Pressey 10 years ago
- Output rel_v_r_yyyy_mmdd format tags. Chris Pressey 10 years ago
- Add yet more missing releases. Chris Pressey 10 years ago