From 496854ba61dede83a7294630dbe735a357e9d2c8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 11 Jun 2014 16:04:16 +0400 Subject: [PATCH] Generate sitemaps using google's sitemap_gen.py --- sitemaps/make-all | 5 +++++ sitemaps/phdru.name-config.xml | 24 ++++++++++++++++++++++++ sitemaps/zope.phdru.name-config.xml | 24 ++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100755 sitemaps/make-all create mode 100644 sitemaps/phdru.name-config.xml create mode 100644 sitemaps/zope.phdru.name-config.xml diff --git a/sitemaps/make-all b/sitemaps/make-all new file mode 100755 index 0000000..93b2f31 --- /dev/null +++ b/sitemaps/make-all @@ -0,0 +1,5 @@ +#! /bin/sh + +umask 022 + sitemap_gen.py --config=phdru.name-config.xml && +exec sitemap_gen.py --config=zope.phdru.name-config.xml diff --git a/sitemaps/phdru.name-config.xml b/sitemaps/phdru.name-config.xml new file mode 100644 index 0000000..c2e98c3 --- /dev/null +++ b/sitemaps/phdru.name-config.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + diff --git a/sitemaps/zope.phdru.name-config.xml b/sitemaps/zope.phdru.name-config.xml new file mode 100644 index 0000000..5fd08ed --- /dev/null +++ b/sitemaps/zope.phdru.name-config.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + -- 2.39.2