skip to navigation
skip to content

c2.app.shortnameselection 1.0a2

This product is set of tools that create various types of shortname for Plone

Downloads ↓

Introduction

  • Types
    • Same as Plone 4 (from title to 6 length string)
    • Same as Plone 3 (from title to Unicode mapping) (Don't work yet)
    • URL encode (Don't work yet)
  • for Japanese only (yet)
  • for Plone 3.x (yet)

TODO

  • Quick installer
  • Documentation
  • Selection Same as Plone 3 mode
  • Selection URL encode mode
  • for Plone 4
  • for all languages

Changelog

1.0a2 (2010-03-10)

  • Fixed packaging miss.

1.0a1 (2010-03-08)

  • Initial test release

c2.app.shortnameselection Installation

  • When you're reading this you have probably already run easy_install c2.app.shortnameselection. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall

  • Get pythonproducts and install it via:

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

    into your Zope instance.

  • Create a file called c2.app.shortnameselection-configure.zcml in the /path/to/instance/etc/package-includes directory. The file should only contain this:

    <include package="c2.app.shortnameselection" />
    

Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

  • Add c2.app.shortnameselection to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        c2.app.shortnameselection
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        c2.app.shortnameselection
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.

 
File Type Py Version Uploaded on Size # downloads
c2.app.shortnameselection-1.0a2-py2.4.egg (md5) Python Egg 2.4 2010-03-10 8KB 650
c2.app.shortnameselection-1.0a2.tar.gz (md5) Source 2010-03-10 10KB 352