Last updated:
0 purchases
bdt sitemap 0.9
Can be used as a library, or run standalone in the command line.
Supports two arguments:
Domain: In url form, the domain name for which you’re generating sitemaps. Subdomains are also supported. Each domain and subdomain must be run separately. ‘domain.com’ and ‘subdomain.domain.ru’ are both valid.
LocalPath: Path to the website directory as stored locally. Platform agnostic.
WARNING: If the LocalPath argument is not passed, current directory will be assumed! You will be asked if this was a mistake, and given a chance to exit, but that’s all! You will end up with sitemap.xmls all over the place if you’re not careful!
Usage:
bdt_sitemap mysite.com ~/sites/sitefolder
bdt_sitemap tadeuszow.com /home/xenmen/sites/Tadeuszow-site/main
bdt_sitemap daniel.tadeuszow.com C:UsersXenmensitesTadeuszow-sitedaniel
Usage as a library in WIP, and presently creates a global variable called emod_time, and defines three functions:
init_emod_time()
compare_emod_time(newtime)
create_sitemap(domain, site_dir, ignorelist=[])
It is recommended to use bdt_sitemap standalone, and not as a library, until version 1.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.