Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.linguadomains

How to install collective.linguadomains

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.linguadomains
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0a1
1.1Never BuiltWhy not?
1.0a1 Available View build log
Windows (64-bit)
1.0a1
1.1Never BuiltWhy not?
1.0a1 Available View build log
Mac OS X (10.5+)
1.0a1
1.1Never BuiltWhy not?
1.0a1 Available View build log
Linux (32-bit)
1.0a1
1.1Never BuiltWhy not?
1.0a1 Available View build log
Linux (64-bit)
1.1 Available View build log
1.0a1 Available View build log
 
License
GPL
Lastest release
version 1.1 on Jan 9th, 2014

Introduction

This addon let you manage translated domains and redirect user to correct domain according to negotiated language.

How to install

You can install this addon as any other Plone addons. Please follow official documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to

This addon depends on Products.LinguaPlone

How to use

Once the addon is installed you have a controlpanel where you can configure each url for languages. Be warned no redirection happens if the url is not configured.

Example:

http://en.example.be|en
http://stagingen.example.be|en
http://deven.example.be|en
http://nl.example.be|nl
http://stagingnl.example.be|nl
http://devnl.example.be|nl
http://fr.example.be|fr
http://stagingfr.example.be|fr
http://devfr.example.be|fr

IMPORTANT: The choice is based on the order.

You can also configure using registry.xml in your generic setup profile:

<records interface="collective.linguadomains.interfaces.ISettingsSchema">
   <value key="activated">True</value>
   <value key="mapping">
      <element>http://fr.example.be|fr</element>
      <element>http://stagingfr.example.be|fr</element>
      <element>http://devfr.example.be|fr</element>

      <element>http://nl.example.be|nl</element>
      <element>http://stagingnl.example.be|nl</element>
      <element>http://devnl.example.be|nl</element>

      <element>http://en.example.be|en</element>
      <element>http://stagingen.example.be|en</element>
      <element>http://deven.example.be|en</element>
   </value>
</records>

Credits

Contributors

Changelog

1.1 (2013-01-17)
1.0 (2012-12-06)
  • Fix bugs with many domains on the same URL -> Use ordering of domains
1.0a1 (2012-05-11)
  • Initial release

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.