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

    Add more pages to sitemap.

diff --git a/urls.py b/urls.py
index e385a46..69995e2 100644
--- a/urls.py
+++ b/urls.py
@@ -58,6 +58,9 @@ class PagesSitemap(Sitemap):
             ('/docs/', 'html/docs/index.html', 0.9),
             ('/docs/man/', 'html/docs/list_man.html', 0.9),
             ('/docs/devel/', 'html/docs/devel.html', 0.9),
+
+            ('/screenshots/', 'html/screenshots/index.html', 0.8),
+            ('/links/', 'html/links/index.html', 0.8),
             ]
     def location(self, item):
         return item[0]

-- 
UNNAMED PROJECT

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

Reply via email to