内容简介:请访问Evergreen 是一个开源(GNU通用公共许可证)的图书馆自动化(ILS),读者可以万维网实现图书的查找和借阅,许多北美的图书馆都使用它。
Evergreen 社区为开源图书馆管理系统 Evergreen 发布了两个维护版本,分别是 3.1.8 和 3.2.2。这些版本包含 2018 Evergreen Hack-A-Way 期间所做的工作,以及其他重要的错误修复。可通过 Evergreen 下载页面 下载这些新版本。
在 Evergreen 3.2.1 的基础上,Evergreen 3.2.2 包括以下的改进
-
Fixes a bug that blocked logging in from mobile browsers
-
Fixes a readability issue with mobile menus
-
Fixes performance issue related to grid tooltips.
-
Fixes an issue that caused some grid columns to appear empty.
-
Improves the functionality of setting a default tab of a bib record
-
The web client now remembers the most recently selected copy template
-
Adds help tips to Print Item Labels Settings tab
-
If you add or edit copies and/or volumes from the Holdings View tab, the view now automatically refreshes to show your changes.
-
Provides an upgrade to MODS 3.3 for older Evergreen installations.
-
Improves usability of Z39.50 MARC View.
-
Fixes a daylight savings time-related circulation bug.
-
Fixes a bug that caused deleted items to show up on the holds shelf.
-
Staff can now place multiple email addresses into the patron registration/ edit form, depending on the value of the
ui.patron.edit.au.email.regex
library setting. -
Fixes an issue with the offline circulation module.
-
When merging two users, the non-lead account is now completely purged from the database, rather than simply being marked as deleted.
-
Fixes a bug which prevented the canceling of holds from the title record.
-
Removes incorrect copy counts from metarecord search results pages
-
Electronic resources now display in the browse interfaces
-
Restores ability to request password resets
-
The example Apache 2.4 configuration now enables remoteip.
-
Improves syntax in the fm_idl file.
在 Evergreen 3.1.7 的基础上,Evergreen 3.1.8 包括以下的改进
-
Fixes a bug that blocked logging in from mobile browsers
-
Fixes a readability issue with mobile menus
-
Fixes performance issue related to grid tooltips.
-
Improves the functionality of setting a default tab of a bib record
-
The web client now remembers the most recently selected copy template
-
Adds help tips to Print Item Labels Settings tab
-
If you add or edit copies and/or volumes from the Holdings View tab, the view now automatically refreshes to show your changes.
-
Provides an upgrade to MODS 3.3 for older Evergreen installations.
-
Improves usability of Z39.50 MARC View.
-
Staff can now place multiple email addresses into the patron registration/ edit form, depending on the value of the
ui.patron.edit.au.email.regex
library setting. -
Fixes an issue with the offline circulation module.
-
When merging two users, the non-lead account is now completely purged from the database, rather than simply being marked as deleted.
-
Removes incorrect copy counts from metarecord search results pages
-
Electronic resources now display in the browse interfaces
-
The example Apache 2.4 configuration now enables remoteip.
-
Improves syntax in the fm_idl file.
请访问 Evergreen 下载页面 进行下载并阅读完整的版本说明。
Evergreen 是一个开源(GNU通用公共许可证)的图书馆自动化(ILS),读者可以万维网实现图书的查找和借阅,许多北美的图书馆都使用它。
功能
-
OPAC
-
图书馆目录
-
借阅服务
-
统计报告
系统需求
服务器端
-
Linux 操作系统
-
PostgreSQL 数据库管理系统
-
Apache HTTP Server 网页服务器
客户端
-
网页浏览器
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Laravel 开源学校管理系统
- golang 开源后台管理系统
- sitesCMS 多站点内容管理系统开源发布
- Wizard 1.0 发布,开源文档管理系统
- Wizard 1.0 发布,开源文档管理系统
- 开源文档管理系统 Wizard 1.2 发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
[美]Mark Allen Weiss / 张怀勇 / 人民邮电出版社 / 2007年 / 49.00元
《数据结构与算法分析:C++描述(第3版)》是数据结构和算法分析的经典教材,书中使用主流的程序设计语言C++作为具体的实现语言。书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析、算法设计、摊还分析、查找树算法、k-d树和配对堆等。《数据结构与算法分析:C++描述(第3版)》适合作为计算机相关专业本科生的数据结构课程和研究生算法分析课程的教材。本科生的数据结构课......一起来看看 《数据结构与算法分析》 这本书的介绍吧!