OAI-PMH V2.0 PLONE处置库

collective.oaiintercom的Python项目详细描述


简介

collective.oaiintercom是一个将plone站点扩展到 使其能够提供OAI-PMH元数据捕获功能 (http://www.openarchives.org/pmh)。它在 通过OAI-PMH v2.0协议向服务提供商提出服务请求 规范。

元数据请求是通过顶级视图(/oai)提供的,并且必须 遵循规范(http://www.openarchives.org/OAI/openarchivesprotocol.html)中列出的约定。

启用此产品后,可以使用 存储库资源管理器(http://re.cs.uct.ac.za/)。

更改日志

2.1.1

  • Added MANIFEST.in file [blambert555]

2.1

  • Added properties page and “provideMetadataFor” field to allow configuration over what gets shown in search results [blambert555]

2.0

  • Refactored product to use page templates and export them in XML format instead of using canned strings. [blambert555]
  • Fixed numerous bugs that would keep the OAI output from displaying. [blambert555]
  • Updated for 4.0.x [blambert555]

1.0

  • 初始版本

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
反射Java反射:高负载下的NoSuchMethodException   java RxJava:one request>list of Integer>sequence of requests for each int>result to list   java为什么循环之前索引会增加   JavaSpring远程处理和RESTfulURL   java Hibernate搜索仅对我的实体的一部分进行索引   使用DPAD快速滚动时,java RecyclerView onCreateViewHolder调用过多   java将JSON解析到一个表中   java导航抽屉标题textview nullpointerexception   基于接口的Java链接队列   java Guice运行时依赖项参数重新注入   java展平/压缩ZSH中的深度嵌套目录   JavaSpring:Http406此请求标识的资源只能   java如何制作Android启动器图标   Java代码在windows上显示不正确(包含希腊语句子)   使用yourkit进行内存分析所用的java时间   java为什么可以序列化属性而不能序列化对象本身?