ulsdevteam / inlineHtmlGalley

Extend the PKP OJS htmlArticleGalley plugin to support inline display of the HTML Galley
GNU General Public License v2.0
5 stars 4 forks source link

Embed Inline HTML Galley with XPath settings #1

Closed chryslovelace closed 2 years ago

chryslovelace commented 3 years ago

This pull request adds a few changes to the plugin that show up on the article landing page. Some of the metadata that is normally on the article landing page is moved into sidebar blocks that can be enabled/disabled and rearranged individually. The title, author attribution information, and abstract remain in place, under which is HTML extracted from the article's HTML galley and displayed inline. There is a setting that allows the user to specify what is extracted from the galley using an XPath; by default the content of the HTML body tag is displayed.