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/
- Musical Compositions must have a development-stage. catseye 13 years ago
- online-implementations is a list of Online Installation nodes. catseye 13 years ago
- Fluid grid for description + images when images are present. catseye 13 years ago
- Put Distribution sections into two fluid grid cells side-by-side. catseye 13 years ago
- Set a dangerous precedent for the future of the website. Ha! catseye 13 years ago
- Regenerate documentation index. catseye 13 years ago
- Some corrections. catseye 13 years ago
- Reduce validation problems in lingography. catseye 13 years ago
- Don't generate pages for distribution nodes. catseye 13 years ago
- Minor fixes to individuals. catseye 13 years ago
- Initial support for images inline on node pages. catseye 13 years ago
- Allow type to specify suppression of page generation for nodes. catseye 13 years ago
- Sort out most of the issues with the Gallery. catseye 13 years ago
- Let's assume these are not exhibits. catseye 13 years ago
- Begin to unify Gallery node with the static HTML5 page of same name. catseye 13 years ago
- Document and reorganize localrepos, and improve survey function. catseye 13 years ago
- Allow jQuery URL to be overridden (for local offline testing.) catseye 13 years ago
- Missed a spot. catseye 13 years ago
- Add indefart and lower options to link(). catseye 13 years ago
- Avoid filekey() in templates as much as possible, use link(). catseye 13 years ago
- Correct things in footer. catseye 13 years ago
- Preprocessed *_html fields already contain outer elements. catseye 13 years ago
- Document more functions and methods. catseye 13 years ago
- Clean up and document checker module; address pep8 issues. catseye 13 years ago
- Create decorator for putting functions into rendering context. catseye 13 years ago
- Clean up, refactor, attempt to appease pep8. catseye 13 years ago
- Move ApproximateDate to an `objects` module. catseye 13 years ago
- Clean up slightly, and document some functions/classes/modules. catseye 13 years ago
- Add more detailed license. catseye 13 years ago
- Rewriting yaml is a fool's game; these will move to the Dipple. catseye 13 years ago