pressbooks / excalibur
Excalibur is a SWORD protocol client for Pressbooks.
Installs: 12 011
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 1
Open Issues: 8
Type:wordpress-plugin
pkg:composer/pressbooks/excalibur
Requires
- php: ^8.1
- composer/installers: ^2.1
- pressbooks/mix: ^2.1
Requires (Dev)
- dev-dev
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-feat/new-build-tools
- dev-dependabot/composer/composer-dev-dependencies-5fb005a934
- dev-dependabot/npm_and_yarn/npm_and_yarn-9b148c16b4
- dev-production
- dev-chore/update-autoupdate-workflow-to-main
This package is auto-updated.
Last update: 2026-01-10 15:40:54 UTC
README
Contributors: greatislander, conner_bw
Tags: publishing, SWORD, libraries, repositories
Requires at least: 6.5
Tested up to: 6.5 \
Stable tag: 0.8.1 \
License: GPLv3 or later, New BSD License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Excalibur is a SWORD protocol client for Pressbooks.
Description
Excalibur is a SWORD protocol client for Pressbooks, which supports submitting your book to a DSpace repository.
Installing this plugin will add "Submit to DSpace" under the Publish menu.
Installation
Requirements
- PHP >= 8.1
- Pressbooks >= 6.18.0
- WordPress >= 6.5
Installing
composer require pressbooks/excalibur
Or, download the latest version from the releases page and unzip it into your WordPress plugin directory): https://github.com/pressbooks/excalibur/releases
Optional config
putenv( 'PB_SWORD_USER=dspace' );
putenv( 'PB_SWORD_PASSWORD=dspace' );
putenv( 'PB_SWORD_URL=https://demo.dspace.org/sword/servicedocument' );
putenv( 'PB_SWORD_DEBUG=1' );
Testing and Coding Standards
composer install
composer test
composer standards
Assets
yarn
yarn production
Changelog
Please see the CHANGELOG file for more information.