Customer has around 40K html files that are saved inside a folder(accessible to portal). How can we build portal pages(site) to show the details for each of those 40K files. We don’t need to build a full site with each of those 40K files, meaning it can just have a landing page and when a:
1) User goes to the landing page of this site. It has got a header and footer along with the welcome message and a search box (implemented by OpenText’s Semantic Navigation product).
2) User enters the details of the product/application they want to search for. The results are displayed as links in a different interface.
3) From the search results returned, the user clicks on a product/application link they are interested in.
4) That should display the product/application details back in the portal page(along with the header and footer).
Any pointers is apprecoated.