Navigation Menu

Skip to content

Commit

Permalink
Don't include *.en/*.en.gz files in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
runpaint committed Nov 13, 2009
1 parent 309e0a4 commit 3f2f585
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sitemap_config.xml
Expand Up @@ -85,7 +85,7 @@
<directory
path="output/www/"
url="http://vim.runpaint.org/"
default_file="index.html"
default_file="index.html.en"
remove_empty_directories="true"/>

<!-- ********************************************************
Expand Down Expand Up @@ -129,4 +129,10 @@

<!-- Exclude output/all.html -->
<filter action="drop" type="wildcard" pattern="*/all.html" />

<!-- Exclude *.gz files -->
<filter action="drop" type="wildcard" pattern="*.gz" />

<!-- Exclude *.en files -->
<filter action="drop" type="wildcard" pattern="*.en" />
</site>

0 comments on commit 3f2f585

Please sign in to comment.