CMFBibliographyAT的插件,用于解析/导出REF文件。
项目描述
本产品是CMFBibliographyAT的REF解析器
致谢
公司
贡献者
Products.RefBiblioParser 安装
要在全局Python环境(或工作环境)中安装Products.RefBiblioParser,使用传统的Zope 2实例,您可以这样做
当您阅读此内容时,您可能已经运行了
``easy_install Products.RefBiblioParser``.在此处了解如何安装setuptools(以及EasyInstall):http://peak.telecommunity.com/DevCenter/EasyInstall
如果您使用Zope 2.9(非2.10),请获取pythonproducts并通过以下方式安装它
python setup.py install --home /path/to/instance到您的Zope实例中。
在/path/to/instance/etc/package-includes目录中创建一个名为Products.RefBiblioParser-configure.zcml的文件。该文件应只包含以下内容
<include package="Products.RefBiblioParser" />
或者,如果您使用zc.buildout和plone.recipe.zope2instance配方来管理项目,您可以这样做
将Products.RefBiblioParser添加到要安装的egg列表中,例如
[buildout] ... eggs = ... Products.RefBiblioParser告诉plone.recipe.zope2instance配方安装ZCMLslug
[instance] recipe = plone.recipe.zope2instance ... zcml = Products.RefBiblioParser重新运行buildout,例如使用
$ ./bin/buildout
如果您将从另一个包的configure.zcml文件显式包含包,则可以跳过ZCMLslug。
变更日志
1.2 (2012-03-26)
bugfix:未初始化的值
1.0 (2012-03-26)
首次发布 [kiorky]
项目详情
关闭
Products.RefBiblioParser-1.2.zip 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 77c40301e4ce959101f9e4dd0062b2495d9be106876368e797cf7f024b50a4a7 |
|
MD5 | 14550fe8a9ebd3e6d675fc648aef417e |
|
BLAKE2b-256 | 767de150a15d93b6be1ea6e5c490a225e8244a7b2d199212c43f7031ff07d324 |