I'm kind of a SharePoint noobie still, but have been tasked with creating a "web crawler" to search through a certain site url within SharePoint. So, given the url, I want to output the pages nested within in some format (preferably bullet list)
Like so:
- Page 1
- Page 2
- Page 3
- Page 4
- Page 5
- Page 6
- Page 7
- Page 7
- Page 5
- Page 7
I'm not asking to help me write the program, but am asking for which technologies are preferred in this case to be used. I'm definitely sticking with JavaScript since it needs to be lightweight and I don't plan on learning something completely new to output html to a webpart.
Any pointers?
Edit: I'm learning to use SPServices so this will be one of the libraries I'll be using along with jQuery.