Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-11 | lv2specgen: Avoid deprecated datetime.utcfromtimestamp | David Robillard | 1 | -1/+1 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -2/+3 | |
The less time wasted with manual code formatting, the better. | |||||
2023-08-23 | lv2specgen: Use isinstance() instead of comparing types | David Robillard | 1 | -3/+3 | |
2023-02-21 | Fix whitespace | David Robillard | 1 | -1/+0 | |
2022-09-09 | Fix documentation index | David Robillard | 1 | -1/+0 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 2 | -41/+7 | |
2022-09-06 | Replace change history data with a plain text NEWS file | David Robillard | 3 | -4/+0 | |
2022-09-06 | Remove change history from specification documentation pages | David Robillard | 2 | -81/+0 | |
Towards simplifying everything around change history. This information seems out of place here anyway, and is available elsewhere. | |||||
2022-09-06 | Ensure local lv2specgen files are used for documentation build | David Robillard | 1 | -0/+2 | |
2022-08-12 | Warn when a stable release description has no file-release | David Robillard | 1 | -0/+2 | |
2022-08-05 | Fix documentation build with Python 3.7 | David Robillard | 1 | -2/+2 | |
2022-07-19 | lv2specgen: Fix installed data paths | David Robillard | 1 | -3/+3 | |
2022-07-17 | lv2specgen: Fix style and validation when installed | David Robillard | 2 | -18/+84 | |
2022-07-17 | lv2specgen: Remove warnings on external terms | David Robillard | 1 | -3/+0 | |
This conveniently pointed out potential issues in the LV2 documentation, but makes the tool very noisy to use on anything else. Referring to some external thing really shouldn't be treated like a warning in linked data. Preventing mistakes (where full URIs are in the output instead of the expected prefixed names) will have to be done in some other, better way (probably based on an explicitly given set of prefixes that should be documented). | |||||
2022-07-17 | lv2specgen: Fix invalid output for terms about the spec itself | David Robillard | 1 | -1/+5 | |
2022-07-17 | Use the same set of external vocabulary prefixes everywhere | David Robillard | 3 | -49/+21 | |
The RDFa in specification pages doesn't actually use prefixed names for the documented resources. So, simplify things by trimming the namespaces down to a consistent set that is actually used in the LV2 universe. | |||||
2022-07-17 | Switch to meson build system | David Robillard | 2 | -160/+27 | |
2022-07-17 | Consistently use the prefix "dcterms" everywhere | David Robillard | 3 | -5/+5 | |
2022-07-17 | Clean up and modernize Python support code | David Robillard | 2 | -29/+34 | |
Switches to safer and more modern idioms, and addresses many issues raised by flake8 and pylint. | |||||
2022-07-17 | Format all Python code with black | David Robillard | 2 | -53/+54 | |
2022-07-17 | Remove symlink from repository | David Robillard | 1 | -1/+0 | |
2022-07-17 | Use "python3" in shebangs | David Robillard | 2 | -2/+2 | |
Python 2 hit EOL long ago, and some systems don't have a "python" at all. | |||||
2022-06-16 | lv2specgen: Fix flake8 warnings | David Robillard | 1 | -7/+12 | |
2022-06-16 | lv2specgen: Use cleaner methods for string manipulation | David Robillard | 1 | -4/+4 | |
2022-06-16 | lv2specgen: Fix invalid variable reference | David Robillard | 1 | -1/+1 | |
This used to be short for "base", and was derived from the basename of the spec (like "worker"). At some point that was replaced by "stem" but this call somehow wasn't updated. | |||||
2022-06-16 | lv2specgen: Remove unused parameter | David Robillard | 1 | -2/+2 | |
2022-06-16 | lv2specgen: Fix clashing time namespace prefix | David Robillard | 1 | -1/+7 | |
2022-06-15 | lv2specgen: Use scoped file handles | David Robillard | 2 | -13/+9 | |
2020-11-17 | Gracefully handle pending releases without dates | David Robillard | 1 | -8/+18 | |
2020-04-26 | Fix links in online documentation index | David Robillard | 1 | -4/+14 | |
2020-04-10 | lv2specgen: Fix various flake8 issues | David Robillard | 1 | -32/+39 | |
2020-04-10 | lv2specgen: Format code with black | David Robillard | 1 | -346/+567 | |
2020-04-10 | Update documentation style | David Robillard | 1 | -1/+0 | |
2020-03-28 | lv2specgen: Add type label to resource documentation headers | David Robillard | 1 | -0/+1 | |
2020-03-28 | lv2specgen: Flatten page structure | David Robillard | 2 | -11/+21 | |
2020-03-28 | lv2specgen: Show label in metadata table for all resources | David Robillard | 1 | -6/+19 | |
2020-03-28 | lv2specgen: Don't show label in page description body | David Robillard | 1 | -8/+2 | |
2020-03-28 | lv2specgen: Use a consistent order for owl and rdfs metadata | David Robillard | 1 | -1/+1 | |
2020-03-28 | lv2specgen: Add support for Markdown documentation | David Robillard | 2 | -17/+57 | |
2020-03-28 | lv2specgen: Put restrictions in the same definition list | David Robillard | 1 | -4/+8 | |
2020-03-28 | lv2specgen: Factor out vocabulary linkification | David Robillard | 1 | -23/+31 | |
2020-03-28 | lv2specgen: Show rdfs:seeAlso links nicely | David Robillard | 1 | -0/+2 | |
2020-03-28 | lv2specgen: Factor out HTML linkification | David Robillard | 1 | -95/+101 | |
2020-03-28 | lv2specgen: Show links within the current page without prefixes | David Robillard | 1 | -1/+1 | |
This makes things quite a bit more readable since the prefixes don't interrupt the flow of the text. | |||||
2020-03-28 | lv2specgen: Add list of subclasses to class documentation | David Robillard | 1 | -1/+15 | |
2020-03-28 | lv2specgen: Clean up linkification code | David Robillard | 1 | -4/+5 | |
2020-03-28 | Cleanup: Remove commented out documentation header | David Robillard | 1 | -1/+0 | |
2020-02-16 | Use standard Turtle lexer in Pygments | David Robillard | 1 | -58/+2 | |
A Turtle lexer was finally added in Pygments 2.1. | |||||
2019-04-27 | Fix broken links | David Robillard | 1 | -1/+1 | |