Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-09 | Wrap rdfs:comment documentation in <p> tags to match the layour of ↵ | David Robillard | 1 | -1/+1 | |
lv2:documentation. | |||||
2012-04-17 | Document rdfs:Datatype as a class. | David Robillard | 1 | -1/+1 | |
2012-04-06 | Add preliminary lv2docgen.py script. | David Robillard | 1 | -0/+141 | |
2012-03-30 | Automatically generate links to properties and instances as well as Classes. | David Robillard | 1 | -34/+46 | |
Validate after linkification, not before. | |||||
2012-03-27 | Fix duplicate information on instance descriptions. | David Robillard | 1 | -1/+0 | |
2012-03-26 | Move files listing into contents. Hopefully a more obvious link to the API ↵ | David Robillard | 2 | -11/+17 | |
will appease the C curmudgeons. | |||||
2012-03-26 | Fix busted loading of spec properties (most noticably putting maintainer ↵ | David Robillard | 1 | -19/+18 | |
information from other specs on the page when the spec itself has no maintainer listed). | |||||
2012-03-26 | Sort class hierarchy index at every level. | David Robillard | 1 | -2/+8 | |
2012-03-25 | Simply spec style a bit. | David Robillard | 1 | -1/+1 | |
2012-03-25 | Move people information in to a common place. | David Robillard | 1 | -4/+5 | |
2012-03-25 | Clean up author and seeAlso information. | David Robillard | 2 | -41/+22 | |
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough). | |||||
2012-03-23 | Update Python tool headers. | David Robillard | 1 | -1/+1 | |
2012-03-04 | Fix broken links. | David Robillard | 1 | -2/+4 | |
2012-03-04 | Fix links to #defines. | David Robillard | 1 | -2/+1 | |
2012-02-28 | Fix documentation links. | David Robillard | 1 | -33/+15 | |
2012-02-19 | Fix dangling commas in Properties and Instances index. | David Robillard | 1 | -5/+7 | |
2012-02-09 | Update metadata. | David Robillard | 1 | -3/+3 | |
2012-02-09 | Move documentation building into waf. | David Robillard | 1 | -21/+19 | |
2012-02-08 | Move Doxygen tag reading into lv2specgen and avoid intermediary file. | David Robillard | 1 | -12/+57 | |
2012-02-08 | Add more obvious separate download row to header table. | David Robillard | 2 | -3/+13 | |
2012-02-08 | Put doc links after headers in 'see also' list. | David Robillard | 1 | -1/+6 | |
2011-11-22 | Fix broken links. | David Robillard | 1 | -1/+3 | |
2011-11-22 | Don't link to releases for experimental extensions. | David Robillard | 1 | -7/+12 | |
2011-11-21 | Improve Turtle Pygments parser. | David Robillard | 1 | -1/+2 | |
2011-11-21 | Highlight qnames as Name.Tag. | David Robillard | 1 | -4/+4 | |
2011-11-21 | Handle Turtle comma correctly in Pygments parser. | David Robillard | 1 | -3/+5 | |
2011-11-20 | Lay out repository structure to match include and URI structure. | David Robillard | 1 | -3/+2 | |
Treat lv2core like all the other specifications in gendoc.py. | |||||
2011-11-17 | Show changelog for current development version. | David Robillard | 1 | -11/+13 | |
2011-11-17 | Add DTDs for validation. | David Robillard | 41 | -0/+4847 | |
2011-11-17 | Use /usr/bin/env shebang. | David Robillard | 1 | -1/+1 | |
2011-11-17 | Skip all default namespaces added by rdflib. | David Robillard | 1 | -2/+3 | |
This is a bit of a kludge in that a prefix that matches default[0-9]* actually defined in the data file will not show up, but that's a pretty silly prefix name... | |||||
2011-11-17 | Add change log and release links to RDF. | David Robillard | 2 | -4/+82 | |
Add "Version History" section to generated documentation. Move doap metadata to separate file. | |||||
2011-11-14 | Less mysterious diagnostic message | David Robillard | 1 | -1/+2 | |
2011-11-14 | Simplify footer (remove images). | David Robillard | 3 | -33/+20 | |
2011-11-14 | Make all lv2:documentation valid XHTML Basic 1.1. | David Robillard | 1 | -0/+33 | |
Validate lv2:documentation in lv2specgen (if lxml is available). | |||||
2011-11-09 | Link Atom classes to C type identifiers. | David Robillard | 1 | -9/+16 | |
Define C types for all Atom classes where a useful C type is possible. | |||||
2011-11-09 | Automatically transform ext:Class in lv2:documentation to links. | David Robillard | 1 | -9/+23 | |
2011-11-05 | Mark event and uri-map as deprecated and point to their successors in ↵ | David Robillard | 1 | -1/+5 | |
documentation. | |||||
2011-11-05 | Abbreviate all URIs that are within a namespace defined in the spec. | David Robillard | 1 | -0/+2 | |
2011-11-05 | Fix specification prefix. | David Robillard | 1 | -1/+1 | |
2011-11-05 | Fix invalid markup. | David Robillard | 1 | -5/+6 | |
2011-11-04 | Show classes that are subclasses of classes defined in other specs at top ↵ | David Robillard | 1 | -1/+9 | |
level of index. | |||||
2011-11-04 | Add subtitle using doap:shortdesc. | David Robillard | 2 | -1/+3 | |
2011-11-04 | Prettier and more informative extension index. | David Robillard | 1 | -13/+11 | |
Add short descriptions to extensions. Prettier table style. | |||||
2011-11-04 | Call lv2specgen as a module rather than spawning a new process. | David Robillard | 1 | -25/+15 | |
This significantly speeds up overall runtime of gendoc.py. | |||||
2011-11-04 | Move everything but basic command line argument handling to specgen(). | David Robillard | 1 | -32/+33 | |
2011-11-04 | Fix seeAlso link to ttl file. | David Robillard | 1 | -2/+7 | |
2011-11-03 | Syntax highlighting for C and Turtle code in documentation | David Robillard | 1 | -0/+67 | |
2011-11-03 | Add support for syntax highlighting C code with pygments. | David Robillard | 1 | -2/+27 | |
Code must be included in lv2:documentation properties in <pre class="c-code"> tags to be highlighted. | |||||
2011-10-27 | Remove ugly default prefix added by rdflib. | David Robillard | 1 | -0/+1 | |