aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Lay out repository structure to match include and URI structure.David Robillard1-3/+2
2011-11-17Show changelog for current development version.David Robillard1-11/+13
2011-11-17Add DTDs for validation.David Robillard41-0/+4847
2011-11-17Use /usr/bin/env shebang.David Robillard1-1/+1
2011-11-17Skip all default namespaces added by rdflib.David Robillard1-2/+3
2011-11-17Add change log and release links to RDF.David Robillard2-4/+82
2011-11-14Less mysterious diagnostic messageDavid Robillard1-1/+2
2011-11-14Simplify footer (remove images).David Robillard3-33/+20
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard1-0/+33
2011-11-09Link Atom classes to C type identifiers.David Robillard1-9/+16
2011-11-09Automatically transform ext:Class in lv2:documentation to links.David Robillard1-9/+23
2011-11-05Mark event and uri-map as deprecated and point to their successors in documen...David Robillard1-1/+5
2011-11-05Abbreviate all URIs that are within a namespace defined in the spec.David Robillard1-0/+2
2011-11-05Fix specification prefix.David Robillard1-1/+1
2011-11-05Fix invalid markup.David Robillard1-5/+6
2011-11-04Show classes that are subclasses of classes defined in other specs at top lev...David Robillard1-1/+9
2011-11-04Add subtitle using doap:shortdesc.David Robillard2-1/+3
2011-11-04Prettier and more informative extension index.David Robillard1-13/+11
2011-11-04Call lv2specgen as a module rather than spawning a new process.David Robillard1-25/+15
2011-11-04Move everything but basic command line argument handling to specgen().David Robillard1-32/+33
2011-11-04Fix seeAlso link to ttl file.David Robillard1-2/+7
2011-11-03Syntax highlighting for C and Turtle code in documentationDavid Robillard1-0/+67
2011-11-03Add support for syntax highlighting C code with pygments.David Robillard1-2/+27
2011-10-27Remove ugly default prefix added by rdflib.David Robillard1-0/+1
2011-10-27Port lv2specgen to rdflib.David Robillard1-115/+103
2011-10-27Remove dead code.David Robillard1-11/+0
2011-10-27Isolate RDF.Node.literal_value.David Robillard1-14/+18
2011-10-27Remove more unnecessary use of RDF.Node.uri.David Robillard1-18/+18
2011-10-27Use consistent naming.David Robillard1-5/+5
2011-10-27Clean up calls to getTermLink.David Robillard1-12/+12
2011-10-27Remove dead code.David Robillard1-9/+0
2011-10-27Begin isolating Redland API use.David Robillard1-176/+178
2011-10-27Remove python path kludging stuff for Redland importing.David Robillard1-12/+4
2011-10-27Remove old urn:struct code linking stuff.David Robillard1-9/+0
2011-10-26Put description directly below header with no heading.David Robillard1-8/+0
2011-10-26Fix class hierarchyDavid Robillard1-1/+1
2011-10-20Cleaner and terser documentation style.David Robillard2-58/+27
2011-10-20Fix invalid markup in output.David Robillard1-2/+5
2011-10-20Generate class hierarchy in index rather than a flat list of classes.David Robillard1-33/+54
2011-09-29Python 3 fixesDavid Robillard1-14/+19
2011-07-22Fix off-by-one bug that caused the last defined namespace prefix to be ignoredDavid Robillard1-1/+1
2011-05-30Tidy (PEP8)David Robillard1-111/+144
2011-03-19Link to releases as .bz2, not .gz.David Robillard1-1/+1
2011-03-17Use relative links to code documentation.David Robillard1-2/+3
2011-03-17List properties in a <table> (more compact than <dl>).David Robillard1-44/+97
2011-03-12Wrap <a> tags in <span> tags in the lv2specgen.py output so they can sit insi...Lars Luthman1-1/+1
2011-03-11lv2specgen.py creates links for every mention of a header file, preprocessor ...Lars Luthman1-8/+23
2011-03-11Use fragment links to current document to make documentation bundles movable ...David Robillard1-1/+1
2011-03-11Remove style gunk from markup.David Robillard1-2/+2
2011-03-11Don't re-use RDF.Parser, which seems to cause problems...David Robillard1-1/+2