You are here

README.txt in Simple XML sitemap (Views integration) 8

Simple XML Sitemap (Views integration)
--------------------------------------
This module provides integration of the Simple XML sitemap module [1] with the
Views module [2].


Current Features
--------------------------------------------------------------------------------
* Indexing view pages without arguments.

* Indexing view pages with arguments (the main purpose of creating this module).

The values of the view arguments are stored in the database after viewing the
view page. Saved values are used when generating a sitemap. You can choose
which arguments will be indexed, and also limit the number of view pages in
the sitemap. Values that no longer satisfy the current indexing conditions are
removed from the database by the garbage collector.

At this moment, the module doesn't work with wildcards in the view path (it
only works with the values of the contextual filters).


How to
--------------------------------------------------------------------------------
1. Install the module.
2. Create a view or use an existing one. Go to the view edit page.
3. Create a view display that uses the path, or use an existing one.
4. Open the Simple XML Sitemap block and set the indexing settings. If you need
   to index the arguments, select the ones you want from the list.
5. Wait for the argument values to be stored in the index.
6. Regenerate the sitemap.


Credits / contact
--------------------------------------------------------------------------------
Developed and maintained by Andrey Tymchuk (WalkingDexter)
https://www.drupal.org/u/walkingdexter

Ongoing development is sponsored by Drupal Coder.
https://www.drupal.org/drupal-coder-initlab-llc


References
--------------------------------------------------------------------------------
1: https://www.drupal.org/project/simple_sitemap
2: https://www.drupal.org/project/views

File

README.txt
View source
  1. Simple XML Sitemap (Views integration)
  2. --------------------------------------
  3. This module provides integration of the Simple XML sitemap module [1] with the
  4. Views module [2].
  5. Current Features
  6. --------------------------------------------------------------------------------
  7. * Indexing view pages without arguments.
  8. * Indexing view pages with arguments (the main purpose of creating this module).
  9. The values of the view arguments are stored in the database after viewing the
  10. view page. Saved values are used when generating a sitemap. You can choose
  11. which arguments will be indexed, and also limit the number of view pages in
  12. the sitemap. Values that no longer satisfy the current indexing conditions are
  13. removed from the database by the garbage collector.
  14. At this moment, the module doesn't work with wildcards in the view path (it
  15. only works with the values of the contextual filters).
  16. How to
  17. --------------------------------------------------------------------------------
  18. 1. Install the module.
  19. 2. Create a view or use an existing one. Go to the view edit page.
  20. 3. Create a view display that uses the path, or use an existing one.
  21. 4. Open the Simple XML Sitemap block and set the indexing settings. If you need
  22. to index the arguments, select the ones you want from the list.
  23. 5. Wait for the argument values to be stored in the index.
  24. 6. Regenerate the sitemap.
  25. Credits / contact
  26. --------------------------------------------------------------------------------
  27. Developed and maintained by Andrey Tymchuk (WalkingDexter)
  28. https://www.drupal.org/u/walkingdexter
  29. Ongoing development is sponsored by Drupal Coder.
  30. https://www.drupal.org/drupal-coder-initlab-llc
  31. References
  32. --------------------------------------------------------------------------------
  33. 1: https://www.drupal.org/project/simple_sitemap
  34. 2: https://www.drupal.org/project/views