Skip to main content

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

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c2.app.shortnameselection-1.0a2.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

c2.app.shortnameselection-1.0a2-py2.4.egg (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page