用于cmfbibliographyat分析/导出ref文件的插件。

Products.RefBiblioParser的Python项目详细描述


本产品是CMFBibliographyAT的REF解析器

Credits

Authors

  • 基奥基<;kiorky@cryptelium.net>;
  • 大卫修道院:自然科学的大卫修道院
  • 路易·旺尼约:路易·旺尼约在自然科学中。

Products.RefBiblioParser Installation

要将products.refbiblioparser安装到全局python环境(或workingenv)中, 使用传统的Zope 2实例,您可以执行以下操作:

  • When you’re reading this you have probably already run

    ``easy_install Products.RefBiblioParser``.
    

    Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall

  • If you are using Zope 2.9 (not 2.10), get pythonproducts and install it via:

    python setup.py install --home /path/to/instance
    

    into your Zope instance.

  • Create a file called ^{tt1}$ in the ^{tt2}$ directory. The file should only contain this:

    <include package="Products.RefBiblioParser" />
    

或者,如果您使用的是zc.buildout和plone.recipe.zope2instance 配方管理您的项目,您可以这样做:

  • Add ^{tt3}$ to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        Products.RefBiblioParser
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        Products.RefBiblioParser
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

如果要显式地包含包,可以跳过ZCML slug 从另一个包的configure.zcml文件。

Changelog

1.2 (2012-03-26)

  • 修正:单位化值

1.0 (2012-03-26)

  • 初始版本[Kiorky]

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

推荐PyPI第三方库


热门话题
java为什么只为字符数组重载println方法,而不为字符串、整数等其他数组重载?   java将快速线程返回到池中,而不是等待慢速线程   创建jar文件时java SwingWorker不工作   java如何将依赖注入RabbitListener   java如何在gradle任务中通过scp复制目录?   java在MySql数据库中创建表时,遇到NullPointerException   java HTTP Status 500 Servlet执行引发异常   在JAVA中对arraylist使用继承时出错   java PowerMockito未完成存根异常   如果没有错误/警告增加到某个极限,java是否停止在eclipse中构建项目或使用maven?   java Robolectric如何测试DateFormat。getBestDateTimePattern()   google云平台GCP数据存储Java API,构建一个空值实体   VerifyListener和FocusListener之间的java冲突   安卓是否可以在Java中的另一个方法内部强制调用一个方法?   JavaWindows7、JDK1.8、SpringBoot应用程序JAR在方法安全性方面占用了大量时间。getProviders()返回   Bean提供程序的java错误消息   java Slick动画每帧必须有一个持续时间   java无法在Trie中设置isLeaf标志   java为什么JVM不能创建包含main方法的类的对象,以便从该类访问main方法,如果它具有该类的名称?   java Apache Camel+CXF端点身份验证