aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sitemap/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-30 11:55:23 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-30 11:55:23 -0700
commit81087a5e3b83bde710f44dc08219d0c7af1ec63d (patch)
treee3166f72300a110c050c964c2310d45f2b070df0 /extra/sitemap/README.md
parentf65f8ffb559826fa9d2ec5fd34d630735519b5dd (diff)
downloadfatcat-scholar-81087a5e3b83bde710f44dc08219d0c7af1ec63d.tar.gz
fatcat-scholar-81087a5e3b83bde710f44dc08219d0c7af1ec63d.zip
updates to sitemap generation
Diffstat (limited to 'extra/sitemap/README.md')
-rw-r--r--extra/sitemap/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/sitemap/README.md b/extra/sitemap/README.md
index 242378a..1e1938a 100644
--- a/extra/sitemap/README.md
+++ b/extra/sitemap/README.md
@@ -8,7 +8,8 @@ installed. Run these commands on a production machine.
export DATE=`date --iso-8601`
/srv/fatcat_scholar/src/extra/sitemap/work_urls_query.sh $DATE
rm *.txt.gz
- /srv/fatcat/src/extra/sitemap/generate_sitemap_indices.py
+ gzip sitemap-*.txt
+ /srv/fatcat_scholar/src/extra/sitemap/generate_sitemap_indices.py
## Background