EncycloShare: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
== Links == | == Links == | ||
*ZWI plugin: https://www.dokuwiki.org/plugin:zwidoku | |||
*[https://encycloreader.org/db/prepares ZWI file] | |||
*[https://enhub.org/dokuwiki/doku.php doku] | |||
===plugin info=== | |||
[https://developer.wordpress.org/plugins/intro/ dev wordpress] | |||
[https://www.codeable.io/blog/wordpress-plugin-development/ codeable wp] | |||
=== DID === | |||
The DID spec is here:[https://www.w3.org/TR/did-core/ did core] | |||
[[category:products]] | [[category:products]] | ||
[[category:released]] | [[category:released]] | ||
Revision as of 16:48, 19 January 2024
Overview
This will describe all that is the EncycloShare product to enable anyone with a Wordpress install to become a publisher of content in the Encyclosphere.
Goals
The main deliverable of a plugin/theme is a button that:
- Accepts a blog post or page
- ensures the user has supplied the relevant data needed for a complete ZWI file
- prepares a ZWI file
- out of the contents of the page and data drawn from the database as needed
- ensures the user has a DID
- signs the ZWI file
- with the DID (published DID:PSQR plugin for WP April 2022)
- pushes the signed ZWI file to the user's choice to either EncycloReader or EncycloSearch, or both,
- allowing the user to specify new aggregators
- receives back and displays to the user
- an acknowledgment/receipt from the aggregator.
- toggle a switch that always submits new updates to the aggregator(s).
Links
- ZWI plugin: https://www.dokuwiki.org/plugin:zwidoku
- ZWI file
- doku
plugin info
DID
The DID spec is here:did core