On Wed, Jun 02, 2004 at 12:43:00PM -0500, Timm Murray wrote:
> At 09:45 AM 6/2/04 -0700, Bill Moseley wrote:
> <>
> >> I don't think either solution is particularly difficult to implement,
> >> but scanning the content files directly also lets us have an easier
> >> time analyzing the structure of the document.
> >
> >All the server does is supply the content.  Analyzing the content
> >happens after that, regardless of using the server or the file system.
> >Spidering lets you index the content as people see it on their browser.
> 
> Take a look at the system being 
> used:  http://www.perlmonks.org/index.pl?node_id=357248, particularly the 
> 'Documents' subsection.

Seems like you could out grow that one.  Also seems like something
that's been done already in many forms.  You request the .inc file and
it gets transformed by the .tmpl file.  XML + XSLT?  SSI? I think you can do
better.

You probably already did this, but you might want to review other CMS if
redesigning the site from scratch.  Here's a few lists:

  http://www.cmsmatrix.org/
  http://www.oscom.org/matrix/

There's also PHP.

> Now, the system allows TMPL_INCLUDE tags in the content files (actually, 
> it's implemented by passing it through HTML::Template a second time, so any 
> TMPL_* tag will be processed, but this might change).  Included files 
> occasionally need to be part of the search, but most likely won't.  But I 
> don't feel I can make that assumption in all cases.  So I need some way of 
> saying which ones should be searched on if we should ever need that 
> functionality (but default to not searching).

And you also need a system to process your template files like
Apache::QuickCMS does so you can index.  Give spidering a try, you may
find it's not as inefficient as you think.  libxml2 is damn fast.


-- 
Bill Moseley
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to