Jakob Voß

Results 405 issues of Jakob Voß

The [middleware onion](http://advent.plackperl.org/2009/12/day-10-using-plack-middleware.html) was very enlightening and it is also use [elsewhere](https://docs.djangoproject.com/en/dev/topics/http/middleware/) to illustrate the idea of a middleware. The image seems to be licensed CC-NC-SA but we could also...

The [documentation on HTML patterns](https://dokie.li/docs#html-patterns) states > Ultimately, well-formed and valid HTML - along with accompanying RDFa, Turtle, JSON-LD, TriG etc - is the only requirement here This is only...

Adding `` will enable the full dokieli UI. It should be possible to configure its content, e.g. which buttons are shown in the document menu. It looks like the full...

UI
feature

I'm trying to create a multiple snapshots/releases/versions of an article. I found `rel:latest-version`, `rel:predecessor-version` but no real-world example of a publication with versions. My approach would be: * put current...

documentation
resource-versioning

KDL Schema Specification includes `format` for string and number validation to control the "Intended data format" but KDL does not know the concept of data formats. What should a validator...

Thanks for discussion (). In addition to further changes to the specification of KDL Data model, the document should be referenced from other documents in this repository.

The current informal description leaves open many edge cases, e.g.: * what characters are allowed in identifiers, properties, values? (e.g. is `$id` a valid property name, is white-space allowed in...

In lack of a [formal specification](https://github.com/thi-ng/umbrella/issues/234) It's not strictly forbidden at the moment. Explicit mentioning the possibility of untyped links would help: ~~~ foo #ref bar ~~~ Or with https://github.com/thi-ng/umbrella/issues/234...

Are repeated node identifiers merged, e.g.: ~~~ x foo 1 bar 2 x bar 2 bar 3 ~~~ Equivalent to? ~~~ x foo 1 bar 2 bar 3 ~~~ Merging...

Working with multiple user accounts and configurations could be simplified. Right now I use something like DIR=$(dirname $(wd config path)) wd config -j > $DIR/config.$FOO.json; ln -sf $DIR/config.$BAR.json $DIR/config.json to...