Linux 软件免费装
Banner图

Serapeum Multi-Catalog Bibliographic Search

开发者 masino1967
更新时间 2026年8月20日 20:06
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

catalogue university bibliographic public library

下载

1.0.1 1.1.0

详情介绍:

Serapeum Multi-Catalog Bibliographic Search allows WordPress administrators and editors to consult national and international library catalogues in real time via the SRU (Search/Retrieve via URL) protocol. Features include:

安装:

  1. Log in to your WordPress Admin panel.
  2. Go to Plugins > Add Plugin.
  3. Search "Serapeum Multi-Catalog Bibliographic Search".
  4. Click install Now.

屏幕截图:

  • Serapeum\'s search page with export buttons
  • Records found with the import button

常见问题:

What is SRU and how does this plugin use it?

SRU (Search/Retrieve via URL) is a standard protocol for internet search queries using CQL (Contextual Query Language). The plugin communicates directly with official library APIs to pull real-time bibliographic data without storing external databases on your server.

Does this plugin require any external libraries or dependencies?

No. It is completely standalone and built as a lightweight, single-file PHP solution utilizing native WordPress functions (wp_remote_get, wp_insert_post, etc.).

Which libraries are currently supported?

The plugin includes built-in endpoint configurations for BnF (France), Hispana (Spain), DNB (Germany) and Library of Congress (USA).

What search filters can I use?

You can perform targeted queries using Book Title, Author / Creator, and Year of Publication. You can search using any single field or combine multiple fields for precise CQL query results.

Why do search results vary between different library catalogs?

Each institution uses specific indexes and operators (e.g., bib.title, dc.title, or tit). The plugin automatically maps your search fields to the correct CQL schema and operator (= or all) required by the selected library.

How does the \"Import as WP Draft\" feature work?

Next to each record in the search results, click the \"Import as WP Draft\" button. The plugin automatically generates a new WordPress Draft Post pre-filled with the title and structured metadata.

How is the imported data formatted inside the post?

Records are formatted natively using Gutenberg Block Columns (30% width for metadata keys and 70% width for values). This ensures a clean, modern layout that fits seamlessly with your theme without requiring shortcodes or custom stylesheets.

Can I edit imported bibliographic cards before publishing?

Yes. Upon importing, a direct link (\"Edit post #ID\") will appear at the top of the page. Clicking it opens the standard WordPress Block Editor, allowing you to add featured images, tags, categories, or custom text before publishing.

Can I export bibliographic results for citation managers?

Yes! You can export your search results in BibTeX (.bib) format, which is fully compatible with reference management software like Zotero, Mendeley, and EndNote.

What data is included in the CSV export?

The CSV file includes key metadata fields: ID, Title, Creator/Author, Identifier/ISBN, Publisher, Date, Type, and Language.

Does exporting cost extra server memory or database space?

No. Export files are generated on-the-fly directly from the active search session memory and downloaded straight through your browser.

Who can access the bibliographic search tool in WordPress?

Access is restricted to users with editors and administrators privileges (manage_options capability) to ensure security and prevent unauthorized draft generation.

Where can I find the plugin page in WP-Admin?

Once activated, a menu item labeled \"Serapeum\" (with a book icon) will appear in your left-hand WordPress admin menu.

Is there a limit on how many records can be retrieved per search?

Yes. To ensure fast response times and prevent HTTP timeouts, the plugin fetches up to 100 records per query and displays them paginated at 20 records per page.

Can I display search results on the public frontend of my website?

This plugin is designed as a backend management tool for editors and administrators. However, once you import records as draft posts and publish them, they become visible to your site visitors as standard WordPress posts.

Why am I getting an HTTP connection error or timeout?

Remote library servers (like DNB) may occasionally experience temporary downtime or rate-limiting. If a query times out, wait a few moments and try refining your search with specific terms.

I received an error saying \"The response received from the server was empty\" or \"Unable to parse XML\".

This happens if the remote library returns invalid formatting or blocks the request. Ensure your server firewall allows outgoing HTTP requests (wp_remote_get) and that the PHP SimpleXML extension is active.

Why does a search return no results when I know the book exists?

Search terms must match the specific catalog\'s index rules. Try searching with broader terms (e.g., entering only the author\'s surname or a key word from the title).

Is this plugin compliant with GDPR and privacy regulations?

Yes. The plugin is designed with "Privacy by Design" principles. It operates strictly in the WordPress backend and does not collect, track, or store any personal data from your website's front-end visitors.

Does the plugin transmit user data to external library servers?

All search queries are executed via secure Server-to-Server requests (wp_remote_get). The remote library APIs only see the IP address of your website's hosting server, never the personal IP address of the editor or the end-user. No data is shared with third parties until an editor explicitly clicks "Import as WP Draft" to save the bibliographic metadata locally in your database.

更新日志:

1.1.0 1.0.1 1.0.0