I have bunch of
static html files (about 50) that need to be part of an existing zope 2.7.2/plone app. Currently these are hosted
in Apache and one of the reasons to move to an existing zope/plone site is to make use of zope
catalog features. What are the best practices if I need to accomplish the
following:
a) Reuse parts of
html (header, footer etc), if possible. While in apache, the html files are
using Server side includes(SSI) to bring in header/footer etc into the main
page.
b) Search text in
html documents
I am trying to see
if I can accomplish both the goals while minimizing the modifications to
existing html.
Page Templates seems
to be the natural choice, but looks like they donot get indexed (and hence the
content is not searchable). Is there a simple way to get the html in the
PT to get cataloged ?
Thanks for any
pointers.
regards
Ramesh
Nethi