[l2h] output file extensions...
Ross Moore
ross at ics.mq.edu.au
Tue Feb 4 17:21:01 CET 2003
Hi Joao,
> Yes. Thank you very much for the answer. As I wrote before, we are
> planning to use latex2html for our corporation documents. And I'm
Sorry, I didn't recognise the connection.
> building something to control user access, using a rewrite rule at
> apache conf as you've mentioned before. The problem is that we use a
> framework built in php to develop our sites. This framework expect
> template archives with extensions ".tpt". Actually I'm trying to see all
OK. In that case, you should not change the $EXTN at all.
This will change the file-names used as URLs within the served-up documents.
Hyperlinks will not work, calling .tpt files, instead of .html files.
It sounds like you are needing to post-process the files that LaTeX2HTML
creates, so as to become templates for your serving mechanism.
This can be done with shell scripts, surely.
There is no reason to have LaTeX2HTML involved with that step of
the task. It probably complicates, rather than making it easier.
Hope this helps,
Ross
> possibilities to see which one is better. I prefer not to change the
> latex2html. If I decide to change it, I will not distribute as
> latex2html distribution.
>
> Thanks again,
> Joao.
>
> Em Ter, 2003-02-04 às 01:58, Ross Moore escreveu:
> > > Is there a simple way to change output HTMLs extensions?
> >
> > Yes.
> >
> > To get .htm (e.g. for multi-platform compatibility on CDROMs)
> > simply set $SHORTEXTN = 1; in the .latex2html-init file,
> > or use the -short_extn switch.
> >
> > To get .shtml then set $ALLOW_SSI = 1; in the init file.
> > To get .php then set $ALLOW_PHP = 1; in the init file.
> >
> > For anything else, you will need to look at the latex2html script
> > and find where it sets the value of $EXTN after checking
> > for the above variables.
> >
> > You could add a line of code to the the extension to anything else
> > that you like, but there is a risk that some hyperlinking may fail
> > in complicated documents (e.g. with frames) where there may be
> > an assumption that the extension will be either .htm or .html .
> > So if you do such hacking, please do not distribute it to others
> > as a latex2html distribution.
> > Also, I'd like to know the motivation behind such a change.
> >
> >
> > Hope this helps,
> >
> > Ross Moore
> >
> >
> > >
> > > Thanks,
> > > Joao.
> > >
> > > _______________________________________________
> > > latex2html mailing list
> > > latex2html at tug.org
> > > http://tug.org/mailman/listinfo/latex2html
>
>
More information about the latex2html
mailing list