You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
Changelog
[0.7.0] - 2022-09-20
- Use ERIS for content-addressing
- Refactor UI with CSS library
- Componentize application into smaller, state-full parts
- Store XMPP credentials in local storage
- Expose a Datalog interface that transparently does dictionary lookups
- Like any RDF content
- Publish any RDF data as RDF/Turtle
- Publish simple ValueFlows proposals
- Add illustrated Datalog examples
- Allow custom clauses to be defined when querying with Datalog
- Add ValueFlows and OpenHospitalityNetwork examples
[0.6.0] - 2022-07-01
- Add sample data extracted from the osm2rdf TTL extracts
- Add index for full-text search
- Add index for geo-spatial search
- Extract leaflet bindings to separate library (swrup/leaflet)
[0.5.0] - 2022-04-14
- Use IndexedDB for local storage and Datalog for querying
[0.4.0] - 2022-01-17
- Transfer ActivityStreams content serialized as RDF/XML over an XMPP PEP node
[0.3.0] - 2021-11-12
Rewrite in OCaml, using XMPP and with a map for posts with geolocation.
[0.2.0] - 2020-08-12
Added
- Authentication with OAuth 2.0
- Support content-addressable RDF
- ERIS encoding for content-addressing
Changed
- Refactor to re-frame framework
[0.1.0] - 2020-04-03
Initial alpha release.
Added
- Initial interface for viewing activites and browsing content
- Ability to like content
- Basic ActivityPub Client-to-Server (C2S) Protocol
- Support for ActivityStreams, Schema and RDF ontologies