与Ploneformgen一起使用的巴西田地

sc.pfg.brazilianfields的Python项目详细描述


Overview

为了向巴西的官僚机构致敬,sc.pfg.巴西人的土地旨在提供 与PloneFormGen一起使用的巴西特定字段

Requirements

Installation

要启用此产品,请在基于构建的安装上:

  1. Edit your buildout.cfg and add ^{tt1}$ to the list of eggs to install

    [buildout]
    ...
    eggs =
        sc.pfg.brazilianfields
    

注意

因为plone 3.3不需要解释性地通知 plone.recipe.zope2安装zcml slug的安装方法

更新配置后,需要运行“bin/buildout”, 它将负责更新您的系统。

Using in a Plone Site

激活它

进入Plone界面的“站点设置”页面,点击 “添加/删除产品”链接。

选择产品ploneformgen:brazilian fields(选中其上的复选框 左侧),然后单击“激活”按钮。

Uninstall

进入Plone界面的“站点设置”页面,点击 “添加/删除产品”链接。

选择产品ploneformgen:brazilian fields,它应该位于 已激活的加载项,(选中左侧的复选框)并单击 “停用”按钮。

注意

您可能需要清空浏览器缓存并保存资源 以查看产品安装的效果。

Sponsoring

本产品的开发由Simples Consultoria客户赞助,包括(但不限于 收件人:

Credits

  • Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and plumbing.

Changelog

1.1.1 (2012-08-01)

  • Resolves issue #1 (Couldn’t install sc.pfg.brazilianfields) [cleberjsantos]

1.1 (2012-07-24)

  • Require Products.BrFieldsAndWidgets >= 1.2 [ericof]

1.0 (2011-12-21)

  • PEP 8 [ericof]
  • Add uninstall profile [ericof]
  • Add plone.app.testing based tests [ericof]
  • Moved from svn.plone.org to github.com/collective [ericof]

0.8.1 (2011-01-17)

  • Fix distribution [erico_andrei]

0.8 (2009-11-17)

  • Adding MANIFEST.in to make releaser works [erico_andrei]

0.7 (2009-11-14)

  • Adds dependencies [erico_andrei]

0.6 (2009-07-09)

  • Fixes an infinite recursion when adding a BrPhoneField [erico_andrei]
  • Adds our types to the allowed content inside a FieldsetFolder [erico_andrei]
  • Localization [erico_andrei]

0.5 (2009-06-02)

  • PloneFormGen fields based on BrFieldsAndWidgets [erico_andrei]
  • Initial release [erico_andrei]

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

推荐PyPI第三方库


热门话题
java如何通过解决错误“活动无法转换为片段”将片段传递给类构造函数?   Java中清理Code39条码数据的regex帮助   将java转换为C++   java无法在Android Studio中生成签名的apk,出现错误   从数学方程出发   MySQL和Java内存问题   如何强制Java抛出算术异常?   java为什么JDBC将零端口视为空(默认)端口?   java如何在没有“changelog主题”的情况下加入KStream和KTable   排序我尝试合并两个排序的数组,但得到的是java。lang.ArrayIndexOutofBounds异常:5无法找出原因   如何在java中求大长度矩阵的逆?   基于maven构建的java生成类路径字符串   java每20个字符分割一个字符串,然后将每个部分打印到控制台   将字符串数字字转换为字符串数字:Java   在特定区域使用混合类型的java填充字节数组   尽管java类在开关块中实例化,但它只能调用接口方法