EncycloShare: Difference between revisions

From Encyclosphere Project Wiki
No edit summary
No edit summary
Line 2: Line 2:
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.
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).





Revision as of 16:45, 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