The following commit has been merged in the master branch:
commit e17f476d635c3f5bf7f656d4b67fb6340d436a84
Author: Michal Čihař <[email protected]>
Date:   Fri Oct 9 14:46:32 2009 +0200

    Add DOAP/PAD compatibility redirects.

diff --git a/urls.py b/urls.py
index 69995e2..9e2a5d3 100644
--- a/urls.py
+++ b/urls.py
@@ -179,6 +179,8 @@ urlpatterns = patterns('',
     # Compatibility
     (r'^install/$', 'django.views.generic.simple.redirect_to', {'url': 
'/download/'}),
     (r'^improve/$', 'django.views.generic.simple.redirect_to', {'url': 
'/contribute/'}),
+    (r'^wammu.xml$', 'django.views.generic.simple.redirect_to', {'url': 
'/api/pad/wammu.xml'}),
+    (r'^wammu.doap$', 'django.views.generic.simple.redirect_to', {'url': 
'/api/doap/wammu.xml'}),
 
     # Sitemap
     (r'^sitemap.xml$', 'django.contrib.sitemaps.views.index', {'sitemaps': 
sitemaps}),

-- 
UNNAMED PROJECT

_______________________________________________
Wammu-svn mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/wammu-svn

Reply via email to