You are here

sitemap_sample.txt in Menu Export/Import 6

$Id

Menu structure must follow this example:

Page1
- Page2
- Page3
Page4
- Page5
-- Page6

or this

Page1
* Page2
** Page3
Page4
* Page5
** Page6
*** Page7

Also, you may optionally specify path alias (alternative path provided by path module)
or external URL. Writing it after node's title, separating by semicolon or vertical bar:
URLs should ALWAYS start with "http://".

Page1|page1
- Page2|page1/page2
- Page3|page1/page3
Page4;http://domain.com/
- Page5;http://mail.com/index.php
-- Page6;page4/page5/page6

Space(s) between indentation symbol "*" or "-" and menu/node title are optional,
however you cannot put spaces between indentation symbols like "* * *" or "-- - -".

File

sitemap_sample.txt
View source
  1. $Id
  2. Menu structure must follow this example:
  3. Page1
  4. - Page2
  5. - Page3
  6. Page4
  7. - Page5
  8. -- Page6
  9. or this
  10. Page1
  11. * Page2
  12. ** Page3
  13. Page4
  14. * Page5
  15. ** Page6
  16. *** Page7
  17. Also, you may optionally specify path alias (alternative path provided by path module)
  18. or external URL. Writing it after node's title, separating by semicolon or vertical bar:
  19. URLs should ALWAYS start with "http://".
  20. Page1|page1
  21. - Page2|page1/page2
  22. - Page3|page1/page3
  23. Page4;http://domain.com/
  24. - Page5;http://mail.com/index.php
  25. -- Page6;page4/page5/page6
  26. Space(s) between indentation symbol "*" or "-" and menu/node title are optional,
  27. however you cannot put spaces between indentation symbols like "* * *" or "-- - -".