File: ChangeLog

package info (click to toggle)
google-sitemapgen 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 172 kB
  • ctags: 132
  • sloc: python: 1,359; makefile: 38; xml: 16
file content (85 lines) | stat: -rw-r--r-- 2,584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Wed Jun 01 01:00:00 2005  Google Inc. <opensource@google.com>

	* sitemap_gen: initial release:
	  This directory contains Python utilities for creating
	  Sitemaps.

Mon Jun 13 01:00:00 2005  Google Inc. <opensource@google.com>

	* sitemap_gen.py: v1.1

	  [BIG]
	  Not blow up when dealing with international character encodings.

	  [MODERATE]
	  Fix platform and Python version issues.  In some versions of 2.2
	  and certain platforms, True was not defined.  Gak!
	
Tue Jul 12 01:00:00 2005  Google Inc. <opensource@google.com>

	* sitemap_gen.py: v1.2
	  
	  [MODERATE]
	  Default_file option added to directory walking
	  Support for Extended Logfile Format (IIS's log format)
	  Allow wildcards in the "path" attribute on accesslog and urllist
	    input methods.
	  Running on Python 1.5 should exit cleanly with an error message
	  Stricter processing of configuration files
	  
	  [SMALL]
	  XML files written in "text" mode, so linefeeds are correct
	  One more Unicode issue fixed: Sitemap filenames with non-ascii
	    characters had still been problematic
	  In directory walking, the root URL of the walk now gets included
	  In directory walking, URLs to directories now have a "/" appended
	  URLs to files we recognize as our own script's Sitemap output files
	    are suppressed.
	  'suppress_search_engine_notify="0"' now does what you would expect
	  Default priority on URLs is now 0.5 instead of 1.0
	  Priority values written by default to only 4 decimal places
	  URLs to Sitemap files in the Sitemap index file are now encoded
	  according to the user's default_encoding, instead of forcing to UTF-8

Mon Aug 01 01:00:00 2005  Google Inc. <opensource@google.com>

	* sitemap_gen.py: v1.3

	  [BIG]
	  <sitemap ... /> input method added.

	  [MODERATE]
	  Use proper IDNA encoding on international domain names.  This is
	    only available on Python2.3 or higher.

	  [SMALL]
	  Fixed Windows bug where directory walking would generate bad URLs on
	    2+ deep subdirectories

Wed Nov 03 01:00:00 2005  Google Inc. <opensource@google.com>

	* sitemap_gen.py: v1.4

	  [SMALL]
	  Fixed bug where writing a gzipped sitemap would store the server's
	  file path in the archive.

Wed Jul 18 01:00:00 2007  Google Inc. <opensource@google.com>

	* sitemap_gen.py: v.1.5
	
	  [BIG]
	  Removed <sitemap ... /> input method.
	  
	  [BIG]
	  Added News Sitemap functionality.

	  [SMALL]
	  Updated namespace to sitemaps.org.
 
	  [SMALL]
   	  Included ability to delete empty directories from Sitemap.

	  [SMALL]
	  Added messaging for file permission issues.