Sitemap Generator 1.2.2
« on: November 14, 2005, 04:53:05 PM »
Hello all!

A new release of PHP Sitemap Generator is available from November 14, 2005.

UPDATE: v1.2.2

       * bug-fix for user/password save function:
https://www.xml-sitemaps.com/forum/index.php/topic,114.html
https://www.xml-sitemaps.com/forum/index.php/topic,120.html

What's new in version 1.2?

   * new feature: "Individual attributes" setting at Configuration screen. It allows you to set
     specific values for last modification time, frequency andpriority per page.
     To use it, define specific frequency and priority attributes in the following format:
     "url substring,lastupdate YYYY-mm-dd,frequency,priority".
   * new feature: "Include ONLY URLs" setting. This setting is the opposite to "Exclude URLs". When
     it is not empty, ONLY the urls that match the substring entered are included into sitemap.
   * configuration page interface improved (parameters are included into two groups now: main parameters and optional settings)
Re: Sitemap Generator 1.2.1
« Reply #1 on: November 24, 2005, 10:49:48 AM »
"url substring,lastupdate YYYY-mm-dd,frequency,priority".

what if I want to have a dynamically changing YYYY-mm-dd - rather than a static date that after a couple of 2-3 weeks will be out of date per se.

--Tone
- find Computer hardware reviews, news and shopping.
Discuss computer hardware reviews on .
Re: Sitemap Generator 1.2.1
« Reply #2 on: November 24, 2005, 05:16:15 PM »
You may leave this value empty to be filled with current date/time:

url substring,,frequency,priority
Re: Sitemap Generator 1.2.1
« Reply #3 on: November 25, 2005, 03:05:33 PM »
so...

index.php, daily, 1
sitemap.php, hourly,.9
aboutus.php, weekly, .5


Would that work?

--Tone


You may leave this value empty to be filled with current date/time:

url substring,,frequency,priority
- find Computer hardware reviews, news and shopping.
Discuss computer hardware reviews on .
Re: Sitemap Generator 1.2.1
« Reply #4 on: November 25, 2005, 04:13:59 PM »
Hi,

the correct definition is:


index.php,,daily,1
sitemap.php,,hourly,0.9
aboutus.php,,weekly,0.5

i.e.:
- no spaces
- one comma missed (to set empty value for last update time)
- float values should be presented in full form (0.9 instead .9)
Re: Sitemap Generator 1.2.1
« Reply #5 on: November 26, 2005, 01:24:38 AM »
excellent, I will certainly give that a whirl,

Thanks,

--Tone
- find Computer hardware reviews, news and shopping.
Discuss computer hardware reviews on .
Re: Sitemap Generator 1.2.2
« Reply #6 on: December 18, 2005, 04:32:11 PM »
Where can we check to see which version we have running?  Shouldn't the version # be included in the file License.html?
Re: Sitemap Generator 1.2.2
« Reply #7 on: December 18, 2005, 05:52:36 PM »

The version of generator script is shown in the footer of every page like this:
Quote
Standalone Sitemap Generator (PHP) v1.2.2, 2005-11-28| Read License
Copyright(c)2005 XML Sitemaps