diff options
author | simon <simon@FreeBSD.org> | 2005-10-13 04:19:35 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-10-13 04:19:35 +0800 |
commit | 4c97d2ab8bc2ae4702b7adb876d6e9b071e1f44c (patch) | |
tree | 30b7368bdd16e995e53b10de31374a3498574187 /www/Makefile | |
parent | 5d5846f3177174ded4110554354eeb20fc58e0a2 (diff) | |
download | freebsd-ports-gnome-4c97d2ab8bc2ae4702b7adb876d6e9b071e1f44c.tar.gz freebsd-ports-gnome-4c97d2ab8bc2ae4702b7adb876d6e9b071e1f44c.tar.zst freebsd-ports-gnome-4c97d2ab8bc2ae4702b7adb876d6e9b071e1f44c.zip |
Add new port www/sitemapgen:
The sitemap_gen.py script analyzes your web server and generates one or
more Sitemap files. These files are XML listings of content you make
available on your web server. The files can then be directly submitted
to Google.
Written by opensource@google.com.
WWW: https://www.google.com/webmasters/sitemaps/docs/en/about.html
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bd2fed82783a..24d637de52ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -772,6 +772,7 @@ SUBDIR += simplog SUBDIR += sitebar SUBDIR += sitecopy + SUBDIR += sitemapgen SUBDIR += skytemplate SUBDIR += slash SUBDIR += smarty |