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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file c2.app.shortnameselection-1.0a2.tar.gz
.
File metadata
- Download URL: c2.app.shortnameselection-1.0a2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d8dd7cd2169efbe36ebe1c40eb516f5d387bae02db9807d1212d24b56b16b72 |
|
MD5 | 88e95bad0278e8ec29ad5e13b0a16372 |
|
BLAKE2b-256 | 05861648704eb9ed6af234008986711174e86c8399c7cf427013708219a9b831 |
File details
Details for the file c2.app.shortnameselection-1.0a2-py2.4.egg
.
File metadata
- Download URL: c2.app.shortnameselection-1.0a2-py2.4.egg
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91ee1d4b87e2d355ae3e0998f97a793da2cdf1532f1f0809ad81ebe4aaf84ad5 |
|
MD5 | 44b553d750a1a1e04f558323d2372685 |
|
BLAKE2b-256 | 49a28aa6e7f511e5e516f8ba130901df17e225a208f3fd4ae1504ae3d5594880 |