![]() |
| Frontier Tutorials / Indexing a Website / Plan the Project |
We're building a website index--so what do we want to show? For my index, I want the following:
There's a lot more we could do, but this is a reasonable scope for this tutorial.
These requirements fall into two categories: keyword indexing and alphanumeric indexing.
To provide the specified keyword-related capabilities (the first three items above), we'll need to do the following:
To provide the specified alphabetical indexing capabilities (the final item above), we'll need to do the following:
We will use the Indexer Suite to build the indices, and to walk the indices when we render them for web page presentation.
We will use the TableMenu Agent to provide a context-sensitive menu for the website, to make indexing commands readily available.