I have developed a small website using PHP and PostgreSQL. The application uses Javascripts and Ajax. The application grants access based on user role. There are include files that are brought in conditionally.
Now I have to build the documentation of the application. Typical web crawlers will fail as the next page selection is conditional, and so is the layout of the page.
Are there any crawlers that can go through the server side source code and build the sitemap?


