Releases: trellis-ldp/static-ldp
StaticLDP v0.8
StaticLDP v0.7
This release makes use of symfony version 4.2. There are otherwise no new features and no changes to the configuration.
StaticLDP v0.6
This release of StaticLDP upgrades to Symfony Flex, which is the successor to Silex. The new configuration layout is described in the README
.
StaticLDP v0.5
This release updates the JSON-LD dependency, making it possible to run this application on PHP 7.2.
Support for PHP 5.6 and 7.0 has been dropped. Now, PHP 7.1 is a minimum requirement.
StaticLDP 0.4
This release updates some library dependencies; otherwise there are no changes over earlier releases.
StaticLDP 0.3
This release updates the composer file to use the standard ASF2 license code. Otherwise, there are no changes over version 0.2.
StaticLDP 0.2
This is a patch release fixing a bug with the generation of instance digests. Otherwise, the behavior is the same as v0.1.
StaticLDP 0.1
This is the initial release of StaticLDP, a simple linked data server projected over a collection of static files.
StaticLDP can be installed with Composer:
composer project-create trellis-ldp/static-ldp
Place the static-ldp
directory on a web server and configure ./config/settings.yml
to point to a data directory:
sourceDirectory: /path/to/data/directory