Location for urllist.txt
« on: April 25, 2015, 05:01:59 PM »
In ver. 7 of the xml-sitemaps software, is there any way to change the location where the program will put the completed urllist.txt file?  It seems that all of the other files can be directed to the site's main directory, but the urllist file is left in the sitemap generator's subdirectory.

Thanks,

-Danny.
- Danny

Re: Location for urllist.txt
« Reply #1 on: April 25, 2015, 06:13:22 PM »
Hello,

you can define this in generator/data/generator.conf file:
<option name="xs_sm_text_filename">/path/to/file</option>
Re: Location for urllist.txt
« Reply #2 on: April 25, 2015, 09:34:40 PM »
you can define this in generator/data/generator.conf file:
<option name="xs_sm_text_filename">/path/to/file</option>

Since there is no "xs_sm_text_filename" option in the generator.conf file, I assume you mean to create it, correct?

Also, once I do create that option manually, what will happen the next time I modify my options using the menu interface and save them again?  Will such an action remove the manually inserted command, or will it remain?

Thanks,

-Danny.
- Danny

Re: Location for urllist.txt
« Reply #3 on: April 26, 2015, 06:34:06 AM »
Yes, it should be added.
The setting will remain unchanged when you save configuration next time.