> You may not have noticed Google's Beta program to speed up spidering.
> It works by you creating a gZipped XML file and leaving it on your
[quoted text clipped - 16 lines]
>
> See http://mindprod.com/products1.html#SITEMAP
On Thu, 5 Jan 2006 20:10:31 -0700, "Luc The Perverse"
<sll_noSpamlicious_z_XXX_m@cc.usu.edu> wrote, quoted or indirectly
quoted someone who said :
>I was about to make a content management program in Java. The idea was, I
>would make some templates, and then when I wanted a new page I would simply
[quoted text clipped - 3 lines]
>Do you think I could easily integrate this project with this google program
>that you made.
What you are doing sounds a lot more like my HTMLMacros scheme. I
generate web pages by embedding macros that are expanded into the
text. The macros themselves are written in Java so can be quite
clever. Have a look at my website and look for <!-- macro XXXX and
<!-- generated>...</generated> to see what sorts of macro can generate
what sorts of text.
One of the simplest macros is Include that just includes some text
from somewhere else.
Others do the headers and footers which are quite complicated. A
school is using my header scheme to teach students. I think they
like the You are HERE trace.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Luc The Perverse - 06 Jan 2006 21:45 GMT
> On Thu, 5 Jan 2006 20:10:31 -0700, "Luc The Perverse"
> <sll_noSpamlicious_z_XXX_m@cc.usu.edu> wrote, quoted or indirectly
[quoted text clipped - 24 lines]
> school is using my header scheme to teach students. I think they
> like the You are HERE trace.
That is exactly what I am doing.
Historically I wrote a program under linux in C++ which did nothing but
generate HTML files by glueing together different files. Basically it used
a recursive algorithm in which it would link in heirarchy to another HTML
document until it found the head. This worked great as long as I didn't
want to combine two sections. I couldn't figure out how to upload to FTP
directly so I called a system command and fed it a text file with all the
move requests! The only thing that didn't go through that way was the
password, which was convenient anyway because I didn't want my password
floating around in a temporary text file! LOL. Ah memories.

Signature
LTP
:)