No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

25 líneas
798 B

  1. 5. Generating Sitemaps
  2. ======================
  3. The `sitemap` module can be to generate sitemap.xml for search engines to index the site
  4. as per http://www.sitemaps.org/protocol.php
  5. The sitemap module will generate urls for
  6. * All pages with Guest access in Page Role
  7. * Upto 1000 Records for upto 10 `DocTypes` with read permission for Guest at level 0, ordered by last modified date
  8. (most recent)
  9. .. module:: sitemap
  10. :synopsis: Generate of sitemap.xml
  11. .. function:: create(site_prefix, fname = Name)
  12. Creates a sitemap.xml file and places in the same folder as the `index.cgi` file
  13. Example
  14. -------
  15. The sitemap can be generated by `cron` or manually. Pass the full site address including "http://"::
  16. python path-to-v170/cgi-bin/webnotes/utils/sitemap.py http://www.example.com/