ekes

Results 46 comments of ekes

So this was something I found solved by doing the separate actor entity as outlined in https://socialhub.activitypub.rocks/t/a-quick-survey-of-php-projects-in-the-activitypub-space-plus-comments/464/2 That way both users and groups in this case can enable their AP...

> Potentially relevant: JSON-LD Serializer for Drupal 8 and Islandora. >> This module adds a simple Drupal entity to JSON-LD normalizer/serializer/unserializer service provider and a few supporting classes. It depends...

I've started on looking at https://github.com/Islandora/jsonld initial notes next. But to do so first I checked about modules for adding rdf properties to entities. Generally they were focussed on schema.org...

So https://github.com/Islandora/jsonld (also https://www.drupal.org/project/jsonld ) tested so far directly via the standard REST API node endpoint using `?_format=jsonld`. The endpoint doesn't by default implement `@context` the code is there and...

The way `jsonld` module handles the rdf looks like it could be successful. With a custom Normalizer - accepting particular namespaces / properties. However, the way `jsonapi` module actually constructs...

The way `jsonld` module handles the rdf looks like it could be successful. With a custom Normalizer - accepting particular namespaces / properties. However, the way `jsonapi` module actually constructs...

If I understand here this is the representation of the `object` in Activity vocabulary for ActivityStreams and so? Or I might be misunderstanding? But I'll try and put my thoughts...

So my initial use case was (organic) groups as the actors. They are the ones organising, and publicising events. Avoiding name clashes for the webfinger was one of the reasons...

I have the feeling I'm with @swentel on this one; at least as far as it goes in terms of 'Create', 'Update', 'Delete' and such Activities. They are activity stream...

What to do with incoming activity is certainly one of the issues. For the outbox, and inbox, I'd so far just been working on an Activity entity. What is displayed...