|
Posted by Philip on 06/20/06 14:59
In article
<doraymeRidThis-68C413.17154320062006@news-vip.optusnet.com.au>,
dorayme <doraymeRidThis@optusnet.com.au> wrote:
> In article <e785vv$mpg$1$830fa7a5@news.demon.co.uk>,
> David Dorward <dorward@yahoo.com> wrote:
>
> > Lourenco Junior wrote:
> >
> > > My white public will view my page in a CD - read stand alone.
> > > So I can't use SSI (Server Side Include), SSC (Server Side Scripting).
> >
> > > If someday I need to change I'll open a single file (HTML, XHTML, CSS,
> > > XML, something like that) and update its content. And everything will
> > > be done =)
> >
> > A preprocessor is the best option here. Update file, run program, done.
>
> Are there reliable easy to use preprocessors for Mac OS X that
> anyone uses and can recommend?
Hi,
I use one called Spyce (http://spyce.sourceforge.net/) which I like a
lot but may not fit your definition of "easy to use". It accepts input
of HTML mixed with Python code (as well as some Spyce primitives) and
can output, well, anything you want, but the obvious thing to do with it
is to create an HTML page. You can run it from the command line but you
can also use it as a Web server to build dynamic pages. Installation for
command-line only usage, however, wouldn't require a Web server.
If all you want to do is include a file, it is overkill. If you have
more complex needs and you like Python, it's worth a look.
Oh yeh, it is written in Python so it works anywhere that Python works.
--
Philip
http://NikitaTheSpider.com/
Bulk HTML validation, link checking and more
[Back to original message]
|