<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>django-localeurl</name>
<shortdesc>A Django application that allow you to specify the language of a page in the URL.</shortdesc>
<description>Suppose you have a Django website in multiple languages. The localeurl
application allow you to specify the language of a page in the URL, like so:
`http://www.example.com/nl/company/profile`. Any URLs without language prefix
will be redirected to add the prefix for the default language.

Some reasons for using localeurl:

* Search engines will index all languages.
* Every page should have a unique URL. If you feel that different languages
  means different pages, then each language should get its own unique URL.
* Setting the language for the website should be done using a POST request
  (because it influences subsequent page views, see `Django ticket #3651`_).
  You might not want to use POST requests.

.. _Django ticket #3651: http://code.djangoproject.com/ticket/3651</description>
<download-page>http://code.google.com/p/django-localeurl/downloads/list</download-page>
<homepage rdf:resource="http://code.google.com/p/django-localeurl/" />
<maintainer><foaf:Person><foaf:name>Joost Cassee</foaf:name>
<foaf:mbox_sha1sum>665f6324e305684b24e013fa55938a593c45787e</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1</revision></Version></release>
</Project></rdf:RDF>